ComplianceExecutionSummaryArgs

data class ComplianceExecutionSummaryArgs(val executionId: Output<String>? = null, val executionTime: Output<String>? = null, val executionType: Output<String>? = null) : ConvertibleToJava<ComplianceExecutionSummaryArgs>

Definition of ComplianceExecutionSummary

Constructors

Link copied to clipboard
constructor(executionId: Output<String>? = null, executionTime: Output<String>? = null, executionType: Output<String>? = null)

Properties

Link copied to clipboard
val executionId: Output<String>? = null

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
val executionTime: Output<String>? = null

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
val executionType: Output<String>? = null

The type of execution. For example, Command is a valid execution type.

Functions

Link copied to clipboard
open override fun toJava(): ComplianceExecutionSummaryArgs