stratosphere-0.24.4: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.ResourceProperties.Tag

Description

Synopsis

Documentation

data Tag #

Full data type definition for Tag. See tag for a more convenient constructor.

Constructors

Tag 

Fields

Instances
Eq Tag # 
Instance details

Defined in Stratosphere.ResourceProperties.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Show Tag # 
Instance details

Defined in Stratosphere.ResourceProperties.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

ToJSON Tag # 
Instance details

Defined in Stratosphere.ResourceProperties.Tag

FromJSON Tag # 
Instance details

Defined in Stratosphere.ResourceProperties.Tag

tag #

Arguments

:: Val Text

tagKey

-> Val Text

tagValue

-> Tag 

Constructor for Tag containing required fields as arguments.