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