interface ConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MSK.ConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmsk#ConfigurationReference |
Java | software.amazon.awscdk.services.msk.ConfigurationReference |
Python | aws_cdk.aws_msk.ConfigurationReference |
TypeScript | aws-cdk-lib » aws_msk » ConfigurationReference |
A reference to a Configuration 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 configurationReference: msk.ConfigurationReference = {
configurationArn: 'configurationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| configuration | string | The Arn of the Configuration resource. |
configurationArn
Type:
string
The Arn of the Configuration resource.

.NET
Go
Java
Python
TypeScript