OBJECT
AwsVpc
Description
A Virtual Private Cloud (VPC) in AWS realm.
link GraphQL Schema definition
- type AwsVpc {
- # ID for the VPC.
- : String!
- # Name of the VPC.
- : String!
- # List of security groups associated with the VPC.
- : [AwsSecurityGroup!]!
- # List of subnets associated with the VPC.
- : [AwsSubnet!]!
- }