@Stability(value=Stable)
public static interface CfnIndex.JwtTokenTypeConfigurationProperty
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.*;
JwtTokenTypeConfigurationProperty jwtTokenTypeConfigurationProperty = JwtTokenTypeConfigurationProperty.builder()
.keyLocation("keyLocation")
// the properties below are optional
.claimRegex("claimRegex")
.groupAttributeField("groupAttributeField")
.issuer("issuer")
.secretManagerArn("secretManagerArn")
.url("url")
.userNameAttributeField("userNameAttributeField")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIndex.JwtTokenTypeConfigurationProperty.Builder
A builder for
CfnIndex.JwtTokenTypeConfigurationProperty |
static class |
CfnIndex.JwtTokenTypeConfigurationProperty.Jsii$Proxy
An implementation for
CfnIndex.JwtTokenTypeConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnIndex.JwtTokenTypeConfigurationProperty.Builder |
builder() |
default String |
getClaimRegex()
The regular expression that identifies the claim.
|
default String |
getGroupAttributeField()
The group attribute field.
|
default String |
getIssuer()
The issuer of the token.
|
String |
getKeyLocation()
The location of the key.
|
default String |
getSecretManagerArn()
The Amazon Resource Name (arn) of the secret.
|
default String |
getUrl()
The signing key URL.
|
default String |
getUserNameAttributeField()
The user name attribute field.
|
@Stability(value=Stable) @NotNull String getKeyLocation()
@Stability(value=Stable) @Nullable default String getClaimRegex()
@Stability(value=Stable) @Nullable default String getGroupAttributeField()
@Stability(value=Stable) @Nullable default String getIssuer()
@Stability(value=Stable) @Nullable default String getSecretManagerArn()
@Stability(value=Stable) @Nullable default String getUrl()
@Stability(value=Stable) @Nullable default String getUserNameAttributeField()
@Stability(value=Stable) static CfnIndex.JwtTokenTypeConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.