interface IVpcConnectionRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MSK.IVpcConnectionRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmsk#IVpcConnectionRef |
Java | software.amazon.awscdk.services.msk.IVpcConnectionRef |
Python | aws_cdk.aws_msk.IVpcConnectionRef |
TypeScript | aws-cdk-lib » aws_msk » IVpcConnectionRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a VpcConnection.
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
| vpc | Vpc | A reference to a VpcConnection resource. |
node
Type:
Node
The tree node.
vpcConnectionRef
Type:
Vpc
A reference to a VpcConnection resource.

.NET
Go
Java
Python
TypeScript