interface VpcConnectionPropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDataSourcePropsMixin.VpcConnectionPropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDataSourcePropsMixin_VpcConnectionPropertiesProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSourcePropsMixin.VpcConnectionPropertiesProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDataSourcePropsMixin.VpcConnectionPropertiesProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDataSourcePropsMixin » 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/cfn-property-mixins';
const vpcConnectionPropertiesProperty: quicksight.CfnDataSourcePropsMixin.VpcConnectionPropertiesProperty = {
vpcConnectionArn: 'vpcConnectionArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| vpc | string | The Amazon Resource Name (ARN) for the VPC connection. |
vpcConnectionArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) for the VPC connection.

.NET
Go
Java
Python
TypeScript