executionStartDateTime property
The date and time the plugin started running. Date and time are written in
ISO 8601 format. For example, June 7, 2017 is represented as 2017-06-7. The
following sample AWS CLI command uses the InvokedBefore
filter.
aws ssm list-commands --filters
key=InvokedBefore,value=2017-06-07T00:00:00Z
If the plugin has not started to run, the string is empty.
Implementation
final String? executionStartDateTime;