Scraper Args
data class ScraperArgs(val alias: Output<String>? = null, val destination: Output<ScraperDestinationArgs>? = null, val scrapeConfiguration: Output<ScraperScrapeConfigurationArgs>? = null, val source: Output<ScraperSourceArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ScraperArgs>
Resource Type definition for AWS::APS::Scraper
Constructors
Link copied to clipboard
constructor(alias: Output<String>? = null, destination: Output<ScraperDestinationArgs>? = null, scrapeConfiguration: Output<ScraperScrapeConfigurationArgs>? = null, source: Output<ScraperSourceArgs>? = null, tags: Output<List<TagArgs>>? = null)