Interface AuthorizerProps

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    AuthorizerProps.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)",
               date="2022-12-01T04:12:24.763Z")
    @Stability(Experimental)
    public interface AuthorizerProps
    extends software.amazon.jsii.JsiiSerializable
    (experimental) Properties for an authorizer.
    • Method Detail

      • getAuthorizationType

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

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

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