AWS::Glue::Integration IntegrationConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::Glue::Integration IntegrationConfig

Properties associated with the integration.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "ContinuousSync" : Boolean, "RefreshInterval" : String, "SourceProperties" : {Key: Value, ...} }

YAML

ContinuousSync: Boolean RefreshInterval: String SourceProperties: Key: Value

Properties

ContinuousSync

Enables continuous synchronization for on-demand data extractions from SaaS applications to Amazon 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: 128

Update 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