A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/cdk/api/v1/python/aws_cdk.aws_lambda/FunctionUrlAuthType.html below:

Website Navigation


FunctionUrlAuthType — AWS Cloud Development Kit 1.204.0 documentation

FunctionUrlAuthType
class aws_cdk.aws_lambda.FunctionUrlAuthType(value)

Bases: Enum

The auth types for a function url.

ExampleMetadata:

infused

Example:

# Can be a Function or an Alias
# fn: lambda.Function


fn_url = fn.add_function_url(
    auth_type=lambda_.FunctionUrlAuthType.NONE
)

CfnOutput(self, "TheUrl",
    value=fn_url.url
)

Attributes

AWS_IAM

Restrict access to authenticated IAM users only.

NONE

Bypass IAM authentication to create a public endpoint.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4