glue_modify_integration: Modifies a Zero-ETL integration in the caller's account

View source: R/glue_operations.R

glue_modify_integrationR Documentation

Modifies a Zero-ETL integration in the caller's account

Description

Modifies 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.


paws.analytics documentation built on May 30, 2026, 9:16 a.m.