amazonka-migrationhuborchestrator-2.0: Amazon Migration Hub Orchestrator SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

Description

 
Synopsis

Documentation

data WorkflowStepAutomationConfiguration Source #

The custom script to run tests on source or target environments.

See: newWorkflowStepAutomationConfiguration smart constructor.

Constructors

WorkflowStepAutomationConfiguration' 

Fields

Instances

Instances details
FromJSON WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

ToJSON WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

Generic WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

Read WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

Show WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

NFData WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

Eq WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

Hashable WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

type Rep WorkflowStepAutomationConfiguration Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration

type Rep WorkflowStepAutomationConfiguration = D1 ('MetaData "WorkflowStepAutomationConfiguration" "Amazonka.MigrationHubOrchestrator.Types.WorkflowStepAutomationConfiguration" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "WorkflowStepAutomationConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "command") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformCommand)) :*: S1 ('MetaSel ('Just "runEnvironment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RunEnvironment))) :*: (S1 ('MetaSel ('Just "scriptLocationS3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "scriptLocationS3Key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformScriptKey)) :*: S1 ('MetaSel ('Just "targetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetType))))))