Skip to content

RdsInstanceDetailsFromAws

RDS DB Instance details from AWS.

Fields

Field Type Description
address String! Connection address of the RDS database.
allocatedStorageInGb Long! Allocated size of an RDS Instance.
backupRetentionPeriod Long! Retention time for RDS backups.
dbEngine String! DB Engine of RDS Instance.
dbEngineVersion String! Version of the database engine.
dbInstanceClass String! DB class for RDS Instance.
dbInstanceStatus String! Status of an RDS Instance. Refers to the health of the RDS Instance.
dbMaintenanceWindow String! Maintenance window for the RDS Instance.
dbName String! Name/Identifier of the database.
dbParameterGroupName String! Name of parameter group of RDS Instance.
dbSubnetGroupName String! Subnet group name of RDS Instance.
engineVersion String! RDS DB Instance engine version.
iops Long! Input/Output (IO) operation limit per second for RDS Instance.
isMultiAz Boolean! Specifies whether RDS is available in multi Availability Zones (AZs). If true, it means it is a multi-AZ RDS Instance.
kmsKeyId String! Key Management System (KMS) key ID associated with RDS Instance.
masterUsername String! Username of the master user.
optionGroupName String! Name of option group of RDS Instance.
port Long! Port used to connect to the RDS Instance.
primaryAz String! Primary Availability Zone (AZ) of RDS Instance.
rdsInstanceArn String! Amazon Resource Name (ARN) of RDS Instance.
storageType String! Storage type of RDS Instance. Amazon RDS provides four storage types: General Purpose SSD (gp2), General Purpose SSD (gp3), Provisioned IOPS SSD (io1), Provisioned IOPS SSD (io2), and magnetic (standard).
vpcId String! ID of VPC in AWS.

Used By

Queries