OBJECT

AwsNativeSubnet

Description

Represents a subnet in AWS.

link GraphQL Schema definition

  • type AwsNativeSubnet {
  • # ID of the subnet.
  • id: String!
  • # Name of the subnet.
  • name: String!
  • # Availability Zone corresponding to the subnet.
  • availabilityZone: String!
  • }