@Stability(value=Stable)
public static interface CfnIndex.JsonTokenTypeConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIndex.JsonTokenTypeConfigurationProperty.Builder
A builder for
CfnIndex.JsonTokenTypeConfigurationProperty |
static class |
CfnIndex.JsonTokenTypeConfigurationProperty.Jsii$Proxy
An implementation for
CfnIndex.JsonTokenTypeConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnIndex.JsonTokenTypeConfigurationProperty.Builder |
builder() |
String |
getGroupAttributeField()
The group attribute field.
|
String |
getUserNameAttributeField()
The user name attribute field.
|
@Stability(value=Stable) @NotNull String getGroupAttributeField()
@Stability(value=Stable) @NotNull String getUserNameAttributeField()
@Stability(value=Stable) static CfnIndex.JsonTokenTypeConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.