| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.DataBrew.Job.ProfileConfigurationProperty
Documentation
data ColumnStatisticsConfigurationProperty Source #
Constructors
| ColumnStatisticsConfigurationProperty | |
Fields | |
Instances
mkColumnStatisticsConfigurationProperty :: StatisticsConfigurationProperty -> ColumnStatisticsConfigurationProperty Source #
data ProfileConfigurationProperty Source #
Constructors
| ProfileConfigurationProperty | |
Fields | |
Instances
| ToJSON ProfileConfigurationProperty Source # | |||||
Defined in Stratosphere.DataBrew.Job.ProfileConfigurationProperty Methods toJSON :: ProfileConfigurationProperty -> Value # toEncoding :: ProfileConfigurationProperty -> Encoding # toJSONList :: [ProfileConfigurationProperty] -> Value # toEncodingList :: [ProfileConfigurationProperty] -> Encoding # | |||||
| Show ProfileConfigurationProperty Source # | |||||
Defined in Stratosphere.DataBrew.Job.ProfileConfigurationProperty Methods showsPrec :: Int -> ProfileConfigurationProperty -> ShowS # show :: ProfileConfigurationProperty -> String # showList :: [ProfileConfigurationProperty] -> ShowS # | |||||
| Eq ProfileConfigurationProperty Source # | |||||
| ToResourceProperties ProfileConfigurationProperty Source # | |||||
| Property "ColumnStatisticsConfigurations" ProfileConfigurationProperty Source # | |||||
Defined in Stratosphere.DataBrew.Job.ProfileConfigurationProperty Associated Types
Methods set :: PropertyType "ColumnStatisticsConfigurations" ProfileConfigurationProperty -> ProfileConfigurationProperty -> ProfileConfigurationProperty # | |||||
| Property "DatasetStatisticsConfiguration" ProfileConfigurationProperty Source # | |||||
Defined in Stratosphere.DataBrew.Job.ProfileConfigurationProperty Associated Types
Methods set :: PropertyType "DatasetStatisticsConfiguration" ProfileConfigurationProperty -> ProfileConfigurationProperty -> ProfileConfigurationProperty # | |||||
| Property "EntityDetectorConfiguration" ProfileConfigurationProperty Source # | |||||
Defined in Stratosphere.DataBrew.Job.ProfileConfigurationProperty Associated Types
Methods set :: PropertyType "EntityDetectorConfiguration" ProfileConfigurationProperty -> ProfileConfigurationProperty -> ProfileConfigurationProperty # | |||||
| Property "ProfileColumns" ProfileConfigurationProperty Source # | |||||
Defined in Stratosphere.DataBrew.Job.ProfileConfigurationProperty Associated Types
Methods set :: PropertyType "ProfileColumns" ProfileConfigurationProperty -> ProfileConfigurationProperty -> ProfileConfigurationProperty # | |||||
| type PropertyType "ColumnStatisticsConfigurations" ProfileConfigurationProperty Source # | |||||
Defined in Stratosphere.DataBrew.Job.ProfileConfigurationProperty type PropertyType "ColumnStatisticsConfigurations" ProfileConfigurationProperty = [ColumnStatisticsConfigurationProperty] | |||||
| type PropertyType "DatasetStatisticsConfiguration" ProfileConfigurationProperty Source # | |||||
Defined in Stratosphere.DataBrew.Job.ProfileConfigurationProperty type PropertyType "DatasetStatisticsConfiguration" ProfileConfigurationProperty = StatisticsConfigurationProperty | |||||
| type PropertyType "EntityDetectorConfiguration" ProfileConfigurationProperty Source # | |||||
Defined in Stratosphere.DataBrew.Job.ProfileConfigurationProperty type PropertyType "EntityDetectorConfiguration" ProfileConfigurationProperty = EntityDetectorConfigurationProperty | |||||
| type PropertyType "ProfileColumns" ProfileConfigurationProperty Source # | |||||