View source: R/glue_operations.R
glue_modify_integration | R Documentation |
Modifies a Zero-ETL integration in the caller's account.
See https://www.paws-r-sdk.com/docs/glue_modify_integration/ for full documentation.
glue_modify_integration(
IntegrationIdentifier,
Description = NULL,
DataFilter = NULL,
IntegrationName = NULL
)
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. |
IntegrationName |
A unique name for an integration in Glue. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.