aws-cdk-lib.aws_quicksight.CfnVPCConnection.NetworkInterfaceProperty

interface NetworkInterfaceProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnVPCConnection.NetworkInterfaceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnVPCConnection_NetworkInterfaceProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnVPCConnection.NetworkInterfaceProperty
Pythonaws_cdk.aws_quicksight.CfnVPCConnection.NetworkInterfaceProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnVPCConnection » NetworkInterfaceProperty

The structure that contains information about a network interface.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const networkInterfaceProperty: quicksight.CfnVPCConnection.NetworkInterfaceProperty = {
  availabilityZone: 'availabilityZone',
  errorMessage: 'errorMessage',
  networkInterfaceId: 'networkInterfaceId',
  status: 'status',
  subnetId: 'subnetId',
};

Properties

NameTypeDescription
availabilityZone?stringThe availability zone that the network interface resides in.
errorMessage?stringAn error message.
networkInterfaceId?stringThe network interface ID.
status?stringThe status of the network interface.
subnetId?stringThe subnet ID associated with the network interface.

availabilityZone?

Type: string (optional)

The availability zone that the network interface resides in.


errorMessage?

Type: string (optional)

An error message.


networkInterfaceId?

Type: string (optional)

The network interface ID.


status?

Type: string (optional)

The status of the network interface.


subnetId?

Type: string (optional)

The subnet ID associated with the network interface.