Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data MaintenanceWindowAutomationParameters = MaintenanceWindowAutomationParameters' {
- parameters :: Maybe (HashMap Text [Text])
- documentVersion :: Maybe Text
- newMaintenanceWindowAutomationParameters :: MaintenanceWindowAutomationParameters
- maintenanceWindowAutomationParameters_parameters :: Lens' MaintenanceWindowAutomationParameters (Maybe (HashMap Text [Text]))
- maintenanceWindowAutomationParameters_documentVersion :: Lens' MaintenanceWindowAutomationParameters (Maybe Text)
Documentation
data MaintenanceWindowAutomationParameters Source #
The parameters for an AUTOMATION
task type.
See: newMaintenanceWindowAutomationParameters
smart constructor.
MaintenanceWindowAutomationParameters' | |
|
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: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.
$sel:documentVersion:MaintenanceWindowAutomationParameters'
, maintenanceWindowAutomationParameters_documentVersion
- 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.
maintenanceWindowAutomationParameters_documentVersion :: Lens' MaintenanceWindowAutomationParameters (Maybe Text) Source #
The version of an Automation runbook to use during task execution.