| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.DataBrew.Ruleset
Documentation
data SubstitutionValueProperty Source #
Constructors
| SubstitutionValueProperty | |
Fields
| |
Instances
data ThresholdProperty Source #
Constructors
| ThresholdProperty | |
Instances
| ToJSON ThresholdProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.ThresholdProperty Methods toJSON :: ThresholdProperty -> Value # toEncoding :: ThresholdProperty -> Encoding # toJSONList :: [ThresholdProperty] -> Value # toEncodingList :: [ThresholdProperty] -> Encoding # omitField :: ThresholdProperty -> Bool # | |||||
| Show ThresholdProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.ThresholdProperty Methods showsPrec :: Int -> ThresholdProperty -> ShowS # show :: ThresholdProperty -> String # showList :: [ThresholdProperty] -> ShowS # | |||||
| Eq ThresholdProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.ThresholdProperty Methods (==) :: ThresholdProperty -> ThresholdProperty -> Bool # (/=) :: ThresholdProperty -> ThresholdProperty -> Bool # | |||||
| ToResourceProperties ThresholdProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.ThresholdProperty Methods toResourceProperties :: ThresholdProperty -> ResourceProperties # | |||||
| Property "Type" ThresholdProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.ThresholdProperty Associated Types
Methods set :: PropertyType "Type" ThresholdProperty -> ThresholdProperty -> ThresholdProperty # | |||||
| Property "Unit" ThresholdProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.ThresholdProperty Associated Types
Methods set :: PropertyType "Unit" ThresholdProperty -> ThresholdProperty -> ThresholdProperty # | |||||
| Property "Value" ThresholdProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.ThresholdProperty Associated Types
Methods set :: PropertyType "Value" ThresholdProperty -> ThresholdProperty -> ThresholdProperty # | |||||
| type PropertyType "Type" ThresholdProperty Source # | |||||
| type PropertyType "Unit" ThresholdProperty Source # | |||||
| type PropertyType "Value" ThresholdProperty Source # | |||||
data ColumnSelectorProperty Source #
Constructors
| ColumnSelectorProperty | |
Fields | |
Instances
| ToJSON ColumnSelectorProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.ColumnSelectorProperty Methods toJSON :: ColumnSelectorProperty -> Value # toEncoding :: ColumnSelectorProperty -> Encoding # toJSONList :: [ColumnSelectorProperty] -> Value # toEncodingList :: [ColumnSelectorProperty] -> Encoding # omitField :: ColumnSelectorProperty -> Bool # | |||||
| Show ColumnSelectorProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.ColumnSelectorProperty Methods showsPrec :: Int -> ColumnSelectorProperty -> ShowS # show :: ColumnSelectorProperty -> String # showList :: [ColumnSelectorProperty] -> ShowS # | |||||
| Eq ColumnSelectorProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.ColumnSelectorProperty Methods (==) :: ColumnSelectorProperty -> ColumnSelectorProperty -> Bool # (/=) :: ColumnSelectorProperty -> ColumnSelectorProperty -> Bool # | |||||
| ToResourceProperties ColumnSelectorProperty Source # | |||||
| Property "Name" ColumnSelectorProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.ColumnSelectorProperty Associated Types
Methods set :: PropertyType "Name" ColumnSelectorProperty -> ColumnSelectorProperty -> ColumnSelectorProperty # | |||||
| Property "Regex" ColumnSelectorProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.ColumnSelectorProperty Associated Types
Methods set :: PropertyType "Regex" ColumnSelectorProperty -> ColumnSelectorProperty -> ColumnSelectorProperty # | |||||
| type PropertyType "Name" ColumnSelectorProperty Source # | |||||
| type PropertyType "Regex" ColumnSelectorProperty Source # | |||||
data RuleProperty Source #
Constructors
| RuleProperty | |
Fields
| |
Instances
| ToJSON RuleProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.RuleProperty Methods toJSON :: RuleProperty -> Value # toEncoding :: RuleProperty -> Encoding # toJSONList :: [RuleProperty] -> Value # toEncodingList :: [RuleProperty] -> Encoding # omitField :: RuleProperty -> Bool # | |||||
| Show RuleProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.RuleProperty Methods showsPrec :: Int -> RuleProperty -> ShowS # show :: RuleProperty -> String # showList :: [RuleProperty] -> ShowS # | |||||
| Eq RuleProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.RuleProperty | |||||
| ToResourceProperties RuleProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.RuleProperty Methods toResourceProperties :: RuleProperty -> ResourceProperties # | |||||
| Property "CheckExpression" RuleProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.RuleProperty Associated Types
Methods set :: PropertyType "CheckExpression" RuleProperty -> RuleProperty -> RuleProperty # | |||||
| Property "ColumnSelectors" RuleProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.RuleProperty Associated Types
Methods set :: PropertyType "ColumnSelectors" RuleProperty -> RuleProperty -> RuleProperty # | |||||
| Property "Disabled" RuleProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.RuleProperty Associated Types
Methods set :: PropertyType "Disabled" RuleProperty -> RuleProperty -> RuleProperty # | |||||
| Property "Name" RuleProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.RuleProperty Associated Types
Methods set :: PropertyType "Name" RuleProperty -> RuleProperty -> RuleProperty # | |||||
| Property "SubstitutionMap" RuleProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.RuleProperty Associated Types
Methods set :: PropertyType "SubstitutionMap" RuleProperty -> RuleProperty -> RuleProperty # | |||||
| Property "Threshold" RuleProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.RuleProperty Associated Types
Methods set :: PropertyType "Threshold" RuleProperty -> RuleProperty -> RuleProperty # | |||||
| type PropertyType "CheckExpression" RuleProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.RuleProperty | |||||
| type PropertyType "ColumnSelectors" RuleProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.RuleProperty | |||||
| type PropertyType "Disabled" RuleProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.RuleProperty | |||||
| type PropertyType "Name" RuleProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.RuleProperty | |||||
| type PropertyType "SubstitutionMap" RuleProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.RuleProperty | |||||
| type PropertyType "Threshold" RuleProperty Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset.RuleProperty | |||||
mkRuleProperty :: Value Text -> Value Text -> RuleProperty Source #
Constructors
| Ruleset | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-ruleset.html |
Fields | |
Instances
| ToJSON Ruleset Source # | |||||
| Show Ruleset Source # | |||||
| Eq Ruleset Source # | |||||
| ToResourceProperties Ruleset Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset Methods | |||||
| Property "Description" Ruleset Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset Associated Types
| |||||
| Property "Name" Ruleset Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset Associated Types
| |||||
| Property "Rules" Ruleset Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset Associated Types
| |||||
| Property "Tags" Ruleset Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset Associated Types
| |||||
| Property "TargetArn" Ruleset Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset Associated Types
| |||||
| type PropertyType "Description" Ruleset Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset | |||||
| type PropertyType "Name" Ruleset Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset | |||||
| type PropertyType "Rules" Ruleset Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset | |||||
| type PropertyType "Tags" Ruleset Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset | |||||
| type PropertyType "TargetArn" Ruleset Source # | |||||
Defined in Stratosphere.DataBrew.Ruleset | |||||