Module: AWSCDK::Lambda::FunctionURLAuthType

Defined in:
lambda/function_url_auth_type.rb

Overview

The auth types for a function url.

Constant Summary collapse

AWS_IAM =
Deprecated.
Note:

Default:

Restrict access to authenticated IAM users only.

Jsii::Enum.new("aws-cdk-lib.aws_lambda.FunctionUrlAuthType", "AWS_IAM")
NONE =
Deprecated.
Note:

Default:

Bypass IAM authentication to create a public endpoint.

Jsii::Enum.new("aws-cdk-lib.aws_lambda.FunctionUrlAuthType", "NONE")