amazonka-ssm-2.0: Amazon Simple Systems Manager (SSM) 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.SSM.Types.TargetLocation

Description

 
Synopsis

Documentation

data TargetLocation Source #

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

See: newTargetLocation smart constructor.

Constructors

TargetLocation' 

Fields

Instances

Instances details
FromJSON TargetLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.TargetLocation

ToJSON TargetLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.TargetLocation

Generic TargetLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.TargetLocation

Associated Types

type Rep TargetLocation :: Type -> Type #

Read TargetLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.TargetLocation

Show TargetLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.TargetLocation

NFData TargetLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.TargetLocation

Methods

rnf :: TargetLocation -> () #

Eq TargetLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.TargetLocation

Hashable TargetLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.TargetLocation

type Rep TargetLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.TargetLocation

type Rep TargetLocation = D1 ('MetaData "TargetLocation" "Amazonka.SSM.Types.TargetLocation" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "TargetLocation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "executionRoleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "regions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))))) :*: (S1 ('MetaSel ('Just "targetLocationAlarmConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlarmConfiguration)) :*: (S1 ('MetaSel ('Just "targetLocationMaxConcurrency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetLocationMaxErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newTargetLocation :: TargetLocation Source #

Create a value of TargetLocation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accounts:TargetLocation', targetLocation_accounts - The Amazon Web Services accounts targeted by the current Automation execution.

$sel:executionRoleName:TargetLocation', targetLocation_executionRoleName - The Automation execution role used by the currently running Automation. If not specified, the default value is AWS-SystemsManager-AutomationExecutionRole.

$sel:regions:TargetLocation', targetLocation_regions - The Amazon Web Services Regions targeted by the current Automation execution.

$sel:targetLocationAlarmConfiguration:TargetLocation', targetLocation_targetLocationAlarmConfiguration - Undocumented member.

$sel:targetLocationMaxConcurrency:TargetLocation', targetLocation_targetLocationMaxConcurrency - The maximum number of Amazon Web Services Regions and Amazon Web Services accounts allowed to run the Automation concurrently.

$sel:targetLocationMaxErrors:TargetLocation', targetLocation_targetLocationMaxErrors - The maximum number of errors allowed before the system stops queueing additional Automation executions for the currently running Automation.

targetLocation_accounts :: Lens' TargetLocation (Maybe (NonEmpty Text)) Source #

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

targetLocation_executionRoleName :: Lens' TargetLocation (Maybe Text) Source #

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

targetLocation_regions :: Lens' TargetLocation (Maybe (NonEmpty Text)) Source #

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

targetLocation_targetLocationMaxConcurrency :: Lens' TargetLocation (Maybe Text) Source #

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

targetLocation_targetLocationMaxErrors :: Lens' TargetLocation (Maybe Text) Source #

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