Skip to content

Associate Source To S3 Table Integration

cloudwatchlogs_associate_source_to_s3_table_integration R Documentation

Associates a data source with an S3 Table Integration for query access in the 'logs' namespace

Description

Associates a data source with an S3 Table Integration for query access in the 'logs' namespace. This enables querying log data using analytics engines that support Iceberg such as Amazon Athena, Amazon Redshift, and Apache Spark.

Usage

cloudwatchlogs_associate_source_to_s3_table_integration(integrationArn,
  dataSource)

Arguments

integrationArn

[required] The Amazon Resource Name (ARN) of the S3 Table Integration to associate the data source with.

dataSource

[required] The data source to associate with the S3 Table Integration. Contains the name and type of the data source.

Value

A list with the following syntax:

list(
  identifier = "string"
)

Request syntax

svc$associate_source_to_s3_table_integration(
  integrationArn = "string",
  dataSource = list(
    name = "string",
    type = "string"
  )
)