opensearchservice_create_application: Creates an OpenSearch Application

View source: R/opensearchservice_operations.R

opensearchservice_create_applicationR Documentation

Creates an OpenSearch Application

Description

Creates an OpenSearch Application.

See https://www.paws-r-sdk.com/docs/opensearchservice_create_application/ for full documentation.

Usage

opensearchservice_create_application(
  clientToken = NULL,
  name,
  dataSources = NULL,
  iamIdentityCenterOptions = NULL,
  appConfigs = NULL,
  tagList = NULL
)

Arguments

clientToken

A unique client idempotency token. It will be auto generated if not provided.

name

[required] Name of the OpenSearch Appication to create. Application names are unique across the applications owned by an account within an Amazon Web Services Region.

dataSources

Data sources to be associated with the OpenSearch Application.

iamIdentityCenterOptions

Settings of IAM Identity Center for the OpenSearch Application.

appConfigs

Configurations of the OpenSearch Application, inlcuding admin configuration.

tagList

paws.analytics documentation built on April 3, 2025, 11:10 p.m.