Key |
Returned |
Description |
instances
complex
|
always |
List of RDS instances
|
|
backup_retention_period
int
|
always |
Days for which backups are retained
Sample:
7
|
|
availability_zone
string
|
always |
Availability Zone in which the database resides
Sample:
us-west-2b
|
|
db_parameter_groups
complex
|
always |
List of database parameter groups
|
|
|
db_parameter_group_name
string
|
always |
Name of the database parameter group
Sample:
psql-pg-helloworld
|
|
|
parameter_apply_status
string
|
always |
Whether the parameter group has been applied
Sample:
in-sync
|
|
db_instance_status
string
|
always |
Status of the database instance
Sample:
available
|
|
domain_memberships
list
|
always |
List of domain memberships
|
|
engine_version
string
|
always |
Database engine version
Sample:
9.5.10
|
|
db_instance_class
string
|
always |
Instance class of the database instance
Sample:
db.t2.small
|
|
pending_modified_values
complex
|
always |
Modified values pending application
|
|
storage_type
string
|
always |
Storage type of the Database instance
Sample:
gp2
|
|
db_security_groups
list
|
always |
List of security groups used by the database instance
|
|
master_username
string
|
always |
Database master username
Sample:
dbadmin
|
|
auto_minor_version_upgrade
bool
|
always |
Whether minor version upgrades happen automatically
Sample:
True
|
|
performance_insights_enabled
bool
|
always |
Whether performance insights are enabled
|
|
db_instance_identifier
string
|
always |
Database instance identifier
Sample:
helloworld-rds
|
|
vpc_security_groups
complex
|
always |
List of VPC security groups
|
|
|
status
string
|
always |
Status of the VPC security group
Sample:
active
|
|
|
vpc_security_group_id
string
|
always |
VPC Security Group ID
Sample:
sg-abcd1234
|
|
monitoring_interval
int
|
always |
Interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance
|
|
option_group_memberships
complex
|
always |
List of option groups
|
|
|
status
string
|
always |
Status of option group
Sample:
in-sync
|
|
|
option_group_name
string
|
always |
Option group name
Sample:
default:postgres-9-5
|
|
allocated_storage
int
|
always |
Gigabytes of storage allocated to the database
Sample:
10
|
|
db_instance_port
int
|
always |
Port used by the database instance
|
|
preferred_backup_window
string
|
always |
Preferred backup window
Sample:
04:00-05:00
|
|
engine
string
|
always |
Database engine
Sample:
postgres
|
|
kms_key_id
string
|
always |
KMS Key ID
Sample:
arn:aws:kms:us-west-2:111111111111:key/abcd1234-0000-abcd-1111-0123456789ab
|
|
tags
complex
|
always |
Tags used by the database instance
|
|
db_subnet_group
complex
|
always |
list of subnet groups
|
|
|
db_subnet_group_name
string
|
always |
Name of the database subnet group
Sample:
my-subnet-group
|
|
|
subnets
complex
|
always |
List of subnets in the subnet group
|
|
|
|
subnet_availability_zone
complex
|
always |
Availability zone of the subnet
|
|
|
|
|
name
string
|
always |
Name of the availability zone
Sample:
us-west-2c
|
|
|
|
subnet_status
string
|
always |
Subnet status
Sample:
Active
|
|
|
|
subnet_identifier
string
|
always |
Subnet ID
Sample:
subnet-abcd1234
|
|
|
db_subnet_group_description
string
|
always |
Description of the DB subnet group
Sample:
My database subnet group
|
|
|
subnet_group_status
string
|
always |
Subnet group status
Sample:
Complete
|
|
|
vpc_id
string
|
always |
VPC id of the subnet group
Sample:
vpc-abcd1234
|
|
ca_certificate_identifier
string
|
always |
ID for the CA certificate
Sample:
rds-ca-2015
|
|
db_instance_arn
string
|
always |
ARN of the database instance
Sample:
arn:aws:rds:us-west-2:111111111111:db:helloworld-rds
|
|
latest_restorable_time
string
|
always |
Latest time to which a database can be restored with point-in-time restore
Sample:
2018-05-17T00:03:56+00:00
|
|
db_name
string
|
always |
Name of the database
Sample:
management
|
|
license_model
string
|
always |
License model
Sample:
postgresql-license
|
|
storage_encrypted
bool
|
always |
Whether the storage is encrypted
Sample:
True
|
|
instance_create_time
string
|
always |
Date and time the instance was created
Sample:
2017-10-10T04:00:07.434000+00:00
|
|
dbi_resource_id
string
|
always |
AWS Region-unique, immutable identifier for the DB instance
Sample:
db-AAAAAAAAAAAAAAAAAAAAAAAAAA
|
|
copy_tags_to_snapshot
bool
|
always |
Whether DB tags should be copied to the snapshot
|
|
endpoint
complex
|
always |
Database endpoint
|
|
|
hosted_zone_id
string
|
always |
Route53 hosted zone ID
Sample:
Z1PABCD0000000
|
|
|
port
int
|
always |
Database endpoint port
Sample:
5432
|
|
|
address
string
|
always |
Database endpoint address
Sample:
helloworld-rds.ctrqpe3so1sf.us-west-2.rds.amazonaws.com
|
|
read_replica_db_instance_identifiers
list
|
always |
List of database instance read replicas
|
|
iam_database_authentication_enabled
bool
|
always |
Whether database authentication through IAM is enabled
|
|
multi_az
bool
|
always |
Whether Multi-AZ is on
|
|
publicly_accessible
bool
|
always |
Whether the DB is publicly accessible
|
|
preferred_maintenance_window
string
|
always |
Preferred maintenance window
Sample:
mon:05:00-mon:05:30
|