interface GlueDataCatalogProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.AppFlow.CfnFlow.GlueDataCatalogProperty |
Java | software.amazon.awscdk.services.appflow.CfnFlow.GlueDataCatalogProperty |
Python | aws_cdk.aws_appflow.CfnFlow.GlueDataCatalogProperty |
TypeScript | @aws-cdk/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 * as appflow from '@aws-cdk/aws-appflow';
const glueDataCatalogProperty: appflow.CfnFlow.GlueDataCatalogProperty = {
databaseName: 'databaseName',
roleArn: 'roleArn',
tablePrefix: 'tablePrefix',
};
Properties
| Name | Type | Description |
|---|---|---|
| database | string | CfnFlow.GlueDataCatalogProperty.DatabaseName. |
| role | string | CfnFlow.GlueDataCatalogProperty.RoleArn. |
| table | string | CfnFlow.GlueDataCatalogProperty.TablePrefix. |
databaseName
Type:
string
CfnFlow.GlueDataCatalogProperty.DatabaseName.
roleArn
Type:
string
CfnFlow.GlueDataCatalogProperty.RoleArn.
tablePrefix
Type:
string
CfnFlow.GlueDataCatalogProperty.TablePrefix.

.NET
Java
Python
TypeScript