Disable Federation
cloudtrail_disable_federation | R Documentation |
Disables Lake query federation on the specified event data store¶
Description¶
Disables Lake query federation on the specified event data store. When you disable federation, CloudTrail disables the integration with Glue, Lake Formation, and Amazon Athena. After disabling Lake query federation, you can no longer query your event data in Amazon Athena.
No CloudTrail Lake data is deleted when you disable federation and you can continue to run queries in CloudTrail Lake.
Usage¶
Arguments¶
EventDataStore
[required] The ARN (or ID suffix of the ARN) of the event data store for which you want to disable Lake query federation.
Value¶
A list with the following syntax:
list(
EventDataStoreArn = "string",
FederationStatus = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"
)