OBJECT
Represents a subnet in AWS.
type AwsNativeSubnet {# Availability Zone corresponding to the subnet.availabilityZone: String! # ID of the subnet.id: String! # Name of the subnet.name: String! }