Class: Aws::LakeFormation::Types::ExternalFilteringConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb

Overview

Configuration for enabling external data filtering for third-party applications to access data managed by Lake Formation .

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorized_targetsArray<String>

List of third-party application ARNs integrated with Lake Formation.

Returns:

  • (Array<String>)


1232
1233
1234
1235
1236
1237
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1232

class ExternalFilteringConfiguration < Struct.new(
  :status,
  :authorized_targets)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Allows to enable or disable the third-party applications that are allowed to access data managed by Lake Formation.

Returns:

  • (String)


1232
1233
1234
1235
1236
1237
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1232

class ExternalFilteringConfiguration < Struct.new(
  :status,
  :authorized_targets)
  SENSITIVE = []
  include Aws::Structure
end