glue_create_integration: Creates a Zero-ETL integration in the caller's account...

View source: R/glue_operations.R

glue_create_integrationR Documentation

Creates a Zero-ETL integration in the caller's account between two resources with Amazon Resource Names (ARNs): the SourceArn and TargetArn

Description

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.

Usage

glue_create_integration(
  IntegrationName,
  SourceArn,
  TargetArn,
  Description = NULL,
  DataFilter = NULL,
  KmsKeyId = NULL,
  AdditionalEncryptionContext = NULL,
  Tags = 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 KMSKeyId is provided.

Tags

Metadata assigned to the resource consisting of a list of key-value pairs.


paws.analytics documentation built on April 3, 2025, 11:10 p.m.