Stratosphere.Glue.Crawler
module Stratosphere.Glue.Crawler.LakeFormationConfigurationProperty
module Stratosphere.Glue.Crawler.RecrawlPolicyProperty
module Stratosphere.Glue.Crawler.ScheduleProperty
module Stratosphere.Glue.Crawler.SchemaChangePolicyProperty
module Stratosphere.Glue.Crawler.TargetsProperty
data Crawler Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-classifiers
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-configuration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-crawlersecurityconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-databasename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-lakeformationconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-recrawlpolicy
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-role
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-schedule
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-schemachangepolicy
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tableprefix
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#cfn-glue-crawler-targets
Defined in Stratosphere.Glue.Crawler
Methods
toJSON :: Crawler -> Value #
toEncoding :: Crawler -> Encoding #
toJSONList :: [Crawler] -> Value #
toEncodingList :: [Crawler] -> Encoding #
omitField :: Crawler -> Bool #
showsPrec :: Int -> Crawler -> ShowS #
show :: Crawler -> String #
showList :: [Crawler] -> ShowS #
(==) :: Crawler -> Crawler -> Bool #
(/=) :: Crawler -> Crawler -> Bool #
toResourceProperties :: Crawler -> ResourceProperties #
Associated Types
set :: PropertyType "Classifiers" Crawler -> Crawler -> Crawler #
set :: PropertyType "Configuration" Crawler -> Crawler -> Crawler #
set :: PropertyType "CrawlerSecurityConfiguration" Crawler -> Crawler -> Crawler #
set :: PropertyType "DatabaseName" Crawler -> Crawler -> Crawler #
set :: PropertyType "Description" Crawler -> Crawler -> Crawler #
set :: PropertyType "LakeFormationConfiguration" Crawler -> Crawler -> Crawler #
set :: PropertyType "Name" Crawler -> Crawler -> Crawler #
set :: PropertyType "RecrawlPolicy" Crawler -> Crawler -> Crawler #
set :: PropertyType "Role" Crawler -> Crawler -> Crawler #
set :: PropertyType "Schedule" Crawler -> Crawler -> Crawler #
set :: PropertyType "SchemaChangePolicy" Crawler -> Crawler -> Crawler #
set :: PropertyType "TablePrefix" Crawler -> Crawler -> Crawler #
set :: PropertyType "Tags" Crawler -> Crawler -> Crawler #
set :: PropertyType "Targets" Crawler -> Crawler -> Crawler #
mkCrawler :: Value Text -> TargetsProperty -> Crawler Source #