Uses of Interface
software.amazon.awscdk.services.ec2.IVPCEndpointServiceRef
Packages that use IVPCEndpointServiceRef
Package
Description
Amazon EC2 Construct Library
Amazon Route53 Construct Library
-
Uses of IVPCEndpointServiceRef in software.amazon.awscdk.services.ec2
Subinterfaces of IVPCEndpointServiceRef in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptioninterface
A VPC endpoint service.static interface
Internal default implementation forIVpcEndpointService
.static interface
Internal default implementation forIVPCEndpointServiceRef
.Classes in software.amazon.awscdk.services.ec2 that implement IVPCEndpointServiceRefModifier and TypeClassDescriptionclass
Creates a VPC endpoint service configuration to which service consumers ( AWS accounts, users, and IAM roles) can connect.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.class
A VPC endpoint service. -
Uses of IVPCEndpointServiceRef in software.amazon.awscdk.services.route53
Methods in software.amazon.awscdk.services.route53 that return IVPCEndpointServiceRefModifier and TypeMethodDescriptionVpcEndpointServiceDomainNameProps.getEndpointService()
The VPC Endpoint Service to configure Private DNS for.final IVPCEndpointServiceRef
VpcEndpointServiceDomainNameProps.Jsii$Proxy.getEndpointService()
Methods in software.amazon.awscdk.services.route53 with parameters of type IVPCEndpointServiceRefModifier and TypeMethodDescriptionVpcEndpointServiceDomainName.Builder.endpointService
(IVPCEndpointServiceRef endpointService) The VPC Endpoint Service to configure Private DNS for.VpcEndpointServiceDomainNameProps.Builder.endpointService
(IVPCEndpointServiceRef endpointService) Sets the value ofVpcEndpointServiceDomainNameProps.getEndpointService()