| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
| Modifier and Type | Method and Description |
|---|---|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.apiId(String apiId)
`AWS::ApiGatewayV2::Authorizer.ApiId`.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.authorizerCredentialsArn(String authorizerCredentialsArn)
`AWS::ApiGatewayV2::Authorizer.AuthorizerCredentialsArn`.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.authorizerPayloadFormatVersion(String authorizerPayloadFormatVersion)
`AWS::ApiGatewayV2::Authorizer.AuthorizerPayloadFormatVersion`.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.authorizerResultTtlInSeconds(Number authorizerResultTtlInSeconds)
`AWS::ApiGatewayV2::Authorizer.AuthorizerResultTtlInSeconds`.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.authorizerType(String authorizerType)
`AWS::ApiGatewayV2::Authorizer.AuthorizerType`.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.authorizerUri(String authorizerUri)
`AWS::ApiGatewayV2::Authorizer.AuthorizerUri`.
|
static CfnAuthorizer.Builder |
CfnAuthorizer.Builder.create(software.constructs.Construct scope,
String id) |
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.enableSimpleResponses(Boolean enableSimpleResponses)
`AWS::ApiGatewayV2::Authorizer.EnableSimpleResponses`.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.enableSimpleResponses(IResolvable enableSimpleResponses)
`AWS::ApiGatewayV2::Authorizer.EnableSimpleResponses`.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.identitySource(List<String> identitySource)
`AWS::ApiGatewayV2::Authorizer.IdentitySource`.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.identityValidationExpression(String identityValidationExpression)
`AWS::ApiGatewayV2::Authorizer.IdentityValidationExpression`.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.jwtConfiguration(CfnAuthorizer.JWTConfigurationProperty jwtConfiguration)
`AWS::ApiGatewayV2::Authorizer.JwtConfiguration`.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.jwtConfiguration(IResolvable jwtConfiguration)
`AWS::ApiGatewayV2::Authorizer.JwtConfiguration`.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.name(String name)
`AWS::ApiGatewayV2::Authorizer.Name`.
|
Copyright © 2021. All rights reserved.