aws.rds.dbinstance
Supported Platform
- aws
Description
AWS RDS Database Instance
The aws.rds.dbinstance
fields for assessing the configuration of RDS instances. For usage see the aws.rds
resource documentation.
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
arn | string | ARN for the db instance |
name | string | name of the db instance |
backupRetentionPeriod | int | number of days for which automated snapshots are retained |
snapshots | []aws.rds.snapshot | list of snapshots for the db instance |
storageEncrypted | bool | denotes whether the instance is encrypted |
region | string | region where the instance exists |
publiclyAccessible | bool | denotes whether or not the instance is publicly accessible |
enabledCloudwatchLogsExports | []string | list of log types the instance is configured to export to cloudwatch logs |
deletionProtection | bool | indicates if deletion protection is enabled |
multiAZ | bool | specifies whether the instance is a multi az deployment |
id | string | identifier for the db instance |
enhancedMonitoringResourceArn | string | arn of the CloudWatch log stream that receives the enhanced monitoring metrics data |
tags | map[string]string | tags for the db instance |
dbInstanceClass | string | name of the compute and memory capacity class of the DB instance |
dbInstanceIdentifier | string | user-supplied unique key that identifies a DB instance |
engine | string | name of the database engine for this DB instance |
securityGroups | []aws.ec2.securitygroup | list of VPC security group elements that the DB instance belongs to |
status | string | current state of this database |