WorkGroupReference

class aws_cdk.aws_athena.WorkGroupReference(*, work_group_name)

Bases: object

A reference to a WorkGroup resource.

Parameters:

work_group_name (str) – The Name of the WorkGroup 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_athena as athena

work_group_reference = athena.WorkGroupReference(
    work_group_name="workGroupName"
)

Attributes

work_group_name

The Name of the WorkGroup resource.