aws::opensearch-serverless-security-config

Creates an OpenSearch Serverless security configuration.

Example

aws::opensearch-serverless-security-config example-security-config
    name: "example-security-config"
    description: "example-security-config"
    type: "saml"
    saml-config
        group-attribute: "group-attribute"
        metadata: "metadata"
        session-timeout: 60
        user-attribute: "user-attribute"
    end
end

Attributes

Attribute Description
name The name of the security configuration. (Required)
description The description of the security configuration.
type The type of the security configuration. Valid values are saml or iamidentitycenter. (Required)
config-version The version of the security configuration.
saml-config subresource

The SAML configuration for the security configuration. Cannot be set if iam-identity-center-config is set. Can only be set if type is set.

group-attribute
The group attribute to use for the SAML configuration. (Required)
metadata
The metadata document to use for the SAML configuration. A xml path or xml string is allowed.
session-timeout
The session timeout in minutes for the SAML configuration. (Required)
user-attribute
The user attribute to use for the SAML configuration.
iam-identity-center-config subresource

The IAM Identity Center configuration for the security configuration. Cannot be set if saml-config is set. Can only be set if type is set.

user-attribute
The user attribute to use for the IAM identity center. Valid values are UserId, Email or UserName.
group-attribute
The group attribute to use for the IAM identity center. Valid values are GroupName or GroupId.
instance-arn
The ARN of the instance. (Required)

Outputs

Attribute Description
id The ID of the security configuration.