TypedLinkFacet - Amazon Cloud Directory

TypedLinkFacet

Defines the typed links structure and its attributes. To create a typed link facet, use the CreateTypedLinkFacet API.

Contents

Attributes

A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.

Type: Array of TypedLinkAttributeDefinition objects

Required: Yes

IdentityAttributeOrder

The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.

Type: Array of strings

Length Constraints: Minimum length of 1. Maximum length of 230.

Pattern: ^[a-zA-Z0-9._:-]*$

Required: Yes

Name

The unique name of the typed link facet.

Type: String

Pattern: ^[a-zA-Z0-9._-]*$

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: