Stratosphere.APS.Scraper
module Stratosphere.APS.Scraper.DestinationProperty
module Stratosphere.APS.Scraper.RoleConfigurationProperty
module Stratosphere.APS.Scraper.ScrapeConfigurationProperty
module Stratosphere.APS.Scraper.ScraperLoggingConfigurationProperty
module Stratosphere.APS.Scraper.SourceProperty
data Scraper Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-scraper.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-scraper.html#cfn-aps-scraper-alias
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-scraper.html#cfn-aps-scraper-destination
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-scraper.html#cfn-aps-scraper-roleconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-scraper.html#cfn-aps-scraper-scrapeconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-scraper.html#cfn-aps-scraper-scraperloggingconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-scraper.html#cfn-aps-scraper-source
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-scraper.html#cfn-aps-scraper-tags
Defined in Stratosphere.APS.Scraper
Methods
toJSON :: Scraper -> Value #
toEncoding :: Scraper -> Encoding #
toJSONList :: [Scraper] -> Value #
toEncodingList :: [Scraper] -> Encoding #
omitField :: Scraper -> Bool #
showsPrec :: Int -> Scraper -> ShowS #
show :: Scraper -> String #
showList :: [Scraper] -> ShowS #
(==) :: Scraper -> Scraper -> Bool #
(/=) :: Scraper -> Scraper -> Bool #
toResourceProperties :: Scraper -> ResourceProperties #
Associated Types
set :: PropertyType "Alias" Scraper -> Scraper -> Scraper #
set :: PropertyType "Destination" Scraper -> Scraper -> Scraper #
set :: PropertyType "RoleConfiguration" Scraper -> Scraper -> Scraper #
set :: PropertyType "ScrapeConfiguration" Scraper -> Scraper -> Scraper #
set :: PropertyType "ScraperLoggingConfiguration" Scraper -> Scraper -> Scraper #
set :: PropertyType "Source" Scraper -> Scraper -> Scraper #
set :: PropertyType "Tags" Scraper -> Scraper -> Scraper #
mkScraper :: DestinationProperty -> ScrapeConfigurationProperty -> SourceProperty -> Scraper Source #