amazonka-swf-2.0: Amazon Simple Workflow Service 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.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
FromJSON ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

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

Read ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

Show ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

NFData ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

Methods

rnf :: ResourceTag -> () #

Eq ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

Hashable 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" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" '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.