OBJECT

CloudAccountSubnet

Description

AWS subnet information.

link GraphQL Schema definition

  • type CloudAccountSubnet {
  • # Subnet name.
  • name: String!
  • # CIDR block of the subnet.
  • cidrBlock: CloudAccountAddressBlockV4
  • # ID of the subnet.
  • subnetId: String!
  • # Availability zone in which the subnet resides.
  • availabilityZone: String!
  • # ID of the virtual private cloud (VPC).
  • vpcId: String!
  • }