Class: Aws::MigrationHubOrchestrator::Types::StepAutomationConfiguration

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 to run the script.



1679
1680
1681
1682
1683
1684
1685
1686
1687
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1679

class StepAutomationConfiguration < 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)


1679
1680
1681
1682
1683
1684
1685
1686
1687
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1679

class StepAutomationConfiguration < 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)


1679
1680
1681
1682
1683
1684
1685
1686
1687
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1679

class StepAutomationConfiguration < 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.



1679
1680
1681
1682
1683
1684
1685
1686
1687
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1679

class StepAutomationConfiguration < 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)


1679
1680
1681
1682
1683
1684
1685
1686
1687
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1679

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