libZSservicesZSamazonka-ssmZSamazonka-ssm
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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

  • accounts :: Maybe (NonEmpty Text)

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

  • targetLocationMaxConcurrency :: Maybe Text

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

  • targetLocationMaxErrors :: Maybe Text

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

  • regions :: Maybe (NonEmpty Text)

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

  • executionRoleName :: Maybe Text

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

Instances

Instances details
Eq TargetLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.TargetLocation

Read TargetLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.TargetLocation

Show 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 #

NFData TargetLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.TargetLocation

Methods

rnf :: TargetLocation -> () #

Hashable TargetLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.TargetLocation

ToJSON TargetLocation Source # 
Instance details

Defined in Amazonka.SSM.Types.TargetLocation

FromJSON 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" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "TargetLocation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "targetLocationMaxConcurrency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "targetLocationMaxErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "regions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "executionRoleName") '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: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.

$sel:regions:TargetLocation', targetLocation_regions - The Amazon Web Services Regions 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.

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

The Amazon Web Services accounts 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.

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

The Amazon Web Services Regions 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.