Attaches an existing object to another object. An object can be accessed in two ways:
Using the path
Using ObjectIdentifier
clouddirectory_attach_object(DirectoryArn, ParentReference,
ChildReference, LinkName)
A list with the following syntax:
list(
AttachedObjectIdentifier = "string"
)
[required] Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.
[required] The parent object reference.
[required] The child object reference to be attached to the object.
[required] The link name with which the child object is attached to the parent.
svc$attach_object(
DirectoryArn = "string",
ParentReference = list(
Selector = "string"
),
ChildReference = list(
Selector = "string"
),
LinkName = "string"
)