| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
FunctionUrlAuthType |
FunctionUrlProps.Jsii$Proxy.getAuthType() |
default FunctionUrlAuthType |
FunctionUrlOptions.getAuthType()
The type of authentication that your function URL uses.
|
FunctionUrlAuthType |
FunctionUrlOptions.Jsii$Proxy.getAuthType() |
default FunctionUrlAuthType |
Permission.getFunctionUrlAuthType()
The authType for the function URL that you are granting permissions for.
|
FunctionUrlAuthType |
Permission.Jsii$Proxy.getFunctionUrlAuthType() |
static FunctionUrlAuthType |
FunctionUrlAuthType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionUrlAuthType[] |
FunctionUrlAuthType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionUrlProps.Builder |
FunctionUrlProps.Builder.authType(FunctionUrlAuthType authType)
Sets the value of
FunctionUrlOptions.getAuthType() |
FunctionUrl.Builder |
FunctionUrl.Builder.authType(FunctionUrlAuthType authType)
The type of authentication that your function URL uses.
|
FunctionUrlOptions.Builder |
FunctionUrlOptions.Builder.authType(FunctionUrlAuthType authType)
Sets the value of
FunctionUrlOptions.getAuthType() |
Permission.Builder |
Permission.Builder.functionUrlAuthType(FunctionUrlAuthType functionUrlAuthType)
Sets the value of
Permission.getFunctionUrlAuthType() |
Copyright © 2022. All rights reserved.