View source: R/clouddirectory_operations.R
clouddirectory_attach_object | R Documentation |
Attaches an existing object to another object. An object can be accessed in two ways:
See https://www.paws-r-sdk.com/docs/clouddirectory_attach_object/ for full documentation.
clouddirectory_attach_object(
DirectoryArn,
ParentReference,
ChildReference,
LinkName
)
DirectoryArn |
[required] Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns. |
ParentReference |
[required] The parent object reference. |
ChildReference |
[required] The child object reference to be attached to the object. |
LinkName |
[required] The link name with which the child object is attached to the parent. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.