| 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)
`AWS::ApiGateway::Authorizer.AuthorizerCredentials`.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.authorizerResultTtlInSeconds(Number authorizerResultTtlInSeconds)
`AWS::ApiGateway::Authorizer.AuthorizerResultTtlInSeconds`.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.authorizerUri(String authorizerUri)
`AWS::ApiGateway::Authorizer.AuthorizerUri`.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.authType(String authType)
`AWS::ApiGateway::Authorizer.AuthType`.
|
static CfnAuthorizer.Builder |
CfnAuthorizer.Builder.create(software.constructs.Construct scope,
String id) |
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.identitySource(String identitySource)
`AWS::ApiGateway::Authorizer.IdentitySource`.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.identityValidationExpression(String identityValidationExpression)
`AWS::ApiGateway::Authorizer.IdentityValidationExpression`.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.name(String name)
`AWS::ApiGateway::Authorizer.Name`.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.providerArns(List<String> providerArns)
`AWS::ApiGateway::Authorizer.ProviderARNs`.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.restApiId(String restApiId)
`AWS::ApiGateway::Authorizer.RestApiId`.
|
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.type(String type)
`AWS::ApiGateway::Authorizer.Type`.
|
Copyright © 2021. All rights reserved.