Show / Hide Table of Contents

Interface IInterfaceVpcEndpointService

A service for an interface VPC endpoint.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IInterfaceVpcEndpointService
Syntax (vb)
Public Interface IInterfaceVpcEndpointService

Synopsis

Properties

Name

The name of the service.

Port

The port of the service.

PrivateDnsDefault

Whether Private DNS is supported by default.

Properties

Name

The name of the service.

string Name { get; }
Property Value

string

Port

The port of the service.

double Port { get; }
Property Value

double

PrivateDnsDefault

Whether Private DNS is supported by default.

bool? PrivateDnsDefault { get; }
Property Value

bool?

Back to top Generated by DocFX