Uses of Class
software.amazon.awscdk.services.iot.CfnAuthorizer.Builder
Packages that use CfnAuthorizer.Builder
-
Uses of CfnAuthorizer.Builder in software.amazon.awscdk.services.iot
Methods in software.amazon.awscdk.services.iot that return CfnAuthorizer.BuilderModifier and TypeMethodDescriptionCfnAuthorizer.Builder.authorizerFunctionArn(String authorizerFunctionArn) The authorizer's Lambda function ARN.CfnAuthorizer.Builder.authorizerName(String authorizerName) The authorizer name.static CfnAuthorizer.BuilderCfnAuthorizer.Builder.enableCachingForHttp(Boolean enableCachingForHttp) AWS::IoT::Authorizer.EnableCachingForHttp.CfnAuthorizer.Builder.enableCachingForHttp(IResolvable enableCachingForHttp) AWS::IoT::Authorizer.EnableCachingForHttp.CfnAuthorizer.Builder.signingDisabled(Boolean signingDisabled) Specifies whether AWS IoT validates the token signature in an authorization request.CfnAuthorizer.Builder.signingDisabled(IResolvable signingDisabled) Specifies whether AWS IoT validates the token signature in an authorization request.The status of the authorizer.Metadata which can be used to manage the custom authorizer.CfnAuthorizer.Builder.tokenKeyName(String tokenKeyName) The key used to extract the token from the HTTP headers.CfnAuthorizer.Builder.tokenSigningPublicKeys(Map<String, String> tokenSigningPublicKeys) The public keys used to validate the token signature returned by your custom authentication service.CfnAuthorizer.Builder.tokenSigningPublicKeys(IResolvable tokenSigningPublicKeys) The public keys used to validate the token signature returned by your custom authentication service.