Skip to content

List Typed Link Facet Names

clouddirectory_list_typed_link_facet_names R Documentation

Description

Returns a paginated list of TypedLink facet names for a particular schema. For more information, see Typed Links.

Usage

clouddirectory_list_typed_link_facet_names(SchemaArn, NextToken,
  MaxResults)

Arguments

SchemaArn

[required] The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

NextToken

The pagination token.

MaxResults

The maximum number of results to retrieve.

Value

A list with the following syntax:

list(
  FacetNames = list(
    "string"
  ),
  NextToken = "string"
)

Request syntax

svc$list_typed_link_facet_names(
  SchemaArn = "string",
  NextToken = "string",
  MaxResults = 123
)