interface NetworkInterfaceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.S3Outposts.Mixins.CfnEndpointPropsMixin.NetworkInterfaceProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awss3outposts/mixins#CfnEndpointPropsMixin_NetworkInterfaceProperty |
Java | software.amazon.awscdk.mixins.preview.services.s3outposts.mixins.CfnEndpointPropsMixin.NetworkInterfaceProperty |
Python | aws_cdk.mixins_preview.aws_s3outposts.mixins.CfnEndpointPropsMixin.NetworkInterfaceProperty |
TypeScript | @aws-cdk/mixins-preview » aws_s3outposts » mixins » 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 { mixins as s3outposts_mixins } from '@aws-cdk/mixins-preview/aws-s3outposts';
const networkInterfaceProperty: s3outposts_mixins.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