Attach To Index
clouddirectory_attach_to_index | R Documentation |
Attaches the specified object to the specified index¶
Description¶
Attaches the specified object to the specified index.
Usage¶
clouddirectory_attach_to_index(DirectoryArn, IndexReference,
TargetReference)
Arguments¶
DirectoryArn |
[required] The Amazon Resource Name (ARN) of the directory where the object and index exist. |
IndexReference |
[required] A reference to the index that you are attaching the object to. |
TargetReference |
[required] A reference to the object that you are attaching to the index. |
Value¶
A list with the following syntax:
list(
AttachedObjectIdentifier = "string"
)
Request syntax¶
svc$attach_to_index(
DirectoryArn = "string",
IndexReference = list(
Selector = "string"
),
TargetReference = list(
Selector = "string"
)
)