Class: Aws::MigrationHubOrchestrator::Types::WorkflowStepAutomationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commandTypes::PlatformCommand

The command required to run the script.



2417
2418
2419
2420
2421
2422
2423
2424
2425
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2417

class WorkflowStepAutomationConfiguration < Struct.new(
  :script_location_s3_bucket,
  :script_location_s3_key,
  :command,
  :run_environment,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end

#run_environmentString

The source or target environment.

Returns:

  • (String)


2417
2418
2419
2420
2421
2422
2423
2424
2425
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2417

class WorkflowStepAutomationConfiguration < Struct.new(
  :script_location_s3_bucket,
  :script_location_s3_key,
  :command,
  :run_environment,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end

#script_location_s3_bucketString

The Amazon S3 bucket where the script is located.

Returns:

  • (String)


2417
2418
2419
2420
2421
2422
2423
2424
2425
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2417

class WorkflowStepAutomationConfiguration < Struct.new(
  :script_location_s3_bucket,
  :script_location_s3_key,
  :command,
  :run_environment,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end

#script_location_s3_keyTypes::PlatformScriptKey

The Amazon S3 key for the script location.



2417
2418
2419
2420
2421
2422
2423
2424
2425
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2417

class WorkflowStepAutomationConfiguration < Struct.new(
  :script_location_s3_bucket,
  :script_location_s3_key,
  :command,
  :run_environment,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end

#target_typeString

The servers on which to run the script.

Returns:

  • (String)


2417
2418
2419
2420
2421
2422
2423
2424
2425
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2417

class WorkflowStepAutomationConfiguration < Struct.new(
  :script_location_s3_bucket,
  :script_location_s3_key,
  :command,
  :run_environment,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end