OBJECT
RdsInstanceExportDefaults
Description
RDS Export defaults from AWS.
link GraphQL Schema definition
- type RdsInstanceExportDefaults {
- # DB Engine of RDS Instance.
- AwsNativeRdsDbEngine! :
- # Version of DB engine.
- String! :
- # DB class for RDS Instance.
- AwsNativeRdsDbInstanceClass! :
- # 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! :
- # Virtual Private Cloud (VPC) associated with RDS Instance.
- String! :
- # Allocated size of an RDS Instance.
- Long! :
- # Key Management System (KMS) key ID associated with RDS Instance.
- String! :
- # Name of option group of RDS Instance.
- String! :
- # NParameter group name of the RDS Instance.
- String! :
- # Subnet group name of the RDS Instance.
- String! :
- # 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), and
- # magnetic (standard).
- AwsNativeRdsStorageType! :
- # Input/Output (IO) operation limit per second for RDS Instance.
- Int! :
- # Port used to connect to the 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! :
- # List of RDS DB Instance engine versions.
- String!]! : [
- }