View source: R/opensearchserviceserverless_operations.R
opensearchserviceserverless_update_security_config | R Documentation |
Updates 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_update_security_config/ for full documentation.
opensearchserviceserverless_update_security_config(
id,
configVersion,
description = NULL,
samlOptions = NULL,
iamIdentityCenterOptionsUpdates = NULL,
clientToken = NULL
)
id |
[required] The security configuration identifier. For SAML the ID will be
|
configVersion |
[required] The version of the security configuration to be updated. You can find
the most recent version of a security configuration using the
|
description |
A description of the security configuration. |
samlOptions |
SAML options in in the form of a key-value map. |
iamIdentityCenterOptionsUpdates |
Describes IAM Identity Center options in the form of a key-value map. |
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.