GetTaskResult

data class GetTaskResult(val cloudWatchLogGroupArn: String? = null, val destinationNetworkInterfaceArns: List<String>? = null, val excludes: List<TaskFilterRule>? = null, val includes: List<TaskFilterRule>? = null, val name: String? = null, val options: TaskOptions? = null, val schedule: TaskSchedule? = null, val sourceNetworkInterfaceArns: List<String>? = null, val status: TaskStatus? = null, val tags: List<TaskTag>? = null, val taskArn: String? = null, val taskReportConfig: TaskReportConfig? = null)

Constructors

Link copied to clipboard
fun GetTaskResult(cloudWatchLogGroupArn: String? = null, destinationNetworkInterfaceArns: List<String>? = null, excludes: List<TaskFilterRule>? = null, includes: List<TaskFilterRule>? = null, name: String? = null, options: TaskOptions? = null, schedule: TaskSchedule? = null, sourceNetworkInterfaceArns: List<String>? = null, status: TaskStatus? = null, tags: List<TaskTag>? = null, taskArn: String? = null, taskReportConfig: TaskReportConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the Amazon CloudWatch log group that is used to monitor and log events in the task.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String? = null

The name of a task. This value is a text reference that is used to identify the task in the console.

Link copied to clipboard
val options: TaskOptions? = null
Link copied to clipboard
val schedule: TaskSchedule? = null
Link copied to clipboard
Link copied to clipboard
val status: TaskStatus? = null

The status of the task that was described.

Link copied to clipboard
val tags: List<TaskTag>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val taskArn: String? = null

The ARN of the task.

Link copied to clipboard