stratosphere-0.6.0: EDSL for AWS CloudFormation
Stratosphere.ResourceProperties.Tag
Description
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
Synopsis
data Tag #
Full data type definition for Tag. See tag for a more convenient constructor.
tag
Constructors
Fields
Instances
Methods
(==) :: Tag -> Tag -> Bool #
(/=) :: Tag -> Tag -> Bool #
showsPrec :: Int -> Tag -> ShowS #
show :: Tag -> String #
showList :: [Tag] -> ShowS #
toJSON :: Tag -> Value #
toEncoding :: Tag -> Encoding #
toJSONList :: [Tag] -> Value #
toEncodingList :: [Tag] -> Encoding #
parseJSON :: Value -> Parser Tag #
parseJSONList :: Value -> Parser [Tag] #
tag #
Arguments
tagKey
tagValue
Constructor for Tag containing required fields as arguments.
Tag
tagKey :: Lens' Tag (Val Text) #
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-key
tagValue :: Lens' Tag (Val Text) #
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-value