libZSservicesZSamazonka-swfZSamazonka-swf
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.SWF.Types.ResourceTag

Description

 
Synopsis

Documentation

data ResourceTag Source #

Tags are key-value pairs that can be associated with Amazon SWF state machines and activities.

Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

See: newResourceTag smart constructor.

Constructors

ResourceTag' 

Fields

Instances

Instances details
Eq ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

Read ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

Show ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

Generic ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

Associated Types

type Rep ResourceTag :: Type -> Type #

NFData ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

Methods

rnf :: ResourceTag -> () #

Hashable ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

ToJSON ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

FromJSON ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

type Rep ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

type Rep ResourceTag = D1 ('MetaData "ResourceTag" "Amazonka.SWF.Types.ResourceTag" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ResourceTag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newResourceTag Source #

Create a value of ResourceTag 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:value:ResourceTag', resourceTag_value - The value of a tag.

$sel:key:ResourceTag', resourceTag_key - The key of a tag.