Interface CfnAllImageBuildVersions.StateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAllImageBuildVersions.StateProperty.Jsii$Proxy
- Enclosing class:
CfnAllImageBuildVersions
@Stability(Stable)
public static interface CfnAllImageBuildVersions.StateProperty
extends software.amazon.jsii.JsiiSerializable
Image status and the reason for that status.
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.*;
StateProperty stateProperty = StateProperty.builder()
.status("status")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAllImageBuildVersions.StatePropertystatic final classAn implementation forCfnAllImageBuildVersions.StateProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStatus
The status of the image.- See Also:
-
builder
-