aws-cdk-lib.aws_ec2.GatewayConfig

interface GatewayConfig

LanguageType name
.NETAmazon.CDK.AWS.EC2.GatewayConfig
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#GatewayConfig
Javasoftware.amazon.awscdk.services.ec2.GatewayConfig
Pythonaws_cdk.aws_ec2.GatewayConfig
TypeScript (source)aws-cdk-lib » 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 { aws_ec2 as ec2 } from 'aws-cdk-lib';
const gatewayConfig: ec2.GatewayConfig = {
  az: 'az',
  gatewayId: 'gatewayId',
};

Properties

NameTypeDescription
azstringAvailability Zone.
gatewayIdstringIdentity of gateway spawned by the provider.

az

Type: string

Availability Zone.


gatewayId

Type: string

Identity of gateway spawned by the provider.