View source: R/clouddirectory_operations.R
clouddirectory_attach_typed_link | R Documentation |
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.
clouddirectory_attach_typed_link(
DirectoryArn,
SourceObjectReference,
TargetObjectReference,
TypedLinkFacet,
Attributes
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.