interface IamFederationConfigOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.OpenSearchServerless.CfnSecurityConfig.IamFederationConfigOptionsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsopensearchserverless#CfnSecurityConfig_IamFederationConfigOptionsProperty |
![]() | software.amazon.awscdk.services.opensearchserverless.CfnSecurityConfig.IamFederationConfigOptionsProperty |
![]() | aws_cdk.aws_opensearchserverless.CfnSecurityConfig.IamFederationConfigOptionsProperty |
![]() | aws-cdk-lib » aws_opensearchserverless » CfnSecurityConfig » IamFederationConfigOptionsProperty |
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.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_opensearchserverless as opensearchserverless } from 'aws-cdk-lib';
const iamFederationConfigOptionsProperty: opensearchserverless.CfnSecurityConfig.IamFederationConfigOptionsProperty = {
groupAttribute: 'groupAttribute',
userAttribute: 'userAttribute',
};
Properties
Name | Type | Description |
---|---|---|
group | string | The group attribute for this IAM federation integration. |
user | string | The user attribute for this IAM federation integration. |
groupAttribute?
Type:
string
(optional)
The group attribute for this IAM federation integration.
This attribute is used to map identity provider groups to OpenSearch Serverless permissions.
userAttribute?
Type:
string
(optional)
The user attribute for this IAM federation integration.
This attribute is used to identify users in the federated authentication process.