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