OBJECT

AwsSubnet

Description

A Subnet in AWS realm.

link GraphQL Schema definition

  • type AwsSubnet {
  • # ID of the subnet.
  • id: String!
  • # Name of the subnet.
  • name: String!
  • # Availability zone in which the subnet resides.
  • availabilityZone: String!
  • }