rds_create_integration function

Creates a zero-ETL integration with Amazon Redshift

Creates a zero-ETL integration with Amazon Redshift

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 )

Arguments

  • SourceArn: [required] The Amazon Resource Name (ARN) of the database to use as the source for replication.

  • TargetArn: [required] The ARN of the Redshift data warehouse to use as the target for replication.

  • IntegrationName: [required] The name of the integration.

  • KMSKeyId: 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.

  • AdditionalEncryptionContext: 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.

  • Tags:

  • DataFilter: Data filtering options for the integration. For more information, see Data filtering for Aurora zero-ETL integrations with Amazon Redshift

    or Data filtering for Amazon RDS zero-ETL integrations with Amazon Redshift.

  • Description: A description of the integration.