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