Skip to main content

SubnetSchema

The SubnetSchema class is the schema for the Subnet resource, which represents the AWS VPC Subnet resource. This resource can create a subnet in AWS using the AWS JavaScript SDK V3 API. See official sdk docs.

@group

Resources/Subnet

@overrideProperty

parents - This resource has parents.

@overrideProperty

resourceId - The resource id is of format subnet-<subnet-id>

Hierarchy

  • unknown
    • SubnetSchema

Index

Properties

properties

properties: any = ...

Input properties.

  • properties.AvailabilityZone - The availability zone for the subnet.
  • properties.awsAccountId - The AWS account ID.
  • properties.awsRegionId - The AWS region ID.
  • properties.CidrBlock - The CIDR block for the subnet.
  • properties.subnetName - The name of the subnet.

response

response: any = ...

Saved response.

  • response.SubnetArn - The ARN of the subnet.
  • response.SubnetId - The ID of the subnet.
Page Options