Stratosphere.EventSchemas.Registry
module Stratosphere.EventSchemas.Registry.TagsEntryProperty
data Registry Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html#cfn-eventschemas-registry-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html#cfn-eventschemas-registry-registryname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html#cfn-eventschemas-registry-tags
Defined in Stratosphere.EventSchemas.Registry
Methods
toJSON :: Registry -> Value #
toEncoding :: Registry -> Encoding #
toJSONList :: [Registry] -> Value #
toEncodingList :: [Registry] -> Encoding #
omitField :: Registry -> Bool #
showsPrec :: Int -> Registry -> ShowS #
show :: Registry -> String #
showList :: [Registry] -> ShowS #
(==) :: Registry -> Registry -> Bool #
(/=) :: Registry -> Registry -> Bool #
toResourceProperties :: Registry -> ResourceProperties #
Associated Types
set :: PropertyType "Description" Registry -> Registry -> Registry #
set :: PropertyType "RegistryName" Registry -> Registry -> Registry #
set :: PropertyType "Tags" Registry -> Registry -> Registry #
mkRegistry :: Registry Source #