Class Authorizers
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.openapigateway.Authorizers
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.61.0 (build abf4039)", date="2022-06-22T03:19:15.684Z") @Stability(Experimental) public class Authorizers extends software.amazon.jsii.JsiiObject
(experimental) Class used to construct authorizers for use in the OpenApiGatewayLambdaApi construct.
-
-
Constructor Summary
Constructors Modifier Constructor Description Authorizers()protectedAuthorizers(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAuthorizers(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CognitoAuthorizercognito(CognitoAuthorizerProps props)(experimental) A Cognito User Pools authorizer.static CustomAuthorizercustom(CustomAuthorizerProps props)(experimental) A custom authorizer.static IamAuthorizeriam()(experimental) An IAM authorizer which uses AWS signature version 4 to authorize requests.static NoneAuthorizernone()(experimental) No authorizer.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Method Detail
-
cognito
@Stability(Experimental) @NotNull public static CognitoAuthorizer cognito(@NotNull CognitoAuthorizerProps props)
(experimental) A Cognito User Pools authorizer.- Parameters:
props- This parameter is required.
-
custom
@Stability(Experimental) @NotNull public static CustomAuthorizer custom(@NotNull CustomAuthorizerProps props)
(experimental) A custom authorizer.- Parameters:
props- This parameter is required.
-
iam
@Stability(Experimental) @NotNull public static IamAuthorizer iam()
(experimental) An IAM authorizer which uses AWS signature version 4 to authorize requests.
-
none
@Stability(Experimental) @NotNull public static NoneAuthorizer none()
(experimental) No authorizer.
-
-