AWS::QuickSight::VPCConnectionCreates a new VPC connection.
import { CfnVPCConnection } from 'aws-cdk-lib/aws-quicksight';Or use the module namespace:
import * as quicksight from 'aws-cdk-lib/aws-quicksight';
// quicksight.CfnVPCConnectionConfiguration passed to the constructor as CfnVPCConnectionProps.
availabilityStatusOptionalstringThe availability status of the VPC connection.
awsAccountIdOptionalstringThe AWS account ID of the account where you want to create a new VPC connection.
dnsResolversOptionalstring[]A list of IP addresses of DNS resolver endpoints for the VPC connection.
nameOptionalstringThe display name for the VPC connection.
roleArnOptionalstringThe ARN of the IAM role associated with the VPC connection.
securityGroupIdsOptionalstring[]The Amazon EC2 security group IDs associated with the VPC connection.
subnetIdsOptionalstring[]A list of subnet IDs for the VPC connection.
tagsOptionalCfnTag[]A map of the key-value pairs for the resource tag or tags assigned to the VPC connection.
vpcConnectionIdOptionalstringThe ID of the VPC connection that you're creating. This ID is a unique identifier for each AWS Region in an AWS account.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-quicksightAWS::QuickSight::VPCConnection