OBJECT

SubnetGroup

Description

Represents a subnet group on AWS.

link GraphQL Schema definition

  • type SubnetGroup {
  • # Name of the subnet group.
  • name: String!
  • # Amazon Resource Name (ARN) of the subnet group.
  • arn: String!
  • # Virtual Private Cloud (VPC) corresponding to the subnet group.
  • vpcId: String!
  • # Subnets associated with the subnet group.
  • subnets: [AwsNativeSubnet!]!
  • }

link Require by