interface VpcConnectionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MSK.VpcConnectionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmsk#VpcConnectionReference |
![]() | software.amazon.awscdk.services.msk.VpcConnectionReference |
![]() | aws_cdk.aws_msk.VpcConnectionReference |
![]() | aws-cdk-lib » aws_msk » 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_msk as msk } from 'aws-cdk-lib';
const vpcConnectionReference: msk.VpcConnectionReference = {
vpcConnectionArn: 'vpcConnectionArn',
};
Properties
Name | Type | Description |
---|---|---|
vpc | string | The Arn of the VpcConnection resource. |
vpcConnectionArn
Type:
string
The Arn of the VpcConnection resource.