AWS::QuickSight::VPCConnection
Creates a new VPC connection.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::QuickSight::VPCConnection", "Properties" : { "AvailabilityStatus" :String, "AwsAccountId" :String, "DnsResolvers" :[ String, ... ], "Name" :String, "RoleArn" :String, "SecurityGroupIds" :[ String, ... ], "SubnetIds" :[ String, ... ], "Tags" :[ Tag, ... ], "VPCConnectionId" :String} }
YAML
Type: AWS::QuickSight::VPCConnection Properties: AvailabilityStatus:StringAwsAccountId:StringDnsResolvers:- StringName:StringRoleArn:StringSecurityGroupIds:- StringSubnetIds:- StringTags:- TagVPCConnectionId:String
Properties
AvailabilityStatus-
The availability status of the VPC connection.
Required: No
Type: String
Allowed values:
AVAILABLE | PARTIALLY_AVAILABLE | UNAVAILABLEUpdate requires: No interruption
AwsAccountId-
The Amazon account ID of the account where you want to create a new VPC connection.
Required: No
Type: String
Minimum:
12Maximum:
12Pattern:
^[0-9]{12}$Update requires: Replacement
DnsResolvers-
A list of IP addresses of DNS resolver endpoints for the VPC connection.
Required: No
Type: List of String
Update requires: No interruption
Name-
The display name for the VPC connection.
Required: No
Type: String
Minimum:
1Maximum:
128Update requires: No interruption
RoleArn-
The ARN of the IAM role associated with the VPC connection.
Required: No
Type: String
Update requires: No interruption
SecurityGroupIds-
The Amazon EC2 security group IDs associated with the VPC connection.
Required: No
Type: List of String
Maximum:
16Update requires: No interruption
SubnetIds-
A list of subnet IDs for the VPC connection.
Required: No
Type: List of String
Maximum:
15Update requires: No interruption
Tags-
A map of the key-value pairs for the resource tag or tags assigned to the VPC connection.
Required: No
Type: List of Tag
Maximum:
200Update requires: No interruption
VPCConnectionId-
The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon account.
Required: No
Type: String
Minimum:
1Maximum:
1000Update requires: Replacement