@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:06.479Z") @Stability(value=Experimental) public class GatewayVpcEndpointAwsService extends software.amazon.jsii.JsiiObject implements IGatewayVpcEndpointService
Example:
Vpc vpc;
vpc.addGatewayEndpoint("DynamoDbEndpoint", GatewayVpcEndpointOptions.builder()
.service(GatewayVpcEndpointAwsService.DYNAMODB)
// Add only to ISOLATED subnets
.subnets(List.of(SubnetSelection.builder().subnetType(SubnetType.PRIVATE_ISOLATED).build()))
.build());
software.amazon.jsii.JsiiObject.InitializationModeIGatewayVpcEndpointService.Jsii$Default, IGatewayVpcEndpointService.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static GatewayVpcEndpointAwsService |
DYNAMODB |
static GatewayVpcEndpointAwsService |
S3 |
| Modifier | Constructor and Description |
|---|---|
protected |
GatewayVpcEndpointAwsService(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
GatewayVpcEndpointAwsService(software.amazon.jsii.JsiiObjectRef objRef) |
|
GatewayVpcEndpointAwsService(String name) |
|
GatewayVpcEndpointAwsService(String name,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
(experimental) The name of the service.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) public static final GatewayVpcEndpointAwsService DYNAMODB
@Stability(value=Experimental) public static final GatewayVpcEndpointAwsService S3
protected GatewayVpcEndpointAwsService(software.amazon.jsii.JsiiObjectRef objRef)
protected GatewayVpcEndpointAwsService(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public GatewayVpcEndpointAwsService(@NotNull
String name,
@Nullable
String prefix)
name - This parameter is required.prefix - @Stability(value=Experimental)
public GatewayVpcEndpointAwsService(@NotNull
String name)
name - This parameter is required.@Stability(value=Experimental) @NotNull public String getName()
getName in interface IGatewayVpcEndpointServiceCopyright © 2022. All rights reserved.