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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnIndex.JwtTokenTypeConfigurationProperty
CfnIndex.JwtTokenTypeConfigurationProperty.Builder, CfnIndex.JwtTokenTypeConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIndex.JwtTokenTypeConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe regular expression that identifies the claim.final StringThe group attribute field.final StringThe issuer of the token.final StringThe location of the key.final StringThe Amazon Resource Name (arn) of the secret.final StringgetUrl()The signing key URL.final StringThe user name attribute field.final inthashCode()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.JwtTokenTypeConfigurationPropertyThe location of the key.- Specified by:
getKeyLocationin interfaceCfnIndex.JwtTokenTypeConfigurationProperty- See Also:
-
getClaimRegex
Description copied from interface:CfnIndex.JwtTokenTypeConfigurationPropertyThe regular expression that identifies the claim.- Specified by:
getClaimRegexin interfaceCfnIndex.JwtTokenTypeConfigurationProperty- See Also:
-
getGroupAttributeField
Description copied from interface:CfnIndex.JwtTokenTypeConfigurationPropertyThe group attribute field.- Specified by:
getGroupAttributeFieldin interfaceCfnIndex.JwtTokenTypeConfigurationProperty- See Also:
-
getIssuer
Description copied from interface:CfnIndex.JwtTokenTypeConfigurationPropertyThe issuer of the token.- Specified by:
getIssuerin interfaceCfnIndex.JwtTokenTypeConfigurationProperty- See Also:
-
getSecretManagerArn
Description copied from interface:CfnIndex.JwtTokenTypeConfigurationPropertyThe Amazon Resource Name (arn) of the secret.- Specified by:
getSecretManagerArnin interfaceCfnIndex.JwtTokenTypeConfigurationProperty- See Also:
-
getUrl
Description copied from interface:CfnIndex.JwtTokenTypeConfigurationPropertyThe signing key URL.- Specified by:
getUrlin interfaceCfnIndex.JwtTokenTypeConfigurationProperty- See Also:
-
getUserNameAttributeField
Description copied from interface:CfnIndex.JwtTokenTypeConfigurationPropertyThe user name attribute field.- Specified by:
getUserNameAttributeFieldin interfaceCfnIndex.JwtTokenTypeConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-