Skip to main content

typed_link_facet_names

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

Overview

Nametyped_link_facet_names
TypeResource
Idaws.clouddirectory.typed_link_facet_names

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
facet_namestringThe names of typed link facets that exist within the schema.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_typed_link_facet_namesselectx-amz-data-partition, regionReturns a paginated list of TypedLink facet names for a particular schema. 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 a paginated list of TypedLink facet names for a particular schema. For more information, see Typed Links.

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