Uses of Enum Class
software.amazon.awscdk.services.lambda.FunctionUrlAuthType
Packages that use FunctionUrlAuthType
-
Uses of FunctionUrlAuthType in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return FunctionUrlAuthTypeModifier and TypeMethodDescriptionFunctionUrl.getAuthType()The authentication type used for this Function URL.default FunctionUrlAuthTypeFunctionUrlOptions.getAuthType()The type of authentication that your function URL uses.final FunctionUrlAuthTypeFunctionUrlOptions.Jsii$Proxy.getAuthType()final FunctionUrlAuthTypeFunctionUrlProps.Jsii$Proxy.getAuthType()default FunctionUrlAuthTypePermission.getFunctionUrlAuthType()The authType for the function URL that you are granting permissions for.final FunctionUrlAuthTypePermission.Jsii$Proxy.getFunctionUrlAuthType()static FunctionUrlAuthTypeReturns the enum constant of this class with the specified name.static FunctionUrlAuthType[]FunctionUrlAuthType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.lambda with parameters of type FunctionUrlAuthTypeModifier and TypeMethodDescriptionFunctionUrl.Builder.authType(FunctionUrlAuthType authType) The type of authentication that your function URL uses.FunctionUrlOptions.Builder.authType(FunctionUrlAuthType authType) Sets the value ofFunctionUrlOptions.getAuthType()FunctionUrlProps.Builder.authType(FunctionUrlAuthType authType) Sets the value ofFunctionUrlOptions.getAuthType()Permission.Builder.functionUrlAuthType(FunctionUrlAuthType functionUrlAuthType) Sets the value ofPermission.getFunctionUrlAuthType()