| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SSM.Types.MaintenanceWindowAutomationParameters
Description
Synopsis
- data MaintenanceWindowAutomationParameters = MaintenanceWindowAutomationParameters' {
- documentVersion :: Maybe Text
- parameters :: Maybe (HashMap Text [Text])
- newMaintenanceWindowAutomationParameters :: MaintenanceWindowAutomationParameters
- maintenanceWindowAutomationParameters_documentVersion :: Lens' MaintenanceWindowAutomationParameters (Maybe Text)
- maintenanceWindowAutomationParameters_parameters :: Lens' MaintenanceWindowAutomationParameters (Maybe (HashMap Text [Text]))
Documentation
data MaintenanceWindowAutomationParameters Source #
The parameters for an AUTOMATION task type.
See: newMaintenanceWindowAutomationParameters smart constructor.
Constructors
| MaintenanceWindowAutomationParameters' | |
Fields
| |
Instances
newMaintenanceWindowAutomationParameters :: MaintenanceWindowAutomationParameters Source #
Create a value of MaintenanceWindowAutomationParameters with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:documentVersion:MaintenanceWindowAutomationParameters', maintenanceWindowAutomationParameters_documentVersion - The version of an Automation runbook to use during task execution.
$sel:parameters:MaintenanceWindowAutomationParameters', maintenanceWindowAutomationParameters_parameters - The parameters for the AUTOMATION task.
For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask.
LoggingInfo has been deprecated. To specify an Amazon Simple Storage
Service (Amazon S3) bucket to contain logs, instead use the
OutputS3BucketName and OutputS3KeyPrefix options in the
TaskInvocationParameters structure. For information about how Amazon
Web Services Systems Manager handles these options for the supported
maintenance window task types, see
MaintenanceWindowTaskInvocationParameters.
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.
For AUTOMATION task types, Amazon Web Services Systems Manager ignores
any values specified for these parameters.
maintenanceWindowAutomationParameters_documentVersion :: Lens' MaintenanceWindowAutomationParameters (Maybe Text) Source #
The version of an Automation runbook to use during task execution.
maintenanceWindowAutomationParameters_parameters :: Lens' MaintenanceWindowAutomationParameters (Maybe (HashMap Text [Text])) Source #
The parameters for the AUTOMATION task.
For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask.
LoggingInfo has been deprecated. To specify an Amazon Simple Storage
Service (Amazon S3) bucket to contain logs, instead use the
OutputS3BucketName and OutputS3KeyPrefix options in the
TaskInvocationParameters structure. For information about how Amazon
Web Services Systems Manager handles these options for the supported
maintenance window task types, see
MaintenanceWindowTaskInvocationParameters.
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.
For AUTOMATION task types, Amazon Web Services Systems Manager ignores
any values specified for these parameters.