View source: R/cloudtrail_operations.R
cloudtrail_enable_federation | R Documentation |
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.
cloudtrail_enable_federation(EventDataStore, FederationRoleArn)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.