interface StatusSummaryProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_ssmquicksetup.CfnConfigurationManager.StatusSummaryProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsssmquicksetup#CfnConfigurationManager_StatusSummaryProperty |
![]() | software.amazon.awscdk.services.ssmquicksetup.CfnConfigurationManager.StatusSummaryProperty |
![]() | aws_cdk.aws_ssmquicksetup.CfnConfigurationManager.StatusSummaryProperty |
![]() | aws-cdk-lib » aws_ssmquicksetup » CfnConfigurationManager » StatusSummaryProperty |
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 { aws_ssmquicksetup as ssmquicksetup } from 'aws-cdk-lib';
const statusSummaryProperty: ssmquicksetup.CfnConfigurationManager.StatusSummaryProperty = {
lastUpdatedAt: 'lastUpdatedAt',
statusType: 'statusType',
// the properties below are optional
status: 'status',
statusDetails: {
statusDetailsKey: 'statusDetails',
},
statusMessage: 'statusMessage',
};
Properties
Name | Type | Description |
---|---|---|
last | string | The datetime stamp when the status was last updated. |
status | string | The type of a status summary. |
status? | string | The current status. |
status | { [string]: string } | IResolvable | Details about the status. |
status | string | When applicable, returns an informational message relevant to the current status and status type of the status summary object. |
lastUpdatedAt
Type:
string
The datetime stamp when the status was last updated.
statusType
Type:
string
The type of a status summary.
status?
Type:
string
(optional)
The current status.
statusDetails?
Type:
{ [string]: string } |
IResolvable
(optional)
Details about the status.
statusMessage?
Type:
string
(optional)
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.