IamFederationConfigOptions
Describes IAM federation options for an OpenSearch Serverless security configuration in the form of a key-value map. These options define how OpenSearch Serverless integrates with external identity providers using federation.
Contents
- groupAttribute
-
The group attribute for this IAM federation integration. This attribute is used to map identity provider groups to OpenSearch Serverless permissions.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[A-Za-z][A-Za-z0-9_.:/=+\-@]*
Required: No
- userAttribute
-
The user attribute for this IAM federation integration. This attribute is used to identify users in the federated authentication process.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[A-Za-z][A-Za-z0-9_.:/=+\-@]*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: