Creates a zero-ETL integration with Amazon Redshift.
See https://www.paws-r-sdk.com/docs/rds_create_integration/ for full documentation.
rds_create_integration(
SourceArn,
TargetArn,
IntegrationName,
KMSKeyId = NULL,
AdditionalEncryptionContext = NULL,
Tags = NULL,
DataFilter = NULL,
Description = NULL
)
[required] The Amazon Resource Name (ARN) of the database to use as the source for replication.
[required] The ARN of the Redshift data warehouse to use as the target for replication.
[required] The name of the integration.
The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, RDS uses a default Amazon Web Services owned key.
An optional set of non-secret key–value pairs that contains additional contextual information about the data. For more information, see Encryption context in the Amazon Web Services Key Management Service Developer Guide.
You can only include this parameter if you specify the KMSKeyId
parameter.
Data filtering options for the integration. For more information, see Data filtering for Aurora zero-ETL integrations with Amazon Redshift.
Valid for: Integrations with Aurora MySQL source DB clusters only
A description of the integration.