Creates a Zero-ETL integration in the caller's account between two resources with Amazon Resource Names (ARNs): the SourceArn and TargetArn
Source:R/glue_operations.R
glue_create_integration.RdCreates a Zero-ETL integration in the caller's account between two resources with Amazon Resource Names (ARNs): the SourceArn and TargetArn.
See https://www.paws-r-sdk.com/docs/glue_create_integration/ for full documentation.
Usage
glue_create_integration(
IntegrationName,
SourceArn,
TargetArn,
Description = NULL,
DataFilter = NULL,
KmsKeyId = NULL,
AdditionalEncryptionContext = NULL,
Tags = NULL,
IntegrationConfig = NULL
)Arguments
- IntegrationName
[required] A unique name for an integration in Glue.
- SourceArn
[required] The ARN of the source resource for the integration.
- TargetArn
[required] The ARN of the target resource for the integration.
- Description
A description of the integration.
- DataFilter
Selects source tables for the integration using Maxwell filter syntax.
- KmsKeyId
The ARN of a KMS key used for encrypting the channel.
- AdditionalEncryptionContext
An optional set of non-secret key–value pairs that contains additional contextual information for encryption. This can only be provided if
KMSKeyIdis provided.Metadata assigned to the resource consisting of a list of key-value pairs.
- IntegrationConfig
The configuration settings.