Uses of Interface
software.amazon.awscdk.services.ec2.GatewayVpcEndpointOptions
-
Uses of GatewayVpcEndpointOptions in software.amazon.awscdk.services.ec2
Modifier and TypeInterfaceDescriptioninterface
Construction properties for a GatewayVpcEndpoint.Modifier and TypeClassDescriptionstatic final class
An implementation forGatewayVpcEndpointOptions
static final class
An implementation forGatewayVpcEndpointProps
Modifier and TypeMethodDescriptionGatewayVpcEndpointOptions.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptiondefault Map<String,
GatewayVpcEndpointOptions> VpcProps.getGatewayEndpoints()
Gateway endpoints to add to this VPC.final Map<String,
GatewayVpcEndpointOptions> VpcProps.Jsii$Proxy.getGatewayEndpoints()
Modifier and TypeMethodDescriptionIVpc.addGatewayEndpoint
(String id, GatewayVpcEndpointOptions options) Adds a new gateway endpoint to this VPC.default GatewayVpcEndpoint
IVpc.Jsii$Default.addGatewayEndpoint
(String id, GatewayVpcEndpointOptions options) Adds a new gateway endpoint to this VPC.final GatewayVpcEndpoint
IVpc.Jsii$Proxy.addGatewayEndpoint
(String id, GatewayVpcEndpointOptions options) Adds a new gateway endpoint to this VPC.Vpc.addGatewayEndpoint
(String id, GatewayVpcEndpointOptions options) Adds a new gateway endpoint to this VPC.Modifier and TypeMethodDescriptionVpc.Builder.gatewayEndpoints
(Map<String, ? extends GatewayVpcEndpointOptions> gatewayEndpoints) Gateway endpoints to add to this VPC.VpcProps.Builder.gatewayEndpoints
(Map<String, ? extends GatewayVpcEndpointOptions> gatewayEndpoints) Sets the value ofVpcProps.getGatewayEndpoints()