Skip to main content

RouteTableSchema

The RouteTableSchema class is the schema for the RouteTable resource, which represents the AWS VPC Route Table resource. This resource can create a route table in AWS using the AWS JavaScript SDK V3 API. See official sdk docs.

@group

Resources/RouteTable

@overrideProperty

parents - This resource has parents.

@overrideProperty

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

Hierarchy

  • unknown
    • RouteTableSchema

Index

Properties

properties

properties: any = ...

Input properties.

  • properties.associateWithInternetGateway - Option to associate the route table with an Internet Gateway.
  • properties.awsAccountId - The AWS account ID.
  • properties.awsRegionId - The AWS region ID.

response

response: any = ...

Saved response.

  • response.RouteTableArn - The route table ARN.
  • response.RouteTableId - The route table ID.
  • response.subnetAssociationId - The association ID representing relationship between route table and subnet.
Page Options