AWS::SSMQuickSetup::ConfigurationManager StatusSummary - AWS CloudFormation

AWS::SSMQuickSetup::ConfigurationManager StatusSummary

A summarized description of the status.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "LastUpdatedAt" : String, "Status" : String, "StatusDetails" : {Key: Value, ...}, "StatusMessage" : String, "StatusType" : String }

YAML

LastUpdatedAt: String Status: String StatusDetails: Key: Value StatusMessage: String StatusType: String

Properties

LastUpdatedAt

The datetime stamp when the status was last updated.

Required: Yes

Type: String

Update requires: No interruption

Status

The current status.

Required: No

Type: String

Allowed values: INITIALIZING | DEPLOYING | SUCCEEDED | DELETING | STOPPING | FAILED | STOPPED | DELETE_FAILED | STOP_FAILED | NONE

Update requires: No interruption

StatusDetails

Details about the status.

Required: No

Type: Object of String

Pattern: .+

Update requires: No interruption

StatusMessage

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.

Required: No

Type: String

Update requires: No interruption

StatusType

The type of a status summary.

Required: Yes

Type: String

Allowed values: Deployment | AsyncExecutions

Update requires: No interruption