Interface CfnConfigurationPropsMixin.LatestRevisionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfigurationPropsMixin.LatestRevisionProperty.Jsii$Proxy
- Enclosing class:
CfnConfigurationPropsMixin
@Stability(Stable)
public static interface CfnConfigurationPropsMixin.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.cfnpropertymixins.services.msk.*;
LatestRevisionProperty latestRevisionProperty = LatestRevisionProperty.builder()
.creationTime("creationTime")
.description("description")
.revision(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConfigurationPropsMixin.LatestRevisionPropertystatic final classAn implementation forCfnConfigurationPropsMixin.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
-