OBJECT
SubnetGroup
Description
Represents a subnet group on AWS.
link GraphQL Schema definition
- type SubnetGroup {
- # Amazon Resource Name (ARN) of the subnet group.
- : String!
- # Name of the subnet group.
- : String!
- # Subnets associated with the subnet group.
- : [AwsNativeSubnet!]!
- # Virtual Private Cloud (VPC) corresponding to the subnet group.
- : String!
- }