Skip to content

Get Default Application Setting

opensearchservice_get_default_application_setting R Documentation

Gets the ARN of the current default application

Description

Gets the ARN of the current default application.

If the default application isn't set, the operation returns a resource not found error.

Usage

opensearchservice_get_default_application_setting()

Value

A list with the following syntax:

list(
  applicationArn = "string"
)

Request syntax

svc$get_default_application_setting()