Class Authorizer
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.openapigateway.Authorizer
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
- Direct Known Subclasses:
CognitoAuthorizer,CustomAuthorizer,IamAuthorizer,NoneAuthorizer
@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-01T04:12:24.760Z") @Stability(Experimental) public abstract class Authorizer extends software.amazon.jsii.JsiiObject
(experimental) An authorizer for authorizing API requests.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAuthorizer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAuthorizer(software.amazon.jsii.JsiiObjectRef objRef)protectedAuthorizer(AuthorizerProps props)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAuthorizationScopes()(experimental) Scopes for the authorizer, if any.software.amazon.awscdk.services.apigateway.AuthorizationTypegetAuthorizationType()(experimental) The type of the authorizer.StringgetAuthorizerId()(experimental) The unique identifier for the authorizer.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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.
-
-