Uses of Class
software.amazon.awscdk.services.lambda.FunctionUrl.Builder
Packages that use FunctionUrl.Builder
-
Uses of FunctionUrl.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return FunctionUrl.BuilderModifier and TypeMethodDescriptionFunctionUrl.Builder.authType
(FunctionUrlAuthType authType) The type of authentication that your function URL uses.FunctionUrl.Builder.cors
(FunctionUrlCorsOptions cors) The cross-origin resource sharing (CORS) settings for your function URL.static FunctionUrl.Builder
The function to which this url refers.