Stratosphere.CustomerProfiles.Domain
module Stratosphere.CustomerProfiles.Domain.MatchingProperty
module Stratosphere.CustomerProfiles.Domain.RuleBasedMatchingProperty
data Domain Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-domain.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-domain.html#cfn-customerprofiles-domain-deadletterqueueurl
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-domain.html#cfn-customerprofiles-domain-defaultencryptionkey
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-domain.html#cfn-customerprofiles-domain-defaultexpirationdays
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-domain.html#cfn-customerprofiles-domain-domainname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-domain.html#cfn-customerprofiles-domain-matching
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-domain.html#cfn-customerprofiles-domain-rulebasedmatching
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-domain.html#cfn-customerprofiles-domain-tags
Defined in Stratosphere.CustomerProfiles.Domain
Methods
toJSON :: Domain -> Value #
toEncoding :: Domain -> Encoding #
toJSONList :: [Domain] -> Value #
toEncodingList :: [Domain] -> Encoding #
omitField :: Domain -> Bool #
showsPrec :: Int -> Domain -> ShowS #
show :: Domain -> String #
showList :: [Domain] -> ShowS #
(==) :: Domain -> Domain -> Bool #
(/=) :: Domain -> Domain -> Bool #
toResourceProperties :: Domain -> ResourceProperties #
Associated Types
set :: PropertyType "DeadLetterQueueUrl" Domain -> Domain -> Domain #
set :: PropertyType "DefaultEncryptionKey" Domain -> Domain -> Domain #
set :: PropertyType "DefaultExpirationDays" Domain -> Domain -> Domain #
set :: PropertyType "DomainName" Domain -> Domain -> Domain #
set :: PropertyType "Matching" Domain -> Domain -> Domain #
set :: PropertyType "RuleBasedMatching" Domain -> Domain -> Domain #
set :: PropertyType "Tags" Domain -> Domain -> Domain #
mkDomain :: Value Integer -> Value Text -> Domain Source #