OBJECT
RdsInstanceDetailsFromAws
Description
RDS DB Instance details from AWS.
link GraphQL Schema definition
- type RdsInstanceDetailsFromAws {
- # Connection address of the RDS database.
- : String!
- # Allocated size of an RDS Instance.
- : Long!
- # Retention time for RDS backups.
- : Long!
- # DB Engine of RDS Instance.
- : String!
- # Version of the database engine.
- : String!
- # DB class for RDS Instance.
- : String!
- # Status of an RDS Instance. Refers to the health of the RDS Instance.
- : String!
- # Maintenance window for the RDS Instance.
- : String!
- # Name of parameter group of RDS Instance.
- : String!
- # Subnet group name of RDS Instance.
- : String!
- # RDS DB Instance engine version.
- : String!
- # Input/Output (IO) operation limit per second for RDS Instance.
- : Long!
- # Specifies whether RDS is available in multi Availability Zones (AZs). If true,
- # it means it is a multi-AZ RDS Instance.
- : Boolean!
- # Key Management System (KMS) key ID associated with RDS Instance.
- : String!
- # Username of the master user.
- : String!
- # Name of option group of RDS Instance.
- : String!
- # Port used to connect to the RDS Instance.
- : Long!
- # Primary Availability Zone (AZ) of RDS Instance.
- : String!
- # Amazon Resource Name (ARN) of RDS Instance.
- : 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).
- : String!
- # ID of VPC in AWS.
- : String!
- }