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 subnets associated with the VPC.
- AwsSubnet!]! : [
- # List of security groups associated with the VPC.
- AwsSecurityGroup!]! : [
- }