interface VPCConnectionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.VPCConnectionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#VPCConnectionReference |
![]() | software.amazon.awscdk.services.quicksight.VPCConnectionReference |
![]() | aws_cdk.aws_quicksight.VPCConnectionReference |
![]() | aws-cdk-lib » aws_quicksight » VPCConnectionReference |
A reference to a VPCConnection resource.
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 vPCConnectionReference: quicksight.VPCConnectionReference = {
awsAccountId: 'awsAccountId',
vpcConnectionArn: 'vpcConnectionArn',
vpcConnectionId: 'vpcConnectionId',
};
Properties
Name | Type | Description |
---|---|---|
aws | string | The AwsAccountId of the VPCConnection resource. |
vpc | string | The ARN of the VPCConnection resource. |
vpc | string | The VPCConnectionId of the VPCConnection resource. |
awsAccountId
Type:
string
The AwsAccountId of the VPCConnection resource.
vpcConnectionArn
Type:
string
The ARN of the VPCConnection resource.
vpcConnectionId
Type:
string
The VPCConnectionId of the VPCConnection resource.