VPCConnection
The structure of a VPC connection.
Contents
Note
In the following list, the required parameters are described first.
- Arn
-
The Amazon Resource Name (ARN) of the VPC connection.
Type: String
Required: No
- AvailabilityStatus
-
The availability status of the VPC connection.
Type: String
Valid Values:
AVAILABLE | UNAVAILABLE | PARTIALLY_AVAILABLE
Required: No
- CreatedTime
-
The time that the VPC connection was created.
Type: Timestamp
Required: No
- DnsResolvers
-
A list of IP addresses of DNS resolver endpoints for the VPC connection.
Type: Array of strings
Required: No
- LastUpdatedTime
-
The time that the VPC connection was last updated.
Type: Timestamp
Required: No
- Name
-
The display name for the VPC connection.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: No
- NetworkInterfaces
-
A list of network interfaces.
Type: Array of NetworkInterface objects
Required: No
- RoleArn
-
The ARN of the IAM role associated with the VPC connection.
Type: String
Required: No
- SecurityGroupIds
-
The Amazon EC2 security group IDs associated with the VPC connection.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 16 items.
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^sg-[0-9a-z]*$
Required: No
- Status
-
The status of the VPC connection.
Type: String
Valid Values:
CREATION_IN_PROGRESS | CREATION_SUCCESSFUL | CREATION_FAILED | UPDATE_IN_PROGRESS | UPDATE_SUCCESSFUL | UPDATE_FAILED | DELETION_IN_PROGRESS | DELETION_FAILED | DELETED
Required: No
- VPCConnectionId
-
The ID of the VPC connection that you're creating. This ID is a unique identifier for each AWS Region in an AWS account.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1000.
Required: No
- VPCId
-
The Amazon EC2 VPC ID associated with the VPC connection.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: