Class CfnIndex.JwtTokenTypeConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnIndex.JwtTokenTypeConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIndex.JwtTokenTypeConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIndex.JwtTokenTypeConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnIndex.JwtTokenTypeConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIndex.JwtTokenTypeConfigurationProperty
An implementation for
CfnIndex.JwtTokenTypeConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnIndex.JwtTokenTypeConfigurationProperty
CfnIndex.JwtTokenTypeConfigurationProperty.Builder, CfnIndex.JwtTokenTypeConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnIndex.JwtTokenTypeConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The regular expression that identifies the claim.final String
The group attribute field.final String
The issuer of the token.final String
The location of the key.final String
The Amazon Resource Name (arn) of the secret.final String
getUrl()
The signing key URL.final String
The user name attribute field.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnIndex.JwtTokenTypeConfigurationProperty.Builder
.
-
-
Method Details
-
getKeyLocation
Description copied from interface:CfnIndex.JwtTokenTypeConfigurationProperty
The location of the key.- Specified by:
getKeyLocation
in interfaceCfnIndex.JwtTokenTypeConfigurationProperty
- See Also:
-
getClaimRegex
Description copied from interface:CfnIndex.JwtTokenTypeConfigurationProperty
The regular expression that identifies the claim.- Specified by:
getClaimRegex
in interfaceCfnIndex.JwtTokenTypeConfigurationProperty
- See Also:
-
getGroupAttributeField
Description copied from interface:CfnIndex.JwtTokenTypeConfigurationProperty
The group attribute field.- Specified by:
getGroupAttributeField
in interfaceCfnIndex.JwtTokenTypeConfigurationProperty
- See Also:
-
getIssuer
Description copied from interface:CfnIndex.JwtTokenTypeConfigurationProperty
The issuer of the token.- Specified by:
getIssuer
in interfaceCfnIndex.JwtTokenTypeConfigurationProperty
- See Also:
-
getSecretManagerArn
Description copied from interface:CfnIndex.JwtTokenTypeConfigurationProperty
The Amazon Resource Name (arn) of the secret.- Specified by:
getSecretManagerArn
in interfaceCfnIndex.JwtTokenTypeConfigurationProperty
- See Also:
-
getUrl
Description copied from interface:CfnIndex.JwtTokenTypeConfigurationProperty
The signing key URL.- Specified by:
getUrl
in interfaceCfnIndex.JwtTokenTypeConfigurationProperty
- See Also:
-
getUserNameAttributeField
Description copied from interface:CfnIndex.JwtTokenTypeConfigurationProperty
The user name attribute field.- Specified by:
getUserNameAttributeField
in interfaceCfnIndex.JwtTokenTypeConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-