interface NetworkInterfaceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.S3Outposts.CfnEndpointPropsMixin.NetworkInterfaceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awss3outposts#CfnEndpointPropsMixin_NetworkInterfaceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.s3outposts.CfnEndpointPropsMixin.NetworkInterfaceProperty |
Python | aws_cdk.cfn_property_mixins.aws_s3outposts.CfnEndpointPropsMixin.NetworkInterfaceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_s3outposts » CfnEndpointPropsMixin » 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/cfn-property-mixins';
const networkInterfaceProperty: s3outposts.CfnEndpointPropsMixin.NetworkInterfaceProperty = {
networkInterfaceId: 'networkInterfaceId',
};
Properties
| Name | Type | Description |
|---|---|---|
| network | string | The ID for the network interface. |
networkInterfaceId?
Type:
string
(optional)
The ID for the network interface.

.NET
Go
Java
Python
TypeScript