Class AuthorizerProps.Jsii$Proxy

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable, AuthorizerProps
    Enclosing interface:
    AuthorizerProps

    @Stability(Experimental)
    @Internal
    public static final class AuthorizerProps.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements AuthorizerProps
    An implementation for AuthorizerProps
    • Constructor Detail

      • 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.
    • Method Detail

      • getAuthorizationType

        public final software.amazon.awscdk.services.apigateway.AuthorizationType getAuthorizationType()
        Description copied from interface: AuthorizerProps
        (experimental) The type of the authorizer.
        Specified by:
        getAuthorizationType in interface AuthorizerProps
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object