AWS Fundamentals Logo
AWS Fundamentals
AWS::QuickSight::VPCConnection

QuickSight VPCConnection

Definition of the AWS::QuickSight::VPCConnection Resource Type.

Properties

9 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AvailabilityStatus
string
AwsAccountId
string
Create-only
DnsResolvers
Array<string>
Name
string
RoleArn
string
SecurityGroupIds
Array<string>
SubnetIds
Array<string>
Write-only
Tags
Array<Tag>
VPCConnectionId
string
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring<p>The Amazon Resource Name (ARN) of the VPC connection.</p>
CreatedTimestring<p>The time that the VPC connection was created.</p>
LastUpdatedTimestring<p>The time that the VPC connection was last updated.</p>
NetworkInterfacesArray<NetworkInterface><p>A list of network interfaces.</p>
Statusstring-
VPCIdstring<p>The Amazon EC2 VPC ID associated with the VPC connection.</p>

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::QuickSight::VPCConnection

Resources:
  MyResource:
    Type: AWS::QuickSight::VPCConnection
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

quicksight:CreateVPCConnectionquicksight:DescribeVPCConnectionquicksight:ListTagsForResourcequicksight:TagResourceiam:PassRole

read

quicksight:DescribeVPCConnectionquicksight:ListTagsForResource

update

quicksight:DescribeVPCConnectionquicksight:UpdateVPCConnectionquicksight:TagResourcequicksight:UntagResourcequicksight:ListTagsForResourceiam:PassRole

delete

quicksight:DescribeVPCConnectionquicksight:DeleteVPCConnectionquicksight:ListTagsForResourceiam:PassRole

list

quicksight:ListVPCConnections

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceQuickSight
Properties15
Required0
TaggingSupported
Primary IDAwsAccountId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AwsAccountIdVPCConnectionId

External Links