clouddirectory_attach_typed_link {paws.security.identity} | R Documentation |
Attaches a typed link to a specified source and target object
Description
Attaches a typed link to a specified source and target object. For more information, see Typed Links.
See https://www.paws-r-sdk.com/docs/clouddirectory_attach_typed_link/ for full documentation.
Usage
clouddirectory_attach_typed_link(
DirectoryArn,
SourceObjectReference,
TargetObjectReference,
TypedLinkFacet,
Attributes
)
Arguments
DirectoryArn |
[required] The Amazon Resource Name (ARN) of the directory where you want to attach the typed link. |
SourceObjectReference |
[required] Identifies the source object that the typed link will attach to. |
TargetObjectReference |
[required] Identifies the target object that the typed link will attach to. |
TypedLinkFacet |
[required] Identifies the typed link facet that is associated with the typed link. |
Attributes |
[required] A set of attributes that are associated with the typed link. |
[Package paws.security.identity version 0.7.0 Index]