TypedLinkSpecifier
Contains all the information that is used to uniquely identify a typed link. The parameters discussed in this topic are used to uniquely specify the typed link being operated on. The AttachTypedLink API returns a typed link specifier while the DetachTypedLink API accepts one as input. Similarly, the ListIncomingTypedLinks and ListOutgoingTypedLinks API operations provide typed link specifiers as output. You can also construct a typed link specifier from scratch.
Contents
- IdentityAttributeValues
-
Identifies the attribute value to update.
Type: Array of AttributeNameAndValue objects
Required: Yes
- SourceObjectReference
-
Identifies the source object that the typed link will attach to.
Type: ObjectReference object
Required: Yes
- TargetObjectReference
-
Identifies the target object that the typed link will attach to.
Type: ObjectReference object
Required: Yes
- TypedLinkFacet
-
Identifies the typed link facet that is associated with the typed link.
Type: TypedLinkSchemaAndFacetName object
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: