AWS::QuickSight::VPCConnectionDefinition of the AWS::QuickSight::VPCConnection Resource Type.
9 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | <p>The Amazon Resource Name (ARN) of the VPC connection.</p> |
CreatedTime | string | <p>The time that the VPC connection was created.</p> |
LastUpdatedTime | string | <p>The time that the VPC connection was last updated.</p> |
NetworkInterfaces | Array<NetworkInterface> | <p>A list of network interfaces.</p> |
Status | string | - |
VPCId | string | <p>The Amazon EC2 VPC ID associated with the VPC connection.</p> |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
quicksight:CreateVPCConnectionquicksight:DescribeVPCConnectionquicksight:ListTagsForResourcequicksight:TagResourceiam:PassRolequicksight:DescribeVPCConnectionquicksight:ListTagsForResourcequicksight:DescribeVPCConnectionquicksight:UpdateVPCConnectionquicksight:TagResourcequicksight:UntagResourcequicksight:ListTagsForResourceiam:PassRolequicksight:DescribeVPCConnectionquicksight:DeleteVPCConnectionquicksight:ListTagsForResourceiam:PassRolequicksight:ListVPCConnectionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAwsAccountIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AwsAccountIdVPCConnectionId