@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:46.898Z") @Stability(value=Experimental) 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()
(experimental) Availability Zone.
|
String |
getGatewayId()
(experimental) Identity of gateway spawned by the provider.
|
@Stability(value=Experimental) @NotNull String getAz()
@Stability(value=Experimental) @NotNull String getGatewayId()
@Stability(value=Experimental) static GatewayConfig.Builder builder()
GatewayConfig.Builder of GatewayConfigCopyright © 2022. All rights reserved.