aws-cdk-lib.aws_kendra.CfnIndex.JsonTokenTypeConfigurationProperty

interface JsonTokenTypeConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.Kendra.CfnIndex.JsonTokenTypeConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskendra#CfnIndex_JsonTokenTypeConfigurationProperty
Javasoftware.amazon.awscdk.services.kendra.CfnIndex.JsonTokenTypeConfigurationProperty
Pythonaws_cdk.aws_kendra.CfnIndex.JsonTokenTypeConfigurationProperty
TypeScript 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

NameTypeDescription
groupAttributeFieldstringThe group attribute field.
userNameAttributeFieldstringThe user name attribute field.

groupAttributeField

Type: string

The group attribute field.


userNameAttributeField

Type: string

The user name attribute field.