Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnAuthorizerPropsMixin.Builder
Packages that use CfnAuthorizerPropsMixin.Builder
-
Uses of CfnAuthorizerPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.iot
Methods in software.amazon.awscdk.cfnpropertymixins.services.iot that return CfnAuthorizerPropsMixin.BuilderModifier and TypeMethodDescriptionCfnAuthorizerPropsMixin.Builder.authorizerFunctionArn(String authorizerFunctionArn) The authorizer's Lambda function ARN.CfnAuthorizerPropsMixin.Builder.authorizerName(String authorizerName) The authorizer name.CfnAuthorizerPropsMixin.Builder.create()CfnAuthorizerPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnAuthorizerPropsMixin.Builder.enableCachingForHttp(Boolean enableCachingForHttp) Whentrue, the result from the authorizer's Lambda function is cached for clients that use persistent HTTP connections.CfnAuthorizerPropsMixin.Builder.enableCachingForHttp(IResolvable enableCachingForHttp) Whentrue, the result from the authorizer's Lambda function is cached for clients that use persistent HTTP connections.CfnAuthorizerPropsMixin.Builder.signingDisabled(Boolean signingDisabled) Specifies whether AWS IoT validates the token signature in an authorization request.CfnAuthorizerPropsMixin.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.CfnAuthorizerPropsMixin.Builder.tokenKeyName(String tokenKeyName) The key used to extract the token from the HTTP headers.CfnAuthorizerPropsMixin.Builder.tokenSigningPublicKeys(Map<String, String> tokenSigningPublicKeys) The public keys used to validate the token signature returned by your custom authentication service.CfnAuthorizerPropsMixin.Builder.tokenSigningPublicKeys(IResolvable tokenSigningPublicKeys) The public keys used to validate the token signature returned by your custom authentication service.