| 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.MigrationHubOrchestrator.Types.StepAutomationConfiguration
Description
Synopsis
- data StepAutomationConfiguration = StepAutomationConfiguration' {}
- newStepAutomationConfiguration :: StepAutomationConfiguration
- stepAutomationConfiguration_command :: Lens' StepAutomationConfiguration (Maybe PlatformCommand)
- stepAutomationConfiguration_runEnvironment :: Lens' StepAutomationConfiguration (Maybe RunEnvironment)
- stepAutomationConfiguration_scriptLocationS3Bucket :: Lens' StepAutomationConfiguration (Maybe Text)
- stepAutomationConfiguration_scriptLocationS3Key :: Lens' StepAutomationConfiguration (Maybe PlatformScriptKey)
- stepAutomationConfiguration_targetType :: Lens' StepAutomationConfiguration (Maybe TargetType)
Documentation
data StepAutomationConfiguration Source #
The custom script to run tests on source or target environments.
See: newStepAutomationConfiguration smart constructor.
Constructors
| StepAutomationConfiguration' | |
Fields
| |
Instances
newStepAutomationConfiguration :: StepAutomationConfiguration Source #
Create a value of StepAutomationConfiguration 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:command:StepAutomationConfiguration', stepAutomationConfiguration_command - The command to run the script.
$sel:runEnvironment:StepAutomationConfiguration', stepAutomationConfiguration_runEnvironment - The source or target environment.
$sel:scriptLocationS3Bucket:StepAutomationConfiguration', stepAutomationConfiguration_scriptLocationS3Bucket - The Amazon S3 bucket where the script is located.
$sel:scriptLocationS3Key:StepAutomationConfiguration', stepAutomationConfiguration_scriptLocationS3Key - The Amazon S3 key for the script location.
$sel:targetType:StepAutomationConfiguration', stepAutomationConfiguration_targetType - The servers on which to run the script.
stepAutomationConfiguration_command :: Lens' StepAutomationConfiguration (Maybe PlatformCommand) Source #
The command to run the script.
stepAutomationConfiguration_runEnvironment :: Lens' StepAutomationConfiguration (Maybe RunEnvironment) Source #
The source or target environment.
stepAutomationConfiguration_scriptLocationS3Bucket :: Lens' StepAutomationConfiguration (Maybe Text) Source #
The Amazon S3 bucket where the script is located.
stepAutomationConfiguration_scriptLocationS3Key :: Lens' StepAutomationConfiguration (Maybe PlatformScriptKey) Source #
The Amazon S3 key for the script location.
stepAutomationConfiguration_targetType :: Lens' StepAutomationConfiguration (Maybe TargetType) Source #
The servers on which to run the script.