interface GatewayConfig
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.EC2.GatewayConfig |
Java | software.amazon.awscdk.services.ec2.GatewayConfig |
Python | aws_cdk.aws_ec2.GatewayConfig |
TypeScript (source) | @aws-cdk/aws-ec2 » GatewayConfig |
Pair represents a gateway created by NAT Provider.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as ec2 from '@aws-cdk/aws-ec2';
const gatewayConfig: ec2.GatewayConfig = {
az: 'az',
gatewayId: 'gatewayId',
};
Properties
Name | Type | Description |
---|---|---|
az | string | Availability Zone. |
gateway | string | Identity of gateway spawned by the provider. |
az
Type:
string
Availability Zone.
gatewayId
Type:
string
Identity of gateway spawned by the provider.