Interface GatewayConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GatewayConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-09-11T18:01:14.869Z")
@Stability(Stable)
public interface GatewayConfig
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.ec2.*; GatewayConfig gatewayConfig = GatewayConfig.builder() .az("az") .gatewayId("gatewayId") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forGatewayConfig
static final class
An implementation forGatewayConfig
-
Method Summary
Modifier and TypeMethodDescriptionstatic GatewayConfig.Builder
builder()
getAz()
Availability Zone.Identity of gateway spawned by the provider.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAz
Availability Zone. -
getGatewayId
Identity of gateway spawned by the provider. -
builder
- Returns:
- a
GatewayConfig.Builder
ofGatewayConfig
-