| 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.FIS.Types.CreateExperimentTemplateActionInput
Description
Synopsis
- data CreateExperimentTemplateActionInput = CreateExperimentTemplateActionInput' {}
- newCreateExperimentTemplateActionInput :: Text -> CreateExperimentTemplateActionInput
- createExperimentTemplateActionInput_description :: Lens' CreateExperimentTemplateActionInput (Maybe Text)
- createExperimentTemplateActionInput_parameters :: Lens' CreateExperimentTemplateActionInput (Maybe (HashMap Text Text))
- createExperimentTemplateActionInput_startAfter :: Lens' CreateExperimentTemplateActionInput (Maybe [Text])
- createExperimentTemplateActionInput_targets :: Lens' CreateExperimentTemplateActionInput (Maybe (HashMap Text Text))
- createExperimentTemplateActionInput_actionId :: Lens' CreateExperimentTemplateActionInput Text
Documentation
data CreateExperimentTemplateActionInput Source #
Specifies an action for an experiment template.
For more information, see Actions in the Fault Injection Simulator User Guide.
See: newCreateExperimentTemplateActionInput smart constructor.
Constructors
| CreateExperimentTemplateActionInput' | |
Fields
| |
Instances
newCreateExperimentTemplateActionInput Source #
Arguments
| :: Text | |
| -> CreateExperimentTemplateActionInput |
Create a value of CreateExperimentTemplateActionInput 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:description:CreateExperimentTemplateActionInput', createExperimentTemplateActionInput_description - A description for the action.
$sel:parameters:CreateExperimentTemplateActionInput', createExperimentTemplateActionInput_parameters - The parameters for the action, if applicable.
$sel:startAfter:CreateExperimentTemplateActionInput', createExperimentTemplateActionInput_startAfter - The name of the action that must be completed before the current action
starts. Omit this parameter to run the action at the start of the
experiment.
$sel:targets:CreateExperimentTemplateActionInput', createExperimentTemplateActionInput_targets - The targets for the action.
$sel:actionId:CreateExperimentTemplateActionInput', createExperimentTemplateActionInput_actionId - The ID of the action. The format of the action ID is:
aws:service-name:action-type.
createExperimentTemplateActionInput_description :: Lens' CreateExperimentTemplateActionInput (Maybe Text) Source #
A description for the action.
createExperimentTemplateActionInput_parameters :: Lens' CreateExperimentTemplateActionInput (Maybe (HashMap Text Text)) Source #
The parameters for the action, if applicable.
createExperimentTemplateActionInput_startAfter :: Lens' CreateExperimentTemplateActionInput (Maybe [Text]) Source #
The name of the action that must be completed before the current action starts. Omit this parameter to run the action at the start of the experiment.
createExperimentTemplateActionInput_targets :: Lens' CreateExperimentTemplateActionInput (Maybe (HashMap Text Text)) Source #
The targets for the action.
createExperimentTemplateActionInput_actionId :: Lens' CreateExperimentTemplateActionInput Text Source #
The ID of the action. The format of the action ID is: aws:service-name:action-type.