| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IInterfaceVpcEndpointService.Jsii$Default
Internal default implementation for
IInterfaceVpcEndpointService. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IInterfaceVpcEndpointService.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
InterfaceVpcEndpointAwsService
(experimental) An AWS service for an interface VPC endpoint.
|
class |
InterfaceVpcEndpointService
(experimental) A custom-hosted service for an interface VPC endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
IInterfaceVpcEndpointService |
InterfaceVpcEndpointProps.Jsii$Proxy.getService() |
IInterfaceVpcEndpointService |
InterfaceVpcEndpointOptions.getService()
(experimental) The service to use for this interface VPC endpoint.
|
IInterfaceVpcEndpointService |
InterfaceVpcEndpointOptions.Jsii$Proxy.getService() |
| Modifier and Type | Method and Description |
|---|---|
InterfaceVpcEndpoint.Builder |
InterfaceVpcEndpoint.Builder.service(IInterfaceVpcEndpointService service)
(experimental) The service to use for this interface VPC endpoint.
|
InterfaceVpcEndpointProps.Builder |
InterfaceVpcEndpointProps.Builder.service(IInterfaceVpcEndpointService service)
Sets the value of
InterfaceVpcEndpointOptions.getService() |
InterfaceVpcEndpointOptions.Builder |
InterfaceVpcEndpointOptions.Builder.service(IInterfaceVpcEndpointService service)
Sets the value of
InterfaceVpcEndpointOptions.getService() |
| Constructor and Description |
|---|
Jsii$Proxy(IInterfaceVpcEndpointService service,
Boolean lookupSupportedAzs,
Boolean open,
Boolean privateDnsEnabled,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnets)
Constructor that initializes the object based on literal property values passed by the
InterfaceVpcEndpointOptions.Builder. |
Jsii$Proxy(IVpc vpc,
IInterfaceVpcEndpointService service,
Boolean lookupSupportedAzs,
Boolean open,
Boolean privateDnsEnabled,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnets)
Constructor that initializes the object based on literal property values passed by the
InterfaceVpcEndpointProps.Builder. |
Copyright © 2021. All rights reserved.