UsageProfileReference

class aws_cdk.aws_glue.UsageProfileReference(*, usage_profile_name)

Bases: object

A reference to a UsageProfile resource.

Parameters:

usage_profile_name (str) – The Name of the UsageProfile 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

usage_profile_reference = glue.UsageProfileReference(
    usage_profile_name="usageProfileName"
)

Attributes

usage_profile_name

The Name of the UsageProfile resource.