NatGatewaySchema
Hierarchy
- BaseResourceSchema
- NatGatewaySchema
Index
Properties
Properties
inheritedparents
properties
Input properties.
properties.awsAccountId
- The AWS account id.properties.awsRegionId
- The AWS region id.properties.ConnectivityType
- The connectivity type. Possible values arepublic
.
Type declaration
awsAccountId: string
awsRegionId: string
ConnectivityType: public
inheritedresourceId
response
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.
Type declaration
optionalAllocationId?: string
optionalNatGatewayArn?: string
optionalNatGatewayId?: string
inheritedtags
Type declaration
[key string]: string
The
NatGatewaySchema
class is the schema for theNatGateway
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.Resources/NatGateway
parents - This resource has parents.
resourceId - The resource id is of format
nat-gateway-<subnet-id>