AWS::QuickSight::VPCConnection - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: String AwsAccountId: String DnsResolvers: - String Name: String RoleArn: String SecurityGroupIds: - String SubnetIds: - String Tags: - Tag VPCConnectionId: String

Properties

AvailabilityStatus

The availability status of the VPC connection.

Required: No

Type: String

Allowed values: AVAILABLE | PARTIALLY_AVAILABLE | UNAVAILABLE

Update 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: 12

Maximum: 12

Pattern: ^[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: 1

Maximum: 128

Update 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: 16

Update requires: No interruption

SubnetIds

A list of subnet IDs for the VPC connection.

Required: No

Type: List of String

Maximum: 15

Update 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: 200

Update 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: 1

Maximum: 1000

Update requires: Replacement

Return values

Fn::GetAtt

Arn

Property description not available.

CreatedTime

Property description not available.

LastUpdatedTime

Property description not available.

NetworkInterfaces

Property description not available.

Status

Property description not available.

VPCId

Property description not available.