| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.authorizerCredentials(String authorizerCredentials)
The credentials that are required for the authorizer.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.authorizerResultTtlInSeconds(Number authorizerResultTtlInSeconds)
The time-to-live (TTL) period, in seconds, that specifies how long API Gateway caches authorizer results.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.authorizerUri(String authorizerUri)
The authorizer's Uniform Resource Identifier (URI).
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.authType(String authType)
An optional customer-defined field that's used in OpenApi imports and exports without functional impact.
|
static CfnAuthorizer.Builder |
CfnAuthorizer.Builder.create(software.constructs.Construct scope,
String id) |
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.identitySource(String identitySource)
The source of the identity in an incoming request.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.identityValidationExpression(String identityValidationExpression)
A validation expression for the incoming identity.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.name(String name)
The name of the authorizer.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.providerArns(List<String> providerArns)
A list of the Amazon Cognito user pool Amazon Resource Names (ARNs) to associate with this authorizer.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.restApiId(String restApiId)
The ID of the `RestApi` resource that API Gateway creates the authorizer in.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.type(String type)
The type of authorizer.
|
Copyright © 2022. All rights reserved.