| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::ApiGatewayV2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.apiId(String apiId)
The API identifier.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.authorizerCredentialsArn(String authorizerCredentialsArn)
Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.authorizerPayloadFormatVersion(String authorizerPayloadFormatVersion)
Specifies the format of the payload sent to an HTTP API Lambda authorizer.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.authorizerResultTtlInSeconds(Number authorizerResultTtlInSeconds)
The time to live (TTL) for cached authorizer results, in seconds.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.authorizerType(String authorizerType)
The authorizer type.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.authorizerUri(String authorizerUri)
The authorizer's Uniform Resource Identifier (URI).
|
static CfnAuthorizer.Builder |
CfnAuthorizer.Builder.create(software.constructs.Construct scope,
String id) |
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.enableSimpleResponses(Boolean enableSimpleResponses)
Specifies whether a Lambda authorizer returns a response in a simple format.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.enableSimpleResponses(IResolvable enableSimpleResponses)
Specifies whether a Lambda authorizer returns a response in a simple format.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.identitySource(List<String> identitySource)
The identity source for which authorization is requested.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.identityValidationExpression(String identityValidationExpression)
This parameter is not used.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.jwtConfiguration(CfnAuthorizer.JWTConfigurationProperty jwtConfiguration)
The `JWTConfiguration` property specifies the configuration of a JWT authorizer.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.jwtConfiguration(IResolvable jwtConfiguration)
The `JWTConfiguration` property specifies the configuration of a JWT authorizer.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.name(String name)
The name of the authorizer.
|
Copyright © 2022. All rights reserved.