aws-cdk-lib.aws_ec2.CfnVerifiedAccessEndpoint.NetworkInterfaceOptionsProperty

interface NetworkInterfaceOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.EC2.CfnVerifiedAccessEndpoint.NetworkInterfaceOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnVerifiedAccessEndpoint_NetworkInterfaceOptionsProperty
Javasoftware.amazon.awscdk.services.ec2.CfnVerifiedAccessEndpoint.NetworkInterfaceOptionsProperty
Pythonaws_cdk.aws_ec2.CfnVerifiedAccessEndpoint.NetworkInterfaceOptionsProperty
TypeScript aws-cdk-lib » aws_ec2 » CfnVerifiedAccessEndpoint » NetworkInterfaceOptionsProperty

Describes the network interface options when creating an AWS Verified Access endpoint using the network-interface type.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const networkInterfaceOptionsProperty: ec2.CfnVerifiedAccessEndpoint.NetworkInterfaceOptionsProperty = {
  networkInterfaceId: 'networkInterfaceId',
  port: 123,
  protocol: 'protocol',
};

Properties

NameTypeDescription
networkInterfaceId?stringThe ID of the network interface.
port?numberThe IP port number.
protocol?stringThe IP protocol.

networkInterfaceId?

Type: string (optional)

The ID of the network interface.


port?

Type: number (optional)

The IP port number.


protocol?

Type: string (optional)

The IP protocol.