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 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)


2092
2093
2094
2095
2096
2097
2098
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2092

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

#expressionArray<Types::LFTag>

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

Returns:



2092
2093
2094
2095
2096
2097
2098
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2092

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

#resource_typeString

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

Returns:

  • (String)


2092
2093
2094
2095
2096
2097
2098
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2092

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