Class: Aws::SSM::Types::TargetLocation

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

Overview

The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Automation execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accountsArray<String>

The Amazon Web Services accounts targeted by the current Automation execution.

Returns:

  • (Array<String>)


18069
18070
18071
18072
18073
18074
18075
18076
18077
18078
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18069

class TargetLocation < Struct.new(
  :accounts,
  :regions,
  :target_location_max_concurrency,
  :target_location_max_errors,
  :execution_role_name,
  :target_location_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#execution_role_nameString

The Automation execution role used by the currently running Automation. If not specified, the default value is AWS-SystemsManager-AutomationExecutionRole.

Returns:

  • (String)


18069
18070
18071
18072
18073
18074
18075
18076
18077
18078
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18069

class TargetLocation < Struct.new(
  :accounts,
  :regions,
  :target_location_max_concurrency,
  :target_location_max_errors,
  :execution_role_name,
  :target_location_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#regionsArray<String>

The Amazon Web Services Regions targeted by the current Automation execution.

Returns:

  • (Array<String>)


18069
18070
18071
18072
18073
18074
18075
18076
18077
18078
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18069

class TargetLocation < Struct.new(
  :accounts,
  :regions,
  :target_location_max_concurrency,
  :target_location_max_errors,
  :execution_role_name,
  :target_location_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#target_location_alarm_configurationTypes::AlarmConfiguration

The details for the CloudWatch alarm you want to apply to an automation or command.



18069
18070
18071
18072
18073
18074
18075
18076
18077
18078
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18069

class TargetLocation < Struct.new(
  :accounts,
  :regions,
  :target_location_max_concurrency,
  :target_location_max_errors,
  :execution_role_name,
  :target_location_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#target_location_max_concurrencyString

The maximum number of Amazon Web Services Regions and Amazon Web Services accounts allowed to run the Automation concurrently.

Returns:

  • (String)


18069
18070
18071
18072
18073
18074
18075
18076
18077
18078
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18069

class TargetLocation < Struct.new(
  :accounts,
  :regions,
  :target_location_max_concurrency,
  :target_location_max_errors,
  :execution_role_name,
  :target_location_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#target_location_max_errorsString

The maximum number of errors allowed before the system stops queueing additional Automation executions for the currently running Automation.

Returns:

  • (String)


18069
18070
18071
18072
18073
18074
18075
18076
18077
18078
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18069

class TargetLocation < Struct.new(
  :accounts,
  :regions,
  :target_location_max_concurrency,
  :target_location_max_errors,
  :execution_role_name,
  :target_location_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end