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 subresource | The IAM Identity Center configuration for the security configuration. Cannot be set if
|
Outputs¶
| Attribute | Description |
|---|---|
| id | The ID of the security configuration. |