aws-cdk-lib.aws_appflow.CfnFlow.GlueDataCatalogProperty

interface GlueDataCatalogProperty

LanguageType name
.NETAmazon.CDK.AWS.AppFlow.CfnFlow.GlueDataCatalogProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnFlow_GlueDataCatalogProperty
Javasoftware.amazon.awscdk.services.appflow.CfnFlow.GlueDataCatalogProperty
Pythonaws_cdk.aws_appflow.CfnFlow.GlueDataCatalogProperty
TypeScript aws-cdk-lib » aws_appflow » CfnFlow » GlueDataCatalogProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appflow as appflow } from 'aws-cdk-lib';
const glueDataCatalogProperty: appflow.CfnFlow.GlueDataCatalogProperty = {
  databaseName: 'databaseName',
  roleArn: 'roleArn',
  tablePrefix: 'tablePrefix',
};

Properties

NameTypeDescription
databaseNamestringCfnFlow.GlueDataCatalogProperty.DatabaseName.
roleArnstringCfnFlow.GlueDataCatalogProperty.RoleArn.
tablePrefixstringCfnFlow.GlueDataCatalogProperty.TablePrefix.

databaseName

Type: string

CfnFlow.GlueDataCatalogProperty.DatabaseName.


roleArn

Type: string

CfnFlow.GlueDataCatalogProperty.RoleArn.


tablePrefix

Type: string

CfnFlow.GlueDataCatalogProperty.TablePrefix.