View source: R/glue_operations.R
glue_create_integration | R Documentation |
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
)
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
|
Tags |
Metadata assigned to the resource consisting of a list of key-value pairs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.