| 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.M2.Types.ScriptBatchJobIdentifier
Description
Documentation
data ScriptBatchJobIdentifier Source #
A batch job identifier in which the batch job to run is identified by the script name.
See: newScriptBatchJobIdentifier smart constructor.
Constructors
| ScriptBatchJobIdentifier' | |
Fields
| |
Instances
newScriptBatchJobIdentifier Source #
Create a value of ScriptBatchJobIdentifier 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:scriptName:ScriptBatchJobIdentifier', scriptBatchJobIdentifier_scriptName - The name of the script containing the batch job definition.
scriptBatchJobIdentifier_scriptName :: Lens' ScriptBatchJobIdentifier Text Source #
The name of the script containing the batch job definition.