Class: Aws::LakeFormation::Types::LFTagPolicyResource

Inherits:
Struct
  • Object
show all
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

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.

Returns:

  • (String)


2420
2421
2422
2423
2424
2425
2426
2427
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2420

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.

Returns:



2420
2421
2422
2423
2424
2425
2426
2427
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2420

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.

Returns:

  • (String)


2420
2421
2422
2423
2424
2425
2426
2427
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2420

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.

Returns:

  • (String)


2420
2421
2422
2423
2424
2425
2426
2427
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2420

class LFTagPolicyResource < Struct.new(
  :catalog_id,
  :resource_type,
  :expression,
  :expression_name)
  SENSITIVE = []
  include Aws::Structure
end