aws-cdk-lib.aws_glue.CfnDatabase.DatabaseIdentifierProperty

interface DatabaseIdentifierProperty

LanguageType name
.NETAmazon.CDK.AWS.Glue.CfnDatabase.DatabaseIdentifierProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsglue#CfnDatabase_DatabaseIdentifierProperty
Javasoftware.amazon.awscdk.services.glue.CfnDatabase.DatabaseIdentifierProperty
Pythonaws_cdk.aws_glue.CfnDatabase.DatabaseIdentifierProperty
TypeScript aws-cdk-lib » aws_glue » CfnDatabase » DatabaseIdentifierProperty

A structure that describes a target database for resource linking.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_glue as glue } from 'aws-cdk-lib';
const databaseIdentifierProperty: glue.CfnDatabase.DatabaseIdentifierProperty = {
  catalogId: 'catalogId',
  databaseName: 'databaseName',
};

Properties

NameTypeDescription
catalogId?stringThe ID of the Data Catalog in which the database resides.
databaseName?stringThe name of the catalog database.

catalogId?

Type: string (optional)

The ID of the Data Catalog in which the database resides.


databaseName?

Type: string (optional)

The name of the catalog database.