Class: Aws::SSM::Types::TargetLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::TargetLocation
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#accounts ⇒ Array<String>
The Amazon Web Services accounts targeted by the current Automation execution.
-
#execution_role_name ⇒ String
The Automation execution role used by the currently running Automation.
-
#regions ⇒ Array<String>
The Amazon Web Services Regions targeted by the current Automation execution.
-
#target_location_alarm_configuration ⇒ Types::AlarmConfiguration
The details for the CloudWatch alarm you want to apply to an automation or command.
-
#target_location_max_concurrency ⇒ String
The maximum number of Amazon Web Services Regions and Amazon Web Services accounts allowed to run the Automation concurrently.
-
#target_location_max_errors ⇒ String
The maximum number of errors allowed before the system stops queueing additional Automation executions for the currently running Automation.
Instance Attribute Details
#accounts ⇒ Array<String>
The Amazon Web Services accounts targeted by the current Automation execution.
18135 18136 18137 18138 18139 18140 18141 18142 18143 18144 |
# File 'lib/aws-sdk-ssm/types.rb', line 18135 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_name ⇒ String
The Automation execution role used by the currently running Automation. If not specified, the default value is ‘AWS-SystemsManager-AutomationExecutionRole`.
18135 18136 18137 18138 18139 18140 18141 18142 18143 18144 |
# File 'lib/aws-sdk-ssm/types.rb', line 18135 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 |
#regions ⇒ Array<String>
The Amazon Web Services Regions targeted by the current Automation execution.
18135 18136 18137 18138 18139 18140 18141 18142 18143 18144 |
# File 'lib/aws-sdk-ssm/types.rb', line 18135 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_configuration ⇒ Types::AlarmConfiguration
The details for the CloudWatch alarm you want to apply to an automation or command.
18135 18136 18137 18138 18139 18140 18141 18142 18143 18144 |
# File 'lib/aws-sdk-ssm/types.rb', line 18135 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_concurrency ⇒ String
The maximum number of Amazon Web Services Regions and Amazon Web Services accounts allowed to run the Automation concurrently.
18135 18136 18137 18138 18139 18140 18141 18142 18143 18144 |
# File 'lib/aws-sdk-ssm/types.rb', line 18135 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_errors ⇒ String
The maximum number of errors allowed before the system stops queueing additional Automation executions for the currently running Automation.
18135 18136 18137 18138 18139 18140 18141 18142 18143 18144 |
# File 'lib/aws-sdk-ssm/types.rb', line 18135 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 |