AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.CloudDirectory.Model.TypedLinkFacet

Namespace: Amazon.CloudDirectory.Model
Assembly: AWSSDK.CloudDirectory.dll
Version: 3.x.y.z

Syntax

C#
public class TypedLinkFacet

The TypedLinkFacet type exposes the following members

Constructors

NameDescription
Public Method TypedLinkFacet()

Properties

NameTypeDescription
Public Property Attributes System.Collections.Generic.List<Amazon.CloudDirectory.Model.TypedLinkAttributeDefinition>

Gets and sets the property 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.

Public Property IdentityAttributeOrder System.Collections.Generic.List<System.String>

Gets and sets the property 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.

Public Property Name System.String

Gets and sets the property Name.

The unique name of the typed link facet.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5