aws-cdk-lib.aws_glue.CfnDatabase.FederatedDatabaseProperty

interface FederatedDatabaseProperty

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

A FederatedDatabase structure that references an entity outside the AWS Glue Data Catalog .

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 federatedDatabaseProperty: glue.CfnDatabase.FederatedDatabaseProperty = {
  connectionName: 'connectionName',
  identifier: 'identifier',
};

Properties

NameTypeDescription
connectionName?stringThe name of the connection to the external metastore.
identifier?stringA unique identifier for the federated database.

connectionName?

Type: string (optional)

The name of the connection to the external metastore.


identifier?

Type: string (optional)

A unique identifier for the federated database.