MaintenanceWindowTaskTaskInvocationParametersRunCommandParameters

data class MaintenanceWindowTaskTaskInvocationParametersRunCommandParameters(val cloudwatchConfig: MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersCloudwatchConfig? = null, val comment: String? = null, val documentHash: String? = null, val documentHashType: String? = null, val documentVersion: String? = null, val notificationConfig: MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfig? = null, val outputS3Bucket: String? = null, val outputS3KeyPrefix: String? = null, val parameters: List<MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersParameter>? = null, val serviceRoleArn: String? = null, val timeoutSeconds: Int? = null)

Constructors

constructor(cloudwatchConfig: MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersCloudwatchConfig? = null, comment: String? = null, documentHash: String? = null, documentHashType: String? = null, documentVersion: String? = null, notificationConfig: MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfig? = null, outputS3Bucket: String? = null, outputS3KeyPrefix: String? = null, parameters: List<MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersParameter>? = null, serviceRoleArn: String? = null, timeoutSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration options for sending command output to CloudWatch Logs. Documented below.

Link copied to clipboard
val comment: String? = null

Information about the command(s) to execute.

Link copied to clipboard
val documentHash: String? = null

The SHA-256 or SHA-1 hash created by the system when the document was created. SHA-1 hashes have been deprecated.

Link copied to clipboard

SHA-256 or SHA-1. SHA-1 hashes have been deprecated. Valid values: Sha256 and Sha1

Link copied to clipboard
val documentVersion: String? = null

The version of an Automation document to use during task execution.

Link copied to clipboard

Configurations for sending notifications about command status changes on a per-instance basis. Documented below.

Link copied to clipboard
val outputS3Bucket: String? = null

The name of the Amazon S3 bucket.

Link copied to clipboard

The Amazon S3 bucket subfolder.

Link copied to clipboard

The parameters for the RUN_COMMAND task execution. Documented below.

Link copied to clipboard
val serviceRoleArn: String? = null

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks.

Link copied to clipboard
val timeoutSeconds: Int? = null

If this time is reached and the command has not already started executing, it doesn't run.