Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ssm.CfnMaintenanceWindowTaskPropsMixin.Builder
Packages that use CfnMaintenanceWindowTaskPropsMixin.Builder
-
Uses of CfnMaintenanceWindowTaskPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ssm
Methods in software.amazon.awscdk.cfnpropertymixins.services.ssm that return CfnMaintenanceWindowTaskPropsMixin.BuilderModifier and TypeMethodDescriptionCfnMaintenanceWindowTaskPropsMixin.Builder.create()CfnMaintenanceWindowTaskPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnMaintenanceWindowTaskPropsMixin.Builder.cutoffBehavior(String cutoffBehavior) The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.CfnMaintenanceWindowTaskPropsMixin.Builder.description(String description) A description of the task.CfnMaintenanceWindowTaskPropsMixin.Builder.loggingInfo(CfnMaintenanceWindowTaskPropsMixin.LoggingInfoProperty loggingInfo) CfnMaintenanceWindowTaskPropsMixin.Builder.loggingInfo(IResolvable loggingInfo) CfnMaintenanceWindowTaskPropsMixin.Builder.maxConcurrency(String maxConcurrency) The maximum number of targets this task can be run for, in parallel.The maximum number of errors allowed before this task stops being scheduled.The task name.The priority of the task in the maintenance window.CfnMaintenanceWindowTaskPropsMixin.Builder.serviceRoleArn(String serviceRoleArn) The Amazon Resource Name (ARN) of the IAM service role for AWS Systems Manager to assume when running a maintenance window task.The targets, either instances or window target IDs.CfnMaintenanceWindowTaskPropsMixin.Builder.targets(IResolvable targets) The targets, either instances or window target IDs.The resource that the task uses during execution.CfnMaintenanceWindowTaskPropsMixin.Builder.taskInvocationParameters(CfnMaintenanceWindowTaskPropsMixin.TaskInvocationParametersProperty taskInvocationParameters) The parameters to pass to the task when it runs.CfnMaintenanceWindowTaskPropsMixin.Builder.taskInvocationParameters(IResolvable taskInvocationParameters) The parameters to pass to the task when it runs.CfnMaintenanceWindowTaskPropsMixin.Builder.taskParameters(Object taskParameters) The type of task.The ID of the maintenance window where the task is registered.