Skip to main content

VpcSchema

The VpcSchema class is the schema for the Vpc resource, which represents the AWS Virtual Private Cloud (VPC) resource. This resource can create a vpc in AWS using the AWS JavaScript SDK V3 API. See official sdk docs.

@group

Resources/Vpc

@overrideProperty

parents - This resource has no parents.

@overrideProperty

resourceId - The resource id is of format vpc-<region-id>

Hierarchy

  • unknown
    • VpcSchema

Index

Properties

properties

properties: any = ...

Input properties.

  • properties.awsAccountId - The AWS account id.
  • properties.awsAvailabilityZones - The AWS availability zones.
  • properties.awsRegionId - The AWS region id.
  • properties.CidrBlock - The CIDR block.
  • properties.InstanceTenancy - The instance tenancy. Possible values are default.

response

response: any = ...

Saved response.

  • response.VpcArn - The VPC ARN.
  • response.VpcId - The VPC ID.
Page Options