interface GlueDataCatalogProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppFlow.CfnFlowPropsMixin.GlueDataCatalogProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsappflow#CfnFlowPropsMixin_GlueDataCatalogProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnFlowPropsMixin.GlueDataCatalogProperty |
Python | aws_cdk.cfn_property_mixins.aws_appflow.CfnFlowPropsMixin.GlueDataCatalogProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_appflow » 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 { aws_appflow as appflow } from '@aws-cdk/cfn-property-mixins';
const glueDataCatalogProperty: appflow.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