Uses of Interface
software.amazon.awscdk.interfaces.glue.ICrawlerRef
Packages that use ICrawlerRef
Package
Description
AWS Glue Construct Library
AWS Glue Construct Library
-
Uses of ICrawlerRef in software.amazon.awscdk.interfaces.glue
Subinterfaces of ICrawlerRef in software.amazon.awscdk.interfaces.glueModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forICrawlerRef.Classes in software.amazon.awscdk.interfaces.glue that implement ICrawlerRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ICrawlerRef in software.amazon.awscdk.services.glue
Classes in software.amazon.awscdk.services.glue that implement ICrawlerRefModifier and TypeClassDescriptionclassTheAWS::Glue::Crawlerresource specifies an AWS Glue crawler.Methods in software.amazon.awscdk.services.glue that return ICrawlerRefModifier and TypeMethodDescriptionstatic ICrawlerRefCfnCrawler.fromCrawlerName(software.constructs.Construct scope, String id, String crawlerName) Creates a new ICrawlerRef from a crawlerName.Methods in software.amazon.awscdk.services.glue with parameters of type ICrawlerRefModifier and TypeMethodDescriptionstatic StringCfnCrawler.arnForCrawler(ICrawlerRef resource) static ActionAction.crawler(ICrawlerRef crawler) Create an action that runs a crawler.static ActionAction.crawler(ICrawlerRef crawler, CrawlerActionOptions options) Create an action that runs a crawler.static ConditionCondition.crawler(ICrawlerRef crawler, CrawlerState crawlState) Create a condition on the state of a crawler.static ConditionCondition.crawler(ICrawlerRef crawler, CrawlerState crawlState, ConditionOptions options) Create a condition on the state of a crawler. -
Uses of ICrawlerRef in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha with parameters of type ICrawlerRefModifier and TypeMethodDescriptionstatic ActionAction.crawler(ICrawlerRef crawler) Deprecated.static ActionAction.crawler(ICrawlerRef crawler, CrawlerActionOptions options) Deprecated.static ConditionCondition.crawler(ICrawlerRef crawler, CrawlerState crawlState) Deprecated.static ConditionCondition.crawler(ICrawlerRef crawler, CrawlerState crawlState, ConditionOptions options) Deprecated.