aws-cdk-lib.aws_quicksight.CfnDataSource.VpcConnectionPropertiesProperty

interface VpcConnectionPropertiesProperty

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

VPC connection properties.

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 vpcConnectionPropertiesProperty: quicksight.CfnDataSource.VpcConnectionPropertiesProperty = {
  vpcConnectionArn: 'vpcConnectionArn',
};

Properties

NameTypeDescription
vpcConnectionArnstringThe Amazon Resource Name (ARN) for the VPC connection.

vpcConnectionArn

Type: string

The Amazon Resource Name (ARN) for the VPC connection.