@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.416Z") @Stability(value=Stable) public interface GatewayConfig extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
GatewayConfig.Builder
A builder for
GatewayConfig |
static class |
GatewayConfig.Jsii$Proxy
An implementation for
GatewayConfig |
| Modifier and Type | Method and Description |
|---|---|
static GatewayConfig.Builder |
builder() |
String |
getAz()
Availability Zone.
|
String |
getGatewayId()
Identity of gateway spawned by the provider.
|
@Stability(value=Stable) @NotNull String getAz()
@Stability(value=Stable) @NotNull String getGatewayId()
@Stability(value=Stable) static GatewayConfig.Builder builder()
GatewayConfig.Builder of GatewayConfigCopyright © 2022. All rights reserved.