interface LatestRevisionProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MSK.CfnConfiguration.LatestRevisionProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnConfiguration_LatestRevisionProperty |
Java | software.amazon.awscdk.services.msk.CfnConfiguration.LatestRevisionProperty |
Python | aws_cdk.aws_msk.CfnConfiguration.LatestRevisionProperty |
TypeScript | aws-cdk-lib » aws_msk » CfnConfiguration » LatestRevisionProperty |
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 latestRevisionProperty: msk.CfnConfiguration.LatestRevisionProperty = {
creationTime: 'creationTime',
description: 'description',
revision: 123,
};
Properties
Name | Type | Description |
---|---|---|
creation | string | |
description? | string | |
revision? | number |
creationTime?
Type:
string
(optional)
description?
Type:
string
(optional)
revision?
Type:
number
(optional)