OBJECT
RdsInstanceExportDefaults
Description
RDS Export defaults from AWS.
link GraphQL Schema definition
- type RdsInstanceExportDefaults {
- # Allocated size of an RDS Instance.
- : Long!
- # DB class for RDS Instance. AWS supported instance classes can be found here
- # https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html#Concepts.DBInstanceClass.Types.
- : String!
- # DB Engine of RDS Instance.
- : AwsNativeRdsDbEngine!
- # Version of DB engine.
- : String!
- # DB class for RDS Instance.
- : AwsNativeRdsDbInstanceClass!
- # NParameter group name of the RDS Instance.
- : String!
- # Subnet group name of the RDS Instance.
- : String!
- # Input/Output (IO) operation limit per second for RDS Instance.
- : Int!
- # 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!
- # 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!
- # 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).
- : AwsNativeRdsStorageType!
- # List of RDS DB Instance engine versions.
- : [String!]!
- # Virtual Private Cloud (VPC) associated with RDS Instance.
- : String!
- }