Modifies a Zero-ETL integration in the caller's account
Source:R/glue_operations.R
glue_modify_integration.RdModifies a Zero-ETL integration in the caller's account.
See https://www.paws-r-sdk.com/docs/glue_modify_integration/ for full documentation.
Usage
glue_modify_integration(
IntegrationIdentifier,
Description = NULL,
DataFilter = NULL,
IntegrationConfig = NULL,
IntegrationName = NULL
)Arguments
- IntegrationIdentifier
[required] The Amazon Resource Name (ARN) for the integration.
- Description
A description of the integration.
- DataFilter
Selects source tables for the integration using Maxwell filter syntax.
- IntegrationConfig
The configuration settings for the integration. Currently, only the RefreshInterval can be modified.
- IntegrationName
A unique name for an integration in Glue.