AWS::QuickSight::VPCConnection NetworkInterface - AWS CloudFormation

AWS::QuickSight::VPCConnection NetworkInterface

The structure that contains information about a network interface.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "AvailabilityZone" : String, "ErrorMessage" : String, "NetworkInterfaceId" : String, "Status" : String, "SubnetId" : String }

YAML

AvailabilityZone: String ErrorMessage: String NetworkInterfaceId: String Status: String SubnetId: String

Properties

AvailabilityZone

The availability zone that the network interface resides in.

Required: No

Type: String

Update requires: No interruption

ErrorMessage

An error message.

Required: No

Type: String

Update requires: No interruption

NetworkInterfaceId

The network interface ID.

Required: No

Type: String

Pattern: ^eni-[0-9a-z]*$

Minimum: 0

Maximum: 255

Update requires: No interruption

Status

The status of the network interface.

Required: No

Type: String

Allowed values: CREATING | AVAILABLE | CREATION_FAILED | UPDATING | UPDATE_FAILED | DELETING | DELETED | DELETION_FAILED | DELETION_SCHEDULED | ATTACHMENT_FAILED_ROLLBACK_FAILED

Update requires: No interruption

SubnetId

The subnet ID associated with the network interface.

Required: No

Type: String

Pattern: ^subnet-[0-9a-z]*$

Minimum: 1

Maximum: 255

Update requires: No interruption