Interface CfnConfiguration.LatestRevisionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfiguration.LatestRevisionProperty.Jsii$Proxy
- Enclosing class:
CfnConfiguration
@Stability(Stable)
public static interface CfnConfiguration.LatestRevisionProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.msk.*; LatestRevisionProperty latestRevisionProperty = LatestRevisionProperty.builder() .creationTime("creationTime") .description("description") .revision(123) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConfiguration.LatestRevisionProperty
static final class
An implementation forCfnConfiguration.LatestRevisionProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCreationTime
The time when the configuration revision was created.- See Also:
-
getDescription
The description of the configuration revision.- See Also:
-
getRevision
The revision number.- See Also:
-
builder
-