Class: Aws::CloudTrail::Types::EnableFederationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudtrail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_data_storeString

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

Returns:

  • (String)


1745
1746
1747
1748
1749
1750
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1745

class EnableFederationRequest < Struct.new(
  :event_data_store,
  :federation_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#federation_role_arnString

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].

[1]: docs.aws.amazon.com/awscloudtrail/latest/userguide/query-federation.html#query-federation-permissions-role

Returns:

  • (String)


1745
1746
1747
1748
1749
1750
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1745

class EnableFederationRequest < Struct.new(
  :event_data_store,
  :federation_role_arn)
  SENSITIVE = []
  include Aws::Structure
end