| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| software.amazon.awscdk.services.lambda.eventsources |
AWS Lambda Event Sources
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationType |
Authorizer.getAuthorizationType()
(experimental) The authorization type of this authorizer.
|
default AuthorizationType |
MethodOptions.getAuthorizationType()
(experimental) Method authorization.
|
AuthorizationType |
MethodOptions.Jsii$Proxy.getAuthorizationType() |
AuthorizationType |
CognitoUserPoolsAuthorizer.getAuthorizationType()
(experimental) The authorization type of this authorizer.
|
default AuthorizationType |
IAuthorizer.getAuthorizationType()
(experimental) The authorization type of this authorizer.
|
AuthorizationType |
IAuthorizer.Jsii$Proxy.getAuthorizationType()
(experimental) The authorization type of this authorizer.
|
default AuthorizationType |
IAuthorizer.Jsii$Default.getAuthorizationType()
(experimental) The authorization type of this authorizer.
|
static AuthorizationType |
AuthorizationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationType[] |
AuthorizationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MethodOptions.Builder |
MethodOptions.Builder.authorizationType(AuthorizationType authorizationType)
Sets the value of
MethodOptions.getAuthorizationType() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean apiKeyRequired,
List<String> authorizationScopes,
AuthorizationType authorizationType,
IAuthorizer authorizer,
List<? extends MethodResponse> methodResponses,
String operationName,
Map<String,? extends IModel> requestModels,
Map<String,? extends Boolean> requestParameters,
IRequestValidator requestValidator,
RequestValidatorOptions requestValidatorOptions)
Constructor that initializes the object based on literal property values passed by the
MethodOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
ApiEventSource.Builder |
ApiEventSource.Builder.authorizationType(AuthorizationType authorizationType)
(experimental) Method authorization.
|
Copyright © 2021. All rights reserved.