interface GlueDataCatalogProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppFlow.Mixins.CfnFlowPropsMixin.GlueDataCatalogProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsappflow/mixins#CfnFlowPropsMixin_GlueDataCatalogProperty |
Java | software.amazon.awscdk.mixins.preview.services.appflow.mixins.CfnFlowPropsMixin.GlueDataCatalogProperty |
Python | aws_cdk.mixins_preview.aws_appflow.mixins.CfnFlowPropsMixin.GlueDataCatalogProperty |
TypeScript | @aws-cdk/mixins-preview » aws_appflow » mixins » CfnFlowPropsMixin » GlueDataCatalogProperty |
Trigger settings of the flow.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as appflow_mixins } from '@aws-cdk/mixins-preview/aws-appflow';
const glueDataCatalogProperty: appflow_mixins.CfnFlowPropsMixin.GlueDataCatalogProperty = {
databaseName: 'databaseName',
roleArn: 'roleArn',
tablePrefix: 'tablePrefix',
};
Properties
| Name | Type | Description |
|---|---|---|
| database | string | A string containing the value for the tag. |
| role | string | A string containing the value for the tag. |
| table | string | A string containing the value for the tag. |
databaseName?
Type:
string
(optional)
A string containing the value for the tag.
roleArn?
Type:
string
(optional)
A string containing the value for the tag.
tablePrefix?
Type:
string
(optional)
A string containing the value for the tag.

.NET
Go
Java
Python
TypeScript