VpcSchema
Hierarchy
- BaseResourceSchema- VpcSchema
 
Index
Properties
Properties
inheritedparents
properties
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.
Type declaration
- awsAccountId: string
- awsAvailabilityZones: string[]
- awsRegionId: string
- CidrBlock: string
- InstanceTenancy: default
inheritedresourceId
response
Saved response.
- response.VpcArn- The VPC ARN.
- response.VpcId- The VPC ID.
Type declaration
- optionalVpcArn?: string
- optionalVpcId?: string
inheritedtags
Type declaration
- [key string]: string
The
VpcSchemaclass is the schema for theVpcresource, 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.Resources/Vpc
parents - This resource has no parents.
resourceId - The resource id is of format
vpc-<region-id>