| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| software.amazon.awscdk.services.route53 |
Amazon Route53 Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IVpcEndpointService.Jsii$Default
Internal default implementation for
IVpcEndpointService. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IVpcEndpointService.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
VpcEndpointService
(experimental) A VPC endpoint service.
|
| Modifier and Type | Method and Description |
|---|---|
IVpcEndpointService |
VpcEndpointServiceDomainNameProps.getEndpointService()
(experimental) The VPC Endpoint Service to configure Private DNS for.
|
IVpcEndpointService |
VpcEndpointServiceDomainNameProps.Jsii$Proxy.getEndpointService() |
| Modifier and Type | Method and Description |
|---|---|
VpcEndpointServiceDomainNameProps.Builder |
VpcEndpointServiceDomainNameProps.Builder.endpointService(IVpcEndpointService endpointService)
Sets the value of
VpcEndpointServiceDomainNameProps.getEndpointService() |
VpcEndpointServiceDomainName.Builder |
VpcEndpointServiceDomainName.Builder.endpointService(IVpcEndpointService endpointService)
(experimental) The VPC Endpoint Service to configure Private DNS for.
|
| Constructor and Description |
|---|
Jsii$Proxy(String domainName,
IVpcEndpointService endpointService,
IPublicHostedZone publicHostedZone)
Constructor that initializes the object based on literal property values passed by the
VpcEndpointServiceDomainNameProps.Builder. |
Copyright © 2021. All rights reserved.