UsageProfileReference

class aws_cdk.interfaces.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.interfaces import aws_glue as interfaces_aws_glue

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

Attributes

usage_profile_name

The Name of the UsageProfile resource.