Compliance Execution Summary Args
data class ComplianceExecutionSummaryArgs(val executionId: Output<String>? = null, val executionTime: Output<String>? = null, val executionType: Output<String>? = null) : ConvertibleToJava<ComplianceExecutionSummaryArgs>
Definition of ComplianceExecutionSummary
Properties
Link copied to clipboard
An ID created by the system when PutComplianceItems
was called. For example, CommandID
is a valid execution ID. You can use this ID in subsequent calls.
Link copied to clipboard
The time the execution ran as a datetime object that is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z'
Link copied to clipboard
The type of execution. For example, Command
is a valid execution type.