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