DataCatalogReference

class aws_cdk.aws_athena.DataCatalogReference(*, data_catalog_name)

Bases: object

A reference to a DataCatalog resource.

Parameters:

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

data_catalog_reference = athena.DataCatalogReference(
    data_catalog_name="dataCatalogName"
)

Attributes

data_catalog_name

The Name of the DataCatalog resource.