OBJECT
A Subnet in AWS realm.
type AwsSubnet {# Availability zone in which the subnet resides.availabilityZone: String! # ID of the subnet.id: String! # Name of the subnet.name: String! }