| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.CustomerProfiles.Domain.RuleBasedMatchingProperty
Documentation
data ExportingConfigProperty Source #
Constructors
| ExportingConfigProperty | |
Fields | |
Instances
data S3ExportingConfigProperty Source #
Constructors
| S3ExportingConfigProperty | |
Fields
| |
Instances
| ToJSON S3ExportingConfigProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.S3ExportingConfigProperty Methods toJSON :: S3ExportingConfigProperty -> Value # toEncoding :: S3ExportingConfigProperty -> Encoding # toJSONList :: [S3ExportingConfigProperty] -> Value # | |||||
| Show S3ExportingConfigProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.S3ExportingConfigProperty Methods showsPrec :: Int -> S3ExportingConfigProperty -> ShowS # show :: S3ExportingConfigProperty -> String # showList :: [S3ExportingConfigProperty] -> ShowS # | |||||
| Eq S3ExportingConfigProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.S3ExportingConfigProperty Methods (==) :: S3ExportingConfigProperty -> S3ExportingConfigProperty -> Bool # (/=) :: S3ExportingConfigProperty -> S3ExportingConfigProperty -> Bool # | |||||
| ToResourceProperties S3ExportingConfigProperty Source # | |||||
| Property "S3BucketName" S3ExportingConfigProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.S3ExportingConfigProperty Associated Types
Methods set :: PropertyType "S3BucketName" S3ExportingConfigProperty -> S3ExportingConfigProperty -> S3ExportingConfigProperty # | |||||
| Property "S3KeyName" S3ExportingConfigProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.S3ExportingConfigProperty Associated Types
Methods set :: PropertyType "S3KeyName" S3ExportingConfigProperty -> S3ExportingConfigProperty -> S3ExportingConfigProperty # | |||||
| type PropertyType "S3BucketName" S3ExportingConfigProperty Source # | |||||
| type PropertyType "S3KeyName" S3ExportingConfigProperty Source # | |||||
data RuleBasedMatchingProperty Source #
Constructors
| RuleBasedMatchingProperty | |
Fields
| |
Instances
| ToJSON RuleBasedMatchingProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.RuleBasedMatchingProperty Methods toJSON :: RuleBasedMatchingProperty -> Value # toEncoding :: RuleBasedMatchingProperty -> Encoding # toJSONList :: [RuleBasedMatchingProperty] -> Value # | |||||
| Show RuleBasedMatchingProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.RuleBasedMatchingProperty Methods showsPrec :: Int -> RuleBasedMatchingProperty -> ShowS # show :: RuleBasedMatchingProperty -> String # showList :: [RuleBasedMatchingProperty] -> ShowS # | |||||
| Eq RuleBasedMatchingProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.RuleBasedMatchingProperty Methods (==) :: RuleBasedMatchingProperty -> RuleBasedMatchingProperty -> Bool # (/=) :: RuleBasedMatchingProperty -> RuleBasedMatchingProperty -> Bool # | |||||
| ToResourceProperties RuleBasedMatchingProperty Source # | |||||
| Property "AttributeTypesSelector" RuleBasedMatchingProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.RuleBasedMatchingProperty Associated Types
Methods set :: PropertyType "AttributeTypesSelector" RuleBasedMatchingProperty -> RuleBasedMatchingProperty -> RuleBasedMatchingProperty # | |||||
| Property "ConflictResolution" RuleBasedMatchingProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.RuleBasedMatchingProperty Associated Types
Methods set :: PropertyType "ConflictResolution" RuleBasedMatchingProperty -> RuleBasedMatchingProperty -> RuleBasedMatchingProperty # | |||||
| Property "Enabled" RuleBasedMatchingProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.RuleBasedMatchingProperty Associated Types
Methods set :: PropertyType "Enabled" RuleBasedMatchingProperty -> RuleBasedMatchingProperty -> RuleBasedMatchingProperty # | |||||
| Property "ExportingConfig" RuleBasedMatchingProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.RuleBasedMatchingProperty Associated Types
Methods set :: PropertyType "ExportingConfig" RuleBasedMatchingProperty -> RuleBasedMatchingProperty -> RuleBasedMatchingProperty # | |||||
| Property "MatchingRules" RuleBasedMatchingProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.RuleBasedMatchingProperty Associated Types
Methods set :: PropertyType "MatchingRules" RuleBasedMatchingProperty -> RuleBasedMatchingProperty -> RuleBasedMatchingProperty # | |||||
| Property "MaxAllowedRuleLevelForMatching" RuleBasedMatchingProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.RuleBasedMatchingProperty Associated Types
Methods set :: PropertyType "MaxAllowedRuleLevelForMatching" RuleBasedMatchingProperty -> RuleBasedMatchingProperty -> RuleBasedMatchingProperty # | |||||
| Property "MaxAllowedRuleLevelForMerging" RuleBasedMatchingProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.RuleBasedMatchingProperty Associated Types
Methods set :: PropertyType "MaxAllowedRuleLevelForMerging" RuleBasedMatchingProperty -> RuleBasedMatchingProperty -> RuleBasedMatchingProperty # | |||||
| Property "Status" RuleBasedMatchingProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.RuleBasedMatchingProperty Associated Types
Methods set :: PropertyType "Status" RuleBasedMatchingProperty -> RuleBasedMatchingProperty -> RuleBasedMatchingProperty # | |||||
| type PropertyType "AttributeTypesSelector" RuleBasedMatchingProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.Domain.RuleBasedMatchingProperty type PropertyType "AttributeTypesSelector" RuleBasedMatchingProperty = AttributeTypesSelectorProperty | |||||
| type PropertyType "ConflictResolution" RuleBasedMatchingProperty Source # | |||||
| type PropertyType "Enabled" RuleBasedMatchingProperty Source # | |||||
| type PropertyType "ExportingConfig" RuleBasedMatchingProperty Source # | |||||
| type PropertyType "MatchingRules" RuleBasedMatchingProperty Source # | |||||
| type PropertyType "MaxAllowedRuleLevelForMatching" RuleBasedMatchingProperty Source # | |||||
| type PropertyType "MaxAllowedRuleLevelForMerging" RuleBasedMatchingProperty Source # | |||||
| type PropertyType "Status" RuleBasedMatchingProperty Source # | |||||