This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Glue::Integration IntegrationConfig
Properties associated with the integration.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ContinuousSync" :Boolean, "RefreshInterval" :String, "SourceProperties" :{}Key:Value, ...}
YAML
ContinuousSync:BooleanRefreshInterval:StringSourceProperties:Key:Value
Properties
ContinuousSync-
Enables continuous synchronization for on-demand data extractions from SaaS applications to AWS data services like Amazon Redshift and Amazon S3.
Required: No
Type: Boolean
Update requires: Replacement
RefreshInterval-
Specifies the frequency at which CDC (Change Data Capture) pulls or incremental loads should occur. This parameter provides flexibility to align the refresh rate with your specific data update patterns, system load considerations, and performance optimization goals. Time increment can be set from 15 minutes to 8640 minutes (six days).
Required: No
Type: String
Maximum:
128Update requires: Replacement
SourceProperties-
A collection of key-value pairs that specify additional properties for the integration source. These properties provide configuration options that can be used to customize the behavior of the ODB source during data integration operations.
Required: No
Type: Object of String
Pattern:
^[\s\S]*$Update requires: Replacement