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