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_idString

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)


2324
2325
2326
2327
2328
2329
2330
2331
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2324

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

#expressionArray<Types::LFTag>

A list of LF-tag conditions or a saved expression that apply to the resource's LF-tag policy.

Returns:



2324
2325
2326
2327
2328
2329
2330
2331
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2324

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

#expression_nameString

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)


2324
2325
2326
2327
2328
2329
2330
2331
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2324

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

#resource_typeString

The resource type for which the LF-tag policy applies.

Returns:

  • (String)


2324
2325
2326
2327
2328
2329
2330
2331
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2324

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