interface LatestRevisionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MSK.CfnConfiguration.LatestRevisionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnConfiguration_LatestRevisionProperty |
![]() | software.amazon.awscdk.services.msk.CfnConfiguration.LatestRevisionProperty |
![]() | aws_cdk.aws_msk.CfnConfiguration.LatestRevisionProperty |
![]() | aws-cdk-lib » aws_msk » CfnConfiguration » LatestRevisionProperty |
Describes a configuration revision.
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 | The time when the configuration revision was created. |
description? | string | The description of the configuration revision. |
revision? | number | The revision number. |
creationTime?
Type:
string
(optional)
The time when the configuration revision was created.
description?
Type:
string
(optional)
The description of the configuration revision.
revision?
Type:
number
(optional)
The revision number.