@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-15T19:53:17.394Z") @Stability(value=Experimental) public enum HttpAuthorizerType extends Enum<HttpAuthorizerType>
| Enum Constant and Description |
|---|
IAM
(experimental) IAM Authorizer.
|
JWT
(experimental) JSON Web Tokens.
|
LAMBDA
(experimental) Lambda Authorizer.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpAuthorizerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpAuthorizerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final HttpAuthorizerType IAM
@Stability(value=Experimental) public static final HttpAuthorizerType JWT
@Stability(value=Experimental) public static final HttpAuthorizerType LAMBDA
public static HttpAuthorizerType[] values()
for (HttpAuthorizerType c : HttpAuthorizerType.values()) System.out.println(c);
public static HttpAuthorizerType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2023. All rights reserved.