| Modifier and Type | Method and Description |
|---|---|
FunctionUrl.Builder |
FunctionUrl.Builder.authType(FunctionUrlAuthType authType)
The type of authentication that your function URL uses.
|
FunctionUrl.Builder |
FunctionUrl.Builder.cors(FunctionUrlCorsOptions cors)
The cross-origin resource sharing (CORS) settings for your function URL.
|
static FunctionUrl.Builder |
FunctionUrl.Builder.create(software.constructs.Construct scope,
String id) |
FunctionUrl.Builder |
FunctionUrl.Builder.function(IFunction function)
The function to which this url refers.
|
Copyright © 2023. All rights reserved.