AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::QuickSight::VPCConnection

CfnVPCConnection

Creates a new VPC connection.

Import

import { CfnVPCConnection } from 'aws-cdk-lib/aws-quicksight';

Or use the module namespace:

import * as quicksight from 'aws-cdk-lib/aws-quicksight';
// quicksight.CfnVPCConnection

Properties

Configuration passed to the constructor as CfnVPCConnectionProps.

availabilityStatusOptional
string

The availability status of the VPC connection.

awsAccountIdOptional
string

The AWS account ID of the account where you want to create a new VPC connection.

dnsResolversOptional
string[]

A list of IP addresses of DNS resolver endpoints for the VPC connection.

nameOptional
string

The display name for the VPC connection.

roleArnOptional
string

The ARN of the IAM role associated with the VPC connection.

securityGroupIdsOptional
string[]

The Amazon EC2 security group IDs associated with the VPC connection.

subnetIdsOptional
string[]

A list of subnet IDs for the VPC connection.

tagsOptional
CfnTag[]

A map of the key-value pairs for the resource tag or tags assigned to the VPC connection.

vpcConnectionIdOptional
string

The ID of the VPC connection that you're creating. This ID is a unique identifier for each AWS Region in an AWS account.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

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

Subscribe to Newsletter