Updates a security configuration for OpenSearch Serverless
Source:R/opensearchserviceserverless_operations.R
opensearchserviceserverless_update_security_config.RdUpdates 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.
Usage
opensearchserviceserverless_update_security_config(
id,
configVersion,
description = NULL,
samlOptions = NULL,
iamIdentityCenterOptionsUpdates = NULL,
iamFederationOptions = NULL,
clientToken = NULL
)Arguments
- id
[required] The security configuration identifier. For SAML the ID will be
saml/<accountId>/<idpProviderName>. For example,saml/123456789123/OKTADev.- configVersion
[required] The version of the security configuration to be updated. You can find the most recent version of a security configuration using the
get_security_policycommand.- 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.
- iamFederationOptions
Describes IAM federation options in the form of a key-value map for updating an existing security configuration. Use this field to modify IAM federation settings for the security configuration.
- clientToken
Unique, case-sensitive identifier to ensure idempotency of the request.