interface VpcConnectionPropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDataSourcePropsMixin.VpcConnectionPropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDataSourcePropsMixin_VpcConnectionPropertiesProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDataSourcePropsMixin.VpcConnectionPropertiesProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDataSourcePropsMixin.VpcConnectionPropertiesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const vpcConnectionPropertiesProperty: quicksight_mixins.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