Interface CfnIndex.JsonTokenTypeConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnIndex.JsonTokenTypeConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnIndex

@Stability(Stable) public static interface CfnIndex.JsonTokenTypeConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.kendra.*;
 JsonTokenTypeConfigurationProperty jsonTokenTypeConfigurationProperty = JsonTokenTypeConfigurationProperty.builder()
         .groupAttributeField("groupAttributeField")
         .userNameAttributeField("userNameAttributeField")
         .build();
 

See Also: