interface DataCatalogReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Athena.DataCatalogReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsathena#DataCatalogReference |
Java | software.amazon.awscdk.services.athena.DataCatalogReference |
Python | aws_cdk.aws_athena.DataCatalogReference |
TypeScript | aws-cdk-lib » aws_athena » DataCatalogReference |
A reference to a DataCatalog resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_athena as athena } from 'aws-cdk-lib';
const dataCatalogReference: athena.DataCatalogReference = {
dataCatalogName: 'dataCatalogName',
};
Properties
| Name | Type | Description |
|---|---|---|
| data | string | The Name of the DataCatalog resource. |
dataCatalogName
Type:
string
The Name of the DataCatalog resource.

.NET
Go
Java
Python
TypeScript