interface DataCatalogReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Athena.DataCatalogReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsathena#DataCatalogReference |
Java | software.amazon.awscdk.interfaces.athena.DataCatalogReference |
Python | aws_cdk.interfaces.aws_athena.DataCatalogReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_athena } from 'aws-cdk-lib/interfaces';
const dataCatalogReference: interfaces_aws_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