AWS::OpenSearchServerless::SecurityConfig SamlConfigOptions

Describes SAML options for an OpenSearch Serverless security configuration in the form of a key-value map.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "GroupAttribute" : String, "Metadata" : String, "SessionTimeout" : Integer, "UserAttribute" : String }

YAML

GroupAttribute: String Metadata: String SessionTimeout: Integer UserAttribute: String

Properties

GroupAttribute

The group attribute for this SAML integration.

Required: No

Type: String

Update requires: No interruption

Metadata

The XML IdP metadata file generated from your identity provider.

Required: Yes

Type: String

Update requires: No interruption

SessionTimeout

The session timeout, in minutes. Default is 60 minutes (12 hours).

Required: No

Type: Integer

Update requires: No interruption

UserAttribute

A user attribute for this SAML integration.

Required: No

Type: String

Update requires: No interruption