AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the UpdateWorkflowStep operation. Update a step in a migration workflow.
Namespace: Amazon.MigrationHubOrchestrator.Model
Assembly: AWSSDK.MigrationHubOrchestrator.dll
Version: 3.x.y.z
public class UpdateWorkflowStepRequest : AmazonMigrationHubOrchestratorRequest IAmazonWebServiceRequest
The UpdateWorkflowStepRequest type exposes the following members
Name | Description | |
---|---|---|
UpdateWorkflowStepRequest() |
Name | Type | Description | |
---|---|---|---|
Description | System.String |
Gets and sets the property Description. The description of the step. |
|
Id | System.String |
Gets and sets the property Id. The ID of the step. |
|
Name | System.String |
Gets and sets the property Name. The name of the step. |
|
Next | System.Collections.Generic.List<System.String> |
Gets and sets the property Next. The next step. |
|
Outputs | System.Collections.Generic.List<Amazon.MigrationHubOrchestrator.Model.WorkflowStepOutput> |
Gets and sets the property Outputs. The outputs of a step. |
|
Previous | System.Collections.Generic.List<System.String> |
Gets and sets the property Previous. The previous step. |
|
Status | Amazon.MigrationHubOrchestrator.StepStatus |
Gets and sets the property Status. The status of the step. |
|
StepActionType | Amazon.MigrationHubOrchestrator.StepActionType |
Gets and sets the property StepActionType. The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step. |
|
StepGroupId | System.String |
Gets and sets the property StepGroupId. The ID of the step group. |
|
StepTarget | System.Collections.Generic.List<System.String> |
Gets and sets the property StepTarget. The servers on which a step will be run. |
|
WorkflowId | System.String |
Gets and sets the property WorkflowId. The ID of the migration workflow. |
|
WorkflowStepAutomationConfiguration | Amazon.MigrationHubOrchestrator.Model.WorkflowStepAutomationConfiguration |
Gets and sets the property WorkflowStepAutomationConfiguration. The custom script to run tests on the source and target environments. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5