stratosphere-0.6.0: 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 # 

Methods

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

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

Show Tag # 

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

ToJSON Tag # 
FromJSON Tag # 

tag #

Arguments

:: Val Text

tagKey

-> Val Text

tagValue

-> Tag 

Constructor for Tag containing required fields as arguments.