Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2.CfnAuthorizerPropsMixin.Builder
Packages that use CfnAuthorizerPropsMixin.Builder
-
Uses of CfnAuthorizerPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2
Methods in software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2 that return CfnAuthorizerPropsMixin.BuilderModifier and TypeMethodDescriptionThe API identifier.The API identifier.CfnAuthorizerPropsMixin.Builder.authorizerCredentialsArn(String authorizerCredentialsArn) Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.CfnAuthorizerPropsMixin.Builder.authorizerPayloadFormatVersion(String authorizerPayloadFormatVersion) Specifies the format of the payload sent to an HTTP API Lambda authorizer.CfnAuthorizerPropsMixin.Builder.authorizerResultTtlInSeconds(Number authorizerResultTtlInSeconds) The time to live (TTL) for cached authorizer results, in seconds.CfnAuthorizerPropsMixin.Builder.authorizerType(String authorizerType) The authorizer type.CfnAuthorizerPropsMixin.Builder.authorizerUri(String authorizerUri) The authorizer's Uniform Resource Identifier (URI).CfnAuthorizerPropsMixin.Builder.create()CfnAuthorizerPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnAuthorizerPropsMixin.Builder.enableSimpleResponses(Boolean enableSimpleResponses) Specifies whether a Lambda authorizer returns a response in a simple format.CfnAuthorizerPropsMixin.Builder.enableSimpleResponses(IResolvable enableSimpleResponses) Specifies whether a Lambda authorizer returns a response in a simple format.CfnAuthorizerPropsMixin.Builder.identitySource(List<String> identitySource) The identity source for which authorization is requested.CfnAuthorizerPropsMixin.Builder.identityValidationExpression(String identityValidationExpression) This parameter is not used.CfnAuthorizerPropsMixin.Builder.jwtConfiguration(CfnAuthorizerPropsMixin.JWTConfigurationProperty jwtConfiguration) TheJWTConfigurationproperty specifies the configuration of a JWT authorizer.CfnAuthorizerPropsMixin.Builder.jwtConfiguration(IResolvable jwtConfiguration) TheJWTConfigurationproperty specifies the configuration of a JWT authorizer.The name of the authorizer.