Class Authorizer

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable
    Direct Known Subclasses:
    CognitoAuthorizer, CustomAuthorizer, IamAuthorizer, NoneAuthorizer

    @Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
               date="2023-02-15T09:33:12.679Z")
    @Stability(Experimental)
    public abstract class Authorizer
    extends software.amazon.jsii.JsiiObject
    (experimental) An authorizer for authorizing API requests.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Authorizer​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)  
      protected Authorizer​(software.amazon.jsii.JsiiObjectRef objRef)  
      protected Authorizer​(AuthorizerProps props)  
    • Constructor Detail

      • Authorizer

        protected Authorizer​(software.amazon.jsii.JsiiObjectRef objRef)
      • Authorizer

        protected Authorizer​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • Authorizer

        @Stability(Experimental)
        protected Authorizer​(@NotNull
                             AuthorizerProps props)
        Parameters:
        props - This parameter is required.
    • Method Detail

      • getAuthorizationType

        @Stability(Experimental)
        @NotNull
        public software.amazon.awscdk.services.apigateway.AuthorizationType getAuthorizationType()
        (experimental) The type of the authorizer.
      • getAuthorizerId

        @Stability(Experimental)
        @NotNull
        public String getAuthorizerId()
        (experimental) The unique identifier for the authorizer.
      • getAuthorizationScopes

        @Stability(Experimental)
        @Nullable
        public List<String> getAuthorizationScopes()
        (experimental) Scopes for the authorizer, if any.