Interface CfnLifecyclePolicy.LastLaunchedProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLifecyclePolicy.LastLaunchedProperty.Jsii$Proxy
- Enclosing class:
CfnLifecyclePolicy
@Stability(Stable)
public static interface CfnLifecyclePolicy.LastLaunchedProperty
extends software.amazon.jsii.JsiiSerializable
The last launched time of a resource.
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.imagebuilder.*;
LastLaunchedProperty lastLaunchedProperty = LastLaunchedProperty.builder()
.unit("unit")
.value(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLifecyclePolicy.LastLaunchedPropertystatic final classAn implementation forCfnLifecyclePolicy.LastLaunchedProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUnit
A time unit.- See Also:
-
getValue
The last launched value.- See Also:
-
builder
-