Interface CfnConfigurationManagerPropsMixin.StatusSummaryProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfigurationManagerPropsMixin.StatusSummaryProperty.Jsii$Proxy
- Enclosing class:
CfnConfigurationManagerPropsMixin
@Stability(Stable)
public static interface CfnConfigurationManagerPropsMixin.StatusSummaryProperty
extends software.amazon.jsii.JsiiSerializable
A summarized description of the 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.mixins.preview.services.ssmquicksetup.mixins.*;
StatusSummaryProperty statusSummaryProperty = StatusSummaryProperty.builder()
.lastUpdatedAt("lastUpdatedAt")
.status("status")
.statusDetails(Map.of(
"statusDetailsKey", "statusDetails"))
.statusMessage("statusMessage")
.statusType("statusType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConfigurationManagerPropsMixin.StatusSummaryPropertystatic final classAn implementation forCfnConfigurationManagerPropsMixin.StatusSummaryProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe datetime stamp when the status was last updated.default StringThe current status.default ObjectDetails about the status.default StringWhen applicable, returns an informational message relevant to the current status and status type of the status summary object.default StringThe type of a status summary.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLastUpdatedAt
The datetime stamp when the status was last updated.- See Also:
-
getStatus
The current status.- See Also:
-
getStatusDetails
Details about the status.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- See Also:
-
getStatusMessage
When applicable, returns an informational message relevant to the current status and status type of the status summary object.We don't recommend implementing parsing logic around this value since the messages returned can vary in format.
- See Also:
-
getStatusType
The type of a status summary.- See Also:
-
builder
-