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