interface ConfigurationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MSK.ConfigurationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmsk#ConfigurationReference |
![]() | software.amazon.awscdk.services.msk.ConfigurationReference |
![]() | aws_cdk.aws_msk.ConfigurationReference |
![]() | 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.