![]() |
![]()
| ![]() |
![]()
NAMEPaws::SSM::MaintenanceWindowTask USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::SSM::MaintenanceWindowTask object: $service_obj->Method(Att1 => { Description => $value, ..., WindowTaskId => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SSM::MaintenanceWindowTask object: $result = $service_obj->Method(...); $result->Att1->Description DESCRIPTIONInformation about a task defined for a maintenance window. ATTRIBUTESDescription => StrA description of the task. LoggingInfo => Paws::SSM::LoggingInfoInformation about an S3 bucket to write task-level logs to. "LoggingInfo" has been deprecated. To specify an S3 bucket to contain logs, instead use the "OutputS3BucketName" and "OutputS3KeyPrefix" options in the "TaskInvocationParameters" structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters. MaxConcurrency => StrThe maximum number of targets this task can be run for, in parallel. MaxErrors => StrThe maximum number of errors allowed before this task stops being scheduled. Name => StrThe task name. Priority => IntThe priority of the task in the maintenance window. The lower the number, the higher the priority. Tasks that have the same priority are scheduled in parallel. ServiceRoleArn => StrThe ARN of the IAM service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks. Targets => ArrayRef[Paws::SSM::Target]The targets (either instances or tags). Instances are specified using Key=instanceids,Values=<instanceid1>,<instanceid2>. Tags are specified using Key=<tag name>,Values=<tag value>. TaskArn => StrThe resource that the task uses during execution. For RUN_COMMAND and AUTOMATION task types, "TaskArn" is the Systems Manager document name or ARN. For LAMBDA tasks, it's the function name or ARN. For STEP_FUNCTIONS tasks, it's the state machine ARN. TaskParameters => Paws::SSM::MaintenanceWindowTaskParametersThe parameters that should be passed to the task when it is run. "TaskParameters" has been deprecated. To specify parameters to pass to a task when it runs, instead use the "Parameters" option in the "TaskInvocationParameters" structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters. Type => StrThe type of task. The type can be one of the following: RUN_COMMAND, AUTOMATION, LAMBDA, or STEP_FUNCTIONS. WindowId => StrThe ID of the maintenance window where the task is registered. WindowTaskId => StrThe task ID. SEE ALSOThis class forms part of Paws, describing an object used in Paws::SSM BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|