View source: R/rds_operations.R
rds_modify_integration | R Documentation |
Modifies a zero-ETL integration with Amazon Redshift.
See https://www.paws-r-sdk.com/docs/rds_modify_integration/ for full documentation.
rds_modify_integration(
IntegrationIdentifier,
IntegrationName = NULL,
DataFilter = NULL,
Description = NULL
)
IntegrationIdentifier |
[required] The unique identifier of the integration to modify. |
IntegrationName |
A new name for the integration. |
DataFilter |
A new data filter for the integration. For more information, see Data filtering for Aurora zero-ETL integrations with Amazon Redshift. |
Description |
A new description for the integration. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.