Class: Aws::LakeFormation::Types::ExternalFilteringConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ExternalFilteringConfiguration
- 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
-
#authorized_targets ⇒ Array<String>
List of third-party application
ARNs
integrated with Lake Formation. -
#status ⇒ String
Allows to enable or disable the third-party applications that are allowed to access data managed by Lake Formation.
Instance Attribute Details
#authorized_targets ⇒ Array<String>
List of third-party application ARNs
integrated with Lake
Formation.
1310 1311 1312 1313 1314 1315 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1310 class ExternalFilteringConfiguration < Struct.new( :status, :authorized_targets) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Allows to enable or disable the third-party applications that are allowed to access data managed by Lake Formation.
1310 1311 1312 1313 1314 1315 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1310 class ExternalFilteringConfiguration < Struct.new( :status, :authorized_targets) SENSITIVE = [] include Aws::Structure end |