ClassifierReference
- class aws_cdk.aws_glue.ClassifierReference(*, classifier_id)
Bases:
object
A reference to a Classifier resource.
- Parameters:
classifier_id (
str
) – The Id of the Classifier 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 classifier_reference = glue.ClassifierReference( classifier_id="classifierId" )
Attributes
- classifier_id
The Id of the Classifier resource.