CrawlerReference

class aws_cdk.aws_glue.CrawlerReference(*, crawler_name)

Bases: object

A reference to a Crawler resource.

Parameters:

crawler_name (str) – The Name of the Crawler resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_glue as glue

crawler_reference = glue.CrawlerReference(
    crawler_name="crawlerName"
)

Attributes

crawler_name

The Name of the Crawler resource.