AWS::OpenSearchServerless::SecurityConfig SamlConfigOptions - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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

Pattern: [\w+=,.@-]+

Minimum: 1

Maximum: 2048

Update requires: No interruption

Metadata

The XML IdP metadata file generated from your identity provider.

Required: Yes

Type: String

Pattern: [\u0009\u000A\u000D\u0020-\u007E\u00A1-\u00FF]+

Minimum: 1

Maximum: 51200

Update requires: No interruption

SessionTimeout

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

Required: No

Type: Integer

Minimum: 5

Maximum: 720

Update requires: No interruption

UserAttribute

A user attribute for this SAML integration.

Required: No

Type: String

Pattern: [\w+=,.@-]+

Minimum: 1

Maximum: 2048

Update requires: No interruption