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.
- ExampleMetadata
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_ec2 as ec2 gateway_config = ec2.GatewayConfig( az="az", gateway_id="gatewayId" )
Attributes
-
az
¶ Availability Zone.
- Return type
str
-
gateway_id
¶ Identity of gateway spawned by the provider.
- Return type
str