Learn R Programming

paws.analytics (version 0.7.0)

opensearchserviceserverless_create_security_config: Specifies a security configuration for OpenSearch Serverless

Description

Specifies a security configuration for OpenSearch Serverless. For more information, see SAML authentication for Amazon OpenSearch Serverless.

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

Usage

opensearchserviceserverless_create_security_config(
  clientToken = NULL,
  description = NULL,
  name,
  samlOptions = NULL,
  type
)

Arguments

clientToken

Unique, case-sensitive identifier to ensure idempotency of the request.

description

A description of the security configuration.

name

[required] The name of the security configuration.

samlOptions

Describes SAML options in in the form of a key-value map. This field is required if you specify saml for the type parameter.

type

[required] The type of security configuration.