Interface CfnConfiguration.ILatestRevisionProperty
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 |
|
Description | |
Revision |
Properties
CreationTime
virtual string CreationTime { get; }
Property Value
System.
Remarks
Description
virtual string Description { get; }
Property Value
System.
Remarks
Revision
virtual Nullable<double> Revision { get; }
Property Value
System.