View source: R/redshift_operations.R
| redshift_modify_integration | R Documentation |
Modifies a zero-ETL integration or S3 event integration with Amazon Redshift.
See https://www.paws-r-sdk.com/docs/redshift_modify_integration/ for full documentation.
redshift_modify_integration(
IntegrationArn,
Description = NULL,
IntegrationName = NULL
)
IntegrationArn |
[required] The unique identifier of the integration to modify. |
Description |
A new description for the integration. |
IntegrationName |
A new name for the integration. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.