Class CfnAuthorizer.JWTConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.CfnAuthorizer.JWTConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAuthorizer.JWTConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAuthorizer.JWTConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAuthorizer.JWTConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAuthorizer.JWTConfigurationProperty
An implementation for
CfnAuthorizer.JWTConfigurationProperty
-
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.apigatewayv2.CfnAuthorizer.JWTConfigurationProperty
CfnAuthorizer.JWTConfigurationProperty.Builder, CfnAuthorizer.JWTConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAuthorizer.JWTConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnAuthorizer.JWTConfigurationProperty.Builder
.
-
-
Method Details
-
getAudience
Description copied from interface:CfnAuthorizer.JWTConfigurationProperty
A list of the intended recipients of the JWT.A valid JWT must provide an
aud
that matches at least one entry in this list. See RFC 7519 . Required for theJWT
authorizer type. Supported only for HTTP APIs.- Specified by:
getAudience
in interfaceCfnAuthorizer.JWTConfigurationProperty
- See Also:
-
getIssuer
Description copied from interface:CfnAuthorizer.JWTConfigurationProperty
The base domain of the identity provider that issues JSON Web Tokens.For example, an Amazon Cognito user pool has the following format:
https://cognito-idp. {region} .amazonaws.com/ {userPoolId}
. Required for theJWT
authorizer type. Supported only for HTTP APIs.- Specified by:
getIssuer
in interfaceCfnAuthorizer.JWTConfigurationProperty
- 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()
-