Learn R Programming

paws.analytics (version 0.9.0)

glue_create_integration_table_properties: This API is used to provide optional override properties for the the tables that need to be replicated

Description

This API is used to provide optional override properties for the the tables that need to be replicated. These properties can include properties for filtering and partitioning for the source and target tables. To set both source and target properties the same API need to be invoked with the Glue connection ARN as ResourceArn with SourceTableConfig, and the Glue database ARN as ResourceArn with TargetTableConfig respectively.

See https://www.paws-r-sdk.com/docs/glue_create_integration_table_properties/ for full documentation.

Usage

glue_create_integration_table_properties(
  ResourceArn,
  TableName,
  SourceTableConfig = NULL,
  TargetTableConfig = NULL
)

Arguments

ResourceArn

[required] The connection ARN of the source, or the database ARN of the target.

TableName

[required] The name of the table to be replicated.

SourceTableConfig

A structure for the source table configuration.

TargetTableConfig

A structure for the target table configuration.