interface NetworkInterfaceProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnVPCConnection.NetworkInterfaceProperty |
Java | software.amazon.awscdk.services.quicksight.CfnVPCConnection.NetworkInterfaceProperty |
Python | aws_cdk.aws_quicksight.CfnVPCConnection.NetworkInterfaceProperty |
TypeScript | @aws-cdk/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 * as quicksight from '@aws-cdk/aws-quicksight';
const networkInterfaceProperty: quicksight.CfnVPCConnection.NetworkInterfaceProperty = {
availabilityZone: 'availabilityZone',
errorMessage: 'errorMessage',
networkInterfaceId: 'networkInterfaceId',
status: 'status',
subnetId: 'subnetId',
};
Properties
Name | Type | Description |
---|---|---|
availability | string | The availability zone that the network interface resides in. |
error | string | An error message. |
network | string | The network interface ID. |
status? | string | The status of the network interface. |
subnet | string | The 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.