AutomationEventStep
Contains information about a step in an automation event.
Contents
- completedTimestamp
-
The timestamp when this automation event step completed execution.
Type: Timestamp
Required: No
- estimatedMonthlySavings
-
Contains information about estimated monthly cost savings.
Type: EstimatedMonthlySavings object
Required: No
- eventId
-
The ID of the automation event this step belongs to.
Type: String
Pattern:
[0-9A-Za-z]{16}Required: No
- resourceId
-
The unique identifier of the resource being acted upon in this step.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[a-zA-Z0-9_.-]+Required: No
- startTimestamp
-
The timestamp when this automation event step started execution.
Type: Timestamp
Required: No
- stepId
-
The unique identifier for this step.
Type: String
Pattern:
[0-9A-Za-z]{16}Required: No
- stepStatus
-
The current status of the step.
Type: String
Valid Values:
Ready | InProgress | Complete | FailedRequired: No
- stepType
-
The type of step.
Type: String
Valid Values:
CreateEbsSnapshot | DeleteEbsVolume | ModifyEbsVolume | CreateEbsVolumeRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: