OBJECT

AwsVpc

Description

A Virtual Private Cloud (VPC) in AWS realm.

link GraphQL Schema definition

  • type AwsVpc {
  • # ID for the VPC.
  • id: String!
  • # Name of the VPC.
  • name: String!
  • # List of subnets associated with the VPC.
  • subnets: [AwsSubnet!]!
  • # List of security groups associated with the VPC.
  • securityGroups: [AwsSecurityGroup!]!
  • }

link Require by