libZSservicesZSamazonka-fisZSamazonka-fis
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.FIS.Types.ExperimentTemplateTarget

Description

 
Synopsis

Documentation

data ExperimentTemplateTarget Source #

Describes a target for an experiment template.

See: newExperimentTemplateTarget smart constructor.

Constructors

ExperimentTemplateTarget' 

Fields

Instances

Instances details
Eq ExperimentTemplateTarget Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplateTarget

Read ExperimentTemplateTarget Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplateTarget

Show ExperimentTemplateTarget Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplateTarget

Generic ExperimentTemplateTarget Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplateTarget

Associated Types

type Rep ExperimentTemplateTarget :: Type -> Type #

NFData ExperimentTemplateTarget Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplateTarget

Hashable ExperimentTemplateTarget Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplateTarget

FromJSON ExperimentTemplateTarget Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplateTarget

type Rep ExperimentTemplateTarget Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplateTarget

type Rep ExperimentTemplateTarget = D1 ('MetaData "ExperimentTemplateTarget" "Amazonka.FIS.Types.ExperimentTemplateTarget" "libZSservicesZSamazonka-fisZSamazonka-fis" 'False) (C1 ('MetaCons "ExperimentTemplateTarget'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ExperimentTemplateTargetFilter])) :*: (S1 ('MetaSel ('Just "resourceArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "selectionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newExperimentTemplateTarget :: ExperimentTemplateTarget Source #

Create a value of ExperimentTemplateTarget 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:resourceType:ExperimentTemplateTarget', experimentTemplateTarget_resourceType - The resource type.

$sel:resourceTags:ExperimentTemplateTarget', experimentTemplateTarget_resourceTags - The tags for the target resources.

$sel:filters:ExperimentTemplateTarget', experimentTemplateTarget_filters - The filters to apply to identify target resources using specific attributes.

$sel:resourceArns:ExperimentTemplateTarget', experimentTemplateTarget_resourceArns - The Amazon Resource Names (ARNs) of the targets.

$sel:selectionMode:ExperimentTemplateTarget', experimentTemplateTarget_selectionMode - Scopes the identified resources to a specific count or percentage.

experimentTemplateTarget_filters :: Lens' ExperimentTemplateTarget (Maybe [ExperimentTemplateTargetFilter]) Source #

The filters to apply to identify target resources using specific attributes.

experimentTemplateTarget_resourceArns :: Lens' ExperimentTemplateTarget (Maybe [Text]) Source #

The Amazon Resource Names (ARNs) of the targets.

experimentTemplateTarget_selectionMode :: Lens' ExperimentTemplateTarget (Maybe Text) Source #

Scopes the identified resources to a specific count or percentage.