interface JsonTokenTypeConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Kendra.CfnIndex.JsonTokenTypeConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awskendra#CfnIndex_JsonTokenTypeConfigurationProperty |
![]() | software.amazon.awscdk.services.kendra.CfnIndex.JsonTokenTypeConfigurationProperty |
![]() | aws_cdk.aws_kendra.CfnIndex.JsonTokenTypeConfigurationProperty |
![]() | aws-cdk-lib » aws_kendra » CfnIndex » JsonTokenTypeConfigurationProperty |
Provides the configuration information for the JSON token type.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kendra as kendra } from 'aws-cdk-lib';
const jsonTokenTypeConfigurationProperty: kendra.CfnIndex.JsonTokenTypeConfigurationProperty = {
groupAttributeField: 'groupAttributeField',
userNameAttributeField: 'userNameAttributeField',
};
Properties
Name | Type | Description |
---|---|---|
group | string | The group attribute field. |
user | string | The user name attribute field. |
groupAttributeField
Type:
string
The group attribute field.
userNameAttributeField
Type:
string
The user name attribute field.