View source: R/opensearchserviceserverless_operations.R
opensearchserviceserverless_create_security_config | R Documentation |
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.
opensearchserviceserverless_create_security_config(
type,
name,
description = NULL,
samlOptions = NULL,
iamIdentityCenterOptions = NULL,
clientToken = NULL
)
type |
[required] The type of security configuration. |
name |
[required] The name of the security configuration. |
description |
A description of the security configuration. |
samlOptions |
Describes SAML options in in the form of a key-value map. This field is
required if you specify |
iamIdentityCenterOptions |
Describes IAM Identity Center options in the form of a key-value map. This field is required if you specify iamidentitycenter for the type parameter. |
clientToken |
Unique, case-sensitive identifier to ensure idempotency of the request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.