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
)
[required] The type of security configuration.
[required] The name of the security configuration.
A description of the security configuration.
Describes SAML options in in the form of a key-value map. This field is
required if you specify saml
for the type
parameter.
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.
Unique, case-sensitive identifier to ensure idempotency of the request.