interface GatewayConfig
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.GatewayConfig |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#GatewayConfig |
![]() | software.amazon.awscdk.services.ec2.GatewayConfig |
![]() | aws_cdk.aws_ec2.GatewayConfig |
![]() | 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
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.