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.BuilderThe function to which this url refers.FunctionUrl.Builder.invokeMode(InvokeMode invokeMode) The type of invocation mode that your Lambda function uses.