Creates 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.
glue_create_integration(
IntegrationName,
SourceArn,
TargetArn,
Description = NULL,
DataFilter = NULL,
KmsKeyId = NULL,
AdditionalEncryptionContext = NULL,
Tags = NULL
)
[required] A unique name for an integration in Glue.
[required] The ARN of the source resource for the integration.
[required] The ARN of the target resource for the integration.
A description of the integration.
Selects source tables for the integration using Maxwell filter syntax.
The ARN of a KMS key used for encrypting the channel.
An optional set of non-secret key–value pairs that contains additional
contextual information for encryption. This can only be provided if
KMSKeyId
is provided.
Metadata assigned to the resource consisting of a list of key-value pairs.