| Modifier and Type | Method and Description |
|---|---|
static CfnMaintenanceWindowTask.Builder |
CfnMaintenanceWindowTask.Builder.create(Construct scope,
String id) |
CfnMaintenanceWindowTask.Builder |
CfnMaintenanceWindowTask.Builder.cutoffBehavior(String cutoffBehavior)
The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.
|
CfnMaintenanceWindowTask.Builder |
CfnMaintenanceWindowTask.Builder.description(String description)
A description of the task.
|
CfnMaintenanceWindowTask.Builder |
CfnMaintenanceWindowTask.Builder.loggingInfo(CfnMaintenanceWindowTask.LoggingInfoProperty loggingInfo)
Information about an Amazon S3 bucket to write Run Command task-level logs to.
|
CfnMaintenanceWindowTask.Builder |
CfnMaintenanceWindowTask.Builder.loggingInfo(IResolvable loggingInfo)
Information about an Amazon S3 bucket to write Run Command task-level logs to.
|
CfnMaintenanceWindowTask.Builder |
CfnMaintenanceWindowTask.Builder.maxConcurrency(String maxConcurrency)
The maximum number of targets this task can be run for, in parallel.
|
CfnMaintenanceWindowTask.Builder |
CfnMaintenanceWindowTask.Builder.maxErrors(String maxErrors)
The maximum number of errors allowed before this task stops being scheduled.
|
CfnMaintenanceWindowTask.Builder |
CfnMaintenanceWindowTask.Builder.name(String name)
The task name.
|
CfnMaintenanceWindowTask.Builder |
CfnMaintenanceWindowTask.Builder.priority(Number priority)
The priority of the task in the maintenance window.
|
CfnMaintenanceWindowTask.Builder |
CfnMaintenanceWindowTask.Builder.serviceRoleArn(String serviceRoleArn)
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.
|
CfnMaintenanceWindowTask.Builder |
CfnMaintenanceWindowTask.Builder.targets(IResolvable targets)
The targets, either instances or window target IDs.
|
CfnMaintenanceWindowTask.Builder |
CfnMaintenanceWindowTask.Builder.targets(List<? extends Object> targets)
The targets, either instances or window target IDs.
|
CfnMaintenanceWindowTask.Builder |
CfnMaintenanceWindowTask.Builder.taskArn(String taskArn)
The resource that the task uses during execution.
|
CfnMaintenanceWindowTask.Builder |
CfnMaintenanceWindowTask.Builder.taskInvocationParameters(CfnMaintenanceWindowTask.TaskInvocationParametersProperty taskInvocationParameters)
The parameters to pass to the task when it runs.
|
CfnMaintenanceWindowTask.Builder |
CfnMaintenanceWindowTask.Builder.taskInvocationParameters(IResolvable taskInvocationParameters)
The parameters to pass to the task when it runs.
|
CfnMaintenanceWindowTask.Builder |
CfnMaintenanceWindowTask.Builder.taskParameters(Object taskParameters)
The parameters to pass to the task when it runs.
|
CfnMaintenanceWindowTask.Builder |
CfnMaintenanceWindowTask.Builder.taskType(String taskType)
The type of task.
|
CfnMaintenanceWindowTask.Builder |
CfnMaintenanceWindowTask.Builder.windowId(String windowId)
The ID of the maintenance window where the task is registered.
|
Copyright © 2022. All rights reserved.