libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events
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.CloudWatchEvents.Types.RunCommandParameters

Description

 
Synopsis

Documentation

data RunCommandParameters Source #

This parameter contains the criteria (either InstanceIds or a tag) used to specify which EC2 instances are to be sent the command.

See: newRunCommandParameters smart constructor.

Constructors

RunCommandParameters' 

Fields

Instances

Instances details
Eq RunCommandParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandParameters

Read RunCommandParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandParameters

Show RunCommandParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandParameters

Generic RunCommandParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandParameters

Associated Types

type Rep RunCommandParameters :: Type -> Type #

NFData RunCommandParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandParameters

Methods

rnf :: RunCommandParameters -> () #

Hashable RunCommandParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandParameters

ToJSON RunCommandParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandParameters

FromJSON RunCommandParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandParameters

type Rep RunCommandParameters Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RunCommandParameters

type Rep RunCommandParameters = D1 ('MetaData "RunCommandParameters" "Amazonka.CloudWatchEvents.Types.RunCommandParameters" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "RunCommandParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "runCommandTargets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty RunCommandTarget))))

newRunCommandParameters Source #

Create a value of RunCommandParameters 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:runCommandTargets:RunCommandParameters', runCommandParameters_runCommandTargets - Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.

runCommandParameters_runCommandTargets :: Lens' RunCommandParameters (NonEmpty RunCommandTarget) Source #

Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.