interface DataCatalogReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Athena.DataCatalogReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsathena#DataCatalogReference |
![]() | software.amazon.awscdk.services.athena.DataCatalogReference |
![]() | aws_cdk.aws_athena.DataCatalogReference |
![]() | 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.