aws-cdk-lib.aws_s3outposts.CfnEndpoint.NetworkInterfaceProperty

interface NetworkInterfaceProperty

LanguageType name
.NETAmazon.CDK.AWS.S3Outposts.CfnEndpoint.NetworkInterfaceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awss3outposts#CfnEndpoint_NetworkInterfaceProperty
Javasoftware.amazon.awscdk.services.s3outposts.CfnEndpoint.NetworkInterfaceProperty
Pythonaws_cdk.aws_s3outposts.CfnEndpoint.NetworkInterfaceProperty
TypeScript aws-cdk-lib » aws_s3outposts » CfnEndpoint » NetworkInterfaceProperty

The container for the network interface.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_s3outposts as s3outposts } from 'aws-cdk-lib';
const networkInterfaceProperty: s3outposts.CfnEndpoint.NetworkInterfaceProperty = {
  networkInterfaceId: 'networkInterfaceId',
};

Properties

NameTypeDescription
networkInterfaceIdstringThe ID for the network interface.

networkInterfaceId

Type: string

The ID for the network interface.