Skip to main content

NatGatewaySchema

The NatGatewaySchema class is the schema for the NatGateway resource, which represents the AWS VPC NAT Gateway resource. This resource can create a nat gateway in AWS using the AWS JavaScript SDK V3 API. See official sdk docs.

@group

Resources/NatGateway

@overrideProperty

parents - This resource has parents.

@overrideProperty

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

Hierarchy

  • unknown
    • NatGatewaySchema

Index

Properties

properties

properties: any = ...

Input properties.

  • properties.awsAccountId - The AWS account id.
  • properties.awsRegionId - The AWS region id.
  • properties.ConnectivityType - The connectivity type. Possible values are public.

response

response: any = ...

Saved response.

  • response.AllocationId - The allocation id representing relationship between nat gateway and subnet.
  • response.NatGatewayArn - The nat gateway arn.
  • response.NatGatewayId - The nat gateway id.
Page Options