Skip to main content

typed_link_facet_informations

Creates, updates, deletes, gets or lists a typed_link_facet_informations resource.

Overview

Nametyped_link_facet_informations
TypeResource
Idaws.clouddirectory.typed_link_facet_informations

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
identity_attribute_orderstringThe order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_typed_link_facet_informationselectx-amz-data-partition, regionReturns the identity attribute order for a specific TypedLinkFacet. For more information, see Typed Links.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)
x-amz-data-partitionstringThe Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

SELECT examples

Returns the identity attribute order for a specific TypedLinkFacet. For more information, see Typed Links.

SELECT
identity_attribute_order
FROM aws.clouddirectory.typed_link_facet_informations
WHERE `x-amz-data-partition` = '{{ x-amz-data-partition }}' -- required
AND region = '{{ region }}' -- required
;