interface IInterfaceVpcEndpointService
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.EC2.IInterfaceVpcEndpointService |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#IInterfaceVpcEndpointService |
Java | software.amazon.awscdk.services.ec2.IInterfaceVpcEndpointService |
Python | aws_cdk.aws_ec2.IInterfaceVpcEndpointService |
TypeScript (source) | aws-cdk-lib » aws_ec2 » IInterfaceVpcEndpointService |
Implemented by
Interface
, Interface
A service for an interface VPC endpoint.
Properties
Name | Type | Description |
---|---|---|
name | string | The name of the service. |
port | number | The port of the service. |
private | boolean | Whether 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.