Stratosphere.SES.ContactList
module Stratosphere.SES.ContactList.TopicProperty
data ContactList Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-contactlist.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-contactlist.html#cfn-ses-contactlist-contactlistname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-contactlist.html#cfn-ses-contactlist-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-contactlist.html#cfn-ses-contactlist-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-contactlist.html#cfn-ses-contactlist-topics
Defined in Stratosphere.SES.ContactList
Methods
toJSON :: ContactList -> Value #
toEncoding :: ContactList -> Encoding #
toJSONList :: [ContactList] -> Value #
toEncodingList :: [ContactList] -> Encoding #
omitField :: ContactList -> Bool #
showsPrec :: Int -> ContactList -> ShowS #
show :: ContactList -> String #
showList :: [ContactList] -> ShowS #
(==) :: ContactList -> ContactList -> Bool #
(/=) :: ContactList -> ContactList -> Bool #
toResourceProperties :: ContactList -> ResourceProperties #
Associated Types
set :: PropertyType "ContactListName" ContactList -> ContactList -> ContactList #
set :: PropertyType "Description" ContactList -> ContactList -> ContactList #
set :: PropertyType "Tags" ContactList -> ContactList -> ContactList #
set :: PropertyType "Topics" ContactList -> ContactList -> ContactList #
mkContactList :: ContactList Source #