GatewayConfig¶
-
class
aws_cdk.aws_ec2.
GatewayConfig
(*, az, gateway_id)¶ Bases:
object
Pair represents a gateway created by NAT Provider.
- Parameters
az (
str
) – Availability Zone.gateway_id (
str
) – Identity of gateway spawned by the provider.
Attributes
-
az
¶ Availability Zone.
- Return type
str
-
gateway_id
¶ Identity of gateway spawned by the provider.
- Return type
str