CustomEntityTypeReference
- class aws_cdk.interfaces.aws_glue.CustomEntityTypeReference(*, custom_entity_type_name)
Bases:
objectA reference to a CustomEntityType resource.
- Parameters:
custom_entity_type_name (
str) – The Name of the CustomEntityType 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.interfaces import aws_glue as interfaces_glue custom_entity_type_reference = interfaces_glue.CustomEntityTypeReference( custom_entity_type_name="customEntityTypeName" )
Attributes
- custom_entity_type_name
The Name of the CustomEntityType resource.