Stratosphere.SES.ConfigurationSet
module Stratosphere.SES.ConfigurationSet.DeliveryOptionsProperty
module Stratosphere.SES.ConfigurationSet.ReputationOptionsProperty
module Stratosphere.SES.ConfigurationSet.SendingOptionsProperty
module Stratosphere.SES.ConfigurationSet.SuppressionOptionsProperty
module Stratosphere.SES.ConfigurationSet.TrackingOptionsProperty
module Stratosphere.SES.ConfigurationSet.VdmOptionsProperty
data ConfigurationSet Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-deliveryoptions
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-reputationoptions
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-sendingoptions
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-suppressionoptions
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-trackingoptions
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-vdmoptions
Defined in Stratosphere.SES.ConfigurationSet
Methods
toJSON :: ConfigurationSet -> Value #
toEncoding :: ConfigurationSet -> Encoding #
toJSONList :: [ConfigurationSet] -> Value #
toEncodingList :: [ConfigurationSet] -> Encoding #
omitField :: ConfigurationSet -> Bool #
showsPrec :: Int -> ConfigurationSet -> ShowS #
show :: ConfigurationSet -> String #
showList :: [ConfigurationSet] -> ShowS #
(==) :: ConfigurationSet -> ConfigurationSet -> Bool #
(/=) :: ConfigurationSet -> ConfigurationSet -> Bool #
toResourceProperties :: ConfigurationSet -> ResourceProperties #
Associated Types
set :: PropertyType "DeliveryOptions" ConfigurationSet -> ConfigurationSet -> ConfigurationSet #
set :: PropertyType "Name" ConfigurationSet -> ConfigurationSet -> ConfigurationSet #
set :: PropertyType "ReputationOptions" ConfigurationSet -> ConfigurationSet -> ConfigurationSet #
set :: PropertyType "SendingOptions" ConfigurationSet -> ConfigurationSet -> ConfigurationSet #
set :: PropertyType "SuppressionOptions" ConfigurationSet -> ConfigurationSet -> ConfigurationSet #
set :: PropertyType "Tags" ConfigurationSet -> ConfigurationSet -> ConfigurationSet #
set :: PropertyType "TrackingOptions" ConfigurationSet -> ConfigurationSet -> ConfigurationSet #
set :: PropertyType "VdmOptions" ConfigurationSet -> ConfigurationSet -> ConfigurationSet #
mkConfigurationSet :: ConfigurationSet Source #