stratosphere-1.0.0: EDSL for AWS CloudFormation
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Tag

Documentation

data Tag Source #

Instances

Instances details
ToJSON Tag Source # 
Instance details

Defined in Stratosphere.Tag

Show Tag Source # 
Instance details

Defined in Stratosphere.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Eq Tag Source # 
Instance details

Defined in Stratosphere.Tag

Methods

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

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

ToResourceProperties Tag Source # 
Instance details

Defined in Stratosphere.Tag

Property "Key" Tag Source # 
Instance details

Defined in Stratosphere.Tag

Associated Types

type PropertyType "Key" Tag 
Instance details

Defined in Stratosphere.Tag

type PropertyType "Key" Tag = Value Text

Methods

set :: PropertyType "Key" Tag -> Tag -> Tag Source #

Property "Value" Tag Source # 
Instance details

Defined in Stratosphere.Tag

Associated Types

type PropertyType "Value" Tag 
Instance details

Defined in Stratosphere.Tag

type PropertyType "Value" Tag = Value Text

Methods

set :: PropertyType "Value" Tag -> Tag -> Tag Source #

type PropertyType "Key" Tag Source # 
Instance details

Defined in Stratosphere.Tag

type PropertyType "Key" Tag = Value Text
type PropertyType "Value" Tag Source # 
Instance details

Defined in Stratosphere.Tag

type PropertyType "Value" Tag = Value Text