aws-cdk-lib.aws_ec2.IInterfaceVpcEndpointService

interface IInterfaceVpcEndpointService

LanguageType name
.NETAmazon.CDK.AWS.EC2.IInterfaceVpcEndpointService
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#IInterfaceVpcEndpointService
Javasoftware.amazon.awscdk.services.ec2.IInterfaceVpcEndpointService
Pythonaws_cdk.aws_ec2.IInterfaceVpcEndpointService
TypeScript (source)aws-cdk-lib » aws_ec2 » IInterfaceVpcEndpointService

Implemented by InterfaceVpcEndpointAwsService, InterfaceVpcEndpointService

A service for an interface VPC endpoint.

Properties

NameTypeDescription
namestringThe name of the service.
portnumberThe port of the service.
privateDnsDefault?booleanWhether Private DNS is supported by default.

name

Type: string

The name of the service.


port

Type: number

The port of the service.


privateDnsDefault?

Type: boolean (optional)

Whether Private DNS is supported by default.