Skip to content

Detach From Index

clouddirectory_detach_from_index R Documentation

Detaches the specified object from the specified index

Description

Detaches the specified object from the specified index.

Usage

clouddirectory_detach_from_index(DirectoryArn, IndexReference,
  TargetReference)

Arguments

DirectoryArn

[required] The Amazon Resource Name (ARN) of the directory the index and object exist in.

IndexReference

[required] A reference to the index object.

TargetReference

[required] A reference to the object being detached from the index.

Value

A list with the following syntax:

list(
  DetachedObjectIdentifier = "string"
)

Request syntax

svc$detach_from_index(
  DirectoryArn = "string",
  IndexReference = list(
    Selector = "string"
  ),
  TargetReference = list(
    Selector = "string"
  )
)