cloudtrail_enable_federation: Enables Lake query federation on the specified event data...

View source: R/cloudtrail_operations.R

cloudtrail_enable_federationR Documentation

Enables Lake query federation on the specified event data store

Description

Enables Lake query federation on the specified event data store. Federating an event data store lets you view the metadata associated with the event data store in the Glue Data Catalog and run SQL queries against your event data using Amazon Athena. The table metadata stored in the Glue Data Catalog lets the Athena query engine know how to find, read, and process the data that you want to query.

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

Usage

cloudtrail_enable_federation(EventDataStore, FederationRoleArn)

Arguments

EventDataStore

[required] The ARN (or ID suffix of the ARN) of the event data store for which you want to enable Lake query federation.

FederationRoleArn

[required] The ARN of the federation role to use for the event data store. Amazon Web Services services like Lake Formation use this federation role to access data for the federated event data store. The federation role must exist in your account and provide the required minimum permissions.


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.