Interface CfnConfiguration.ILatestRevisionProperty
Describes a configuration revision.
Namespace: Amazon.CDK.AWS.MSK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILatestRevisionProperty
Syntax (vb)
Public Interface ILatestRevisionProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MSK;
var latestRevisionProperty = new LatestRevisionProperty {
CreationTime = "creationTime",
Description = "description",
Revision = 123
};
Synopsis
Properties
Creation |
The time when the configuration revision was created. |
Description | The description of the configuration revision. |
Revision | The revision number. |
Properties
CreationTime
The time when the configuration revision was created.
virtual string CreationTime { get; }
Property Value
System.
Remarks
Description
The description of the configuration revision.
virtual string Description { get; }
Property Value
System.
Remarks
Revision
The revision number.
virtual Nullable<double> Revision { get; }
Property Value
System.