| Package | Description |
|---|---|
| com.amazonaws.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
StepAutomationConfiguration |
StepAutomationConfiguration.clone() |
StepAutomationConfiguration |
GetTemplateStepResult.getStepAutomationConfiguration()
The custom script to run tests on source or target environments.
|
StepAutomationConfiguration |
StepAutomationConfiguration.withCommand(PlatformCommand command)
The command to run the script.
|
StepAutomationConfiguration |
StepAutomationConfiguration.withRunEnvironment(RunEnvironment runEnvironment)
The source or target environment.
|
StepAutomationConfiguration |
StepAutomationConfiguration.withRunEnvironment(String runEnvironment)
The source or target environment.
|
StepAutomationConfiguration |
StepAutomationConfiguration.withScriptLocationS3Bucket(String scriptLocationS3Bucket)
The Amazon S3 bucket where the script is located.
|
StepAutomationConfiguration |
StepAutomationConfiguration.withScriptLocationS3Key(PlatformScriptKey scriptLocationS3Key)
The Amazon S3 key for the script location.
|
StepAutomationConfiguration |
StepAutomationConfiguration.withTargetType(String targetType)
The servers on which to run the script.
|
StepAutomationConfiguration |
StepAutomationConfiguration.withTargetType(TargetType targetType)
The servers on which to run the script.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTemplateStepResult.setStepAutomationConfiguration(StepAutomationConfiguration stepAutomationConfiguration)
The custom script to run tests on source or target environments.
|
GetTemplateStepResult |
GetTemplateStepResult.withStepAutomationConfiguration(StepAutomationConfiguration stepAutomationConfiguration)
The custom script to run tests on source or target environments.
|
Copyright © 2023. All rights reserved.