Comment on page
UpcomingActionExecution Object
Represents an action execution that is scheduled in the future.
ID of the action.
Type:
string
Name of the action.
Type:
string
Type of action.
Type:
string
Version ID of the action.
Type:
string
ID of the Managed Instance to which the action belongs.
Type:
string
Date, in ISO 8601 format, at which the action will next execute.
Type:
string
Time zone in which the action will execute.
Type:
string
{
"actionId": "a-00000001",
"actionName": "My Action",
"actionType": "amazon-start-ec2-instances",
"actionVersionId": "av-00000001",
"managedInstanceId": "mi-00000001",
"startDate": "2016-06-09T10:57:00Z",
"timeZoneId": "Eastern Standard Time"
}
Last modified 5yr ago