interface JsonTokenTypeConfigurationProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Kendra.CfnIndex.JsonTokenTypeConfigurationProperty |
![]() | software.amazon.awscdk.services.kendra.CfnIndex.JsonTokenTypeConfigurationProperty |
![]() | aws_cdk.aws_kendra.CfnIndex.JsonTokenTypeConfigurationProperty |
![]() | @aws-cdk/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 * as kendra from '@aws-cdk/aws-kendra';
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.