Class: Aws::LakeFormation::Types::LFTagPolicyResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::LFTagPolicyResource
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
A structure containing a list of LF-tag conditions or saved LF-Tag expressions that apply to a resource's LF-tag policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The identifier for the Data Catalog.
-
#expression ⇒ Array<Types::LFTag>
A list of LF-tag conditions or a saved expression that apply to the resource's LF-tag policy.
-
#expression_name ⇒ String
If provided, permissions are granted to the Data Catalog resources whose assigned LF-Tags match the expression body of the saved expression under the provided
ExpressionName
. -
#resource_type ⇒ String
The resource type for which the LF-tag policy applies.
Instance Attribute Details
#catalog_id ⇒ String
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
2288 2289 2290 2291 2292 2293 2294 2295 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2288 class LFTagPolicyResource < Struct.new( :catalog_id, :resource_type, :expression, :expression_name) SENSITIVE = [] include Aws::Structure end |
#expression ⇒ Array<Types::LFTag>
A list of LF-tag conditions or a saved expression that apply to the resource's LF-tag policy.
2288 2289 2290 2291 2292 2293 2294 2295 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2288 class LFTagPolicyResource < Struct.new( :catalog_id, :resource_type, :expression, :expression_name) SENSITIVE = [] include Aws::Structure end |
#expression_name ⇒ String
If provided, permissions are granted to the Data Catalog resources
whose assigned LF-Tags match the expression body of the saved
expression under the provided ExpressionName
.
2288 2289 2290 2291 2292 2293 2294 2295 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2288 class LFTagPolicyResource < Struct.new( :catalog_id, :resource_type, :expression, :expression_name) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type for which the LF-tag policy applies.
2288 2289 2290 2291 2292 2293 2294 2295 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2288 class LFTagPolicyResource < Struct.new( :catalog_id, :resource_type, :expression, :expression_name) SENSITIVE = [] include Aws::Structure end |