@Stability(value=Stable)
public static interface CfnIndex.JwtTokenTypeConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
| 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()
`CfnIndex.JwtTokenTypeConfigurationProperty.ClaimRegex`.
|
default String |
getGroupAttributeField()
`CfnIndex.JwtTokenTypeConfigurationProperty.GroupAttributeField`.
|
default String |
getIssuer()
`CfnIndex.JwtTokenTypeConfigurationProperty.Issuer`.
|
String |
getKeyLocation()
`CfnIndex.JwtTokenTypeConfigurationProperty.KeyLocation`.
|
default String |
getSecretManagerArn()
`CfnIndex.JwtTokenTypeConfigurationProperty.SecretManagerArn`.
|
default String |
getUrl()
`CfnIndex.JwtTokenTypeConfigurationProperty.URL`.
|
default String |
getUserNameAttributeField()
`CfnIndex.JwtTokenTypeConfigurationProperty.UserNameAttributeField`.
|
@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 © 2021. All rights reserved.