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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnIndex.JsonTokenTypeConfigurationPropertystatic final classAn implementation forCfnIndex.JsonTokenTypeConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The group attribute field.The user name attribute field.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGroupAttributeField
The group attribute field.- See Also:
-
getUserNameAttributeField
The user name attribute field.- See Also:
-
builder
-