aws-cdk-lib.aws_quicksight.CfnVPCConnectionProps

interface CfnVPCConnectionProps

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnVPCConnectionProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnVPCConnectionProps
Javasoftware.amazon.awscdk.services.quicksight.CfnVPCConnectionProps
Pythonaws_cdk.aws_quicksight.CfnVPCConnectionProps
TypeScript aws-cdk-lib » aws_quicksight » CfnVPCConnectionProps

Properties for defining a CfnVPCConnection.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const cfnVPCConnectionProps: quicksight.CfnVPCConnectionProps = {
  availabilityStatus: 'availabilityStatus',
  awsAccountId: 'awsAccountId',
  dnsResolvers: ['dnsResolvers'],
  name: 'name',
  roleArn: 'roleArn',
  securityGroupIds: ['securityGroupIds'],
  subnetIds: ['subnetIds'],
  tags: [{
    key: 'key',
    value: 'value',
  }],
  vpcConnectionId: 'vpcConnectionId',
};

Properties

NameTypeDescription
availabilityStatus?stringThe availability status of the VPC connection.
awsAccountId?stringThe AWS account ID of the account where you want to create a new VPC connection.
dnsResolvers?string[]A list of IP addresses of DNS resolver endpoints for the VPC connection.
name?stringThe display name for the VPC connection.
roleArn?stringThe ARN of the IAM role associated with the VPC connection.
securityGroupIds?string[]The Amazon EC2 security group IDs associated with the VPC connection.
subnetIds?string[]A list of subnet IDs for the VPC connection.
tags?CfnTag[]A map of the key-value pairs for the resource tag or tags assigned to the VPC connection.
vpcConnectionId?stringThe ID of the VPC connection that you're creating.

availabilityStatus?

Type: string (optional)

The availability status of the VPC connection.


awsAccountId?

Type: string (optional)

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


dnsResolvers?

Type: string[] (optional)

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


name?

Type: string (optional)

The display name for the VPC connection.


roleArn?

Type: string (optional)

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


securityGroupIds?

Type: string[] (optional)

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


subnetIds?

Type: string[] (optional)

A list of subnet IDs for the VPC connection.


tags?

Type: CfnTag[] (optional)

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


vpcConnectionId?

Type: string (optional)

The ID of the VPC connection that you're creating.

This ID is a unique identifier for each AWS Region in an AWS account.