Module: AWSCDK::AppSync::AuthorizationType

Defined in:
app_sync/authorization_type.rb

Overview

enum with all possible values for AppSync authorization type.

Constant Summary collapse

API_KEY =
Deprecated.
Note:

Default:

API Key authorization type.

Jsii::Enum.new("aws-cdk-lib.aws_appsync.AuthorizationType", "API_KEY")
USER_POOL =
Deprecated.
Note:

Default:

Cognito User Pool authorization type.

Jsii::Enum.new("aws-cdk-lib.aws_appsync.AuthorizationType", "USER_POOL")
OIDC =
Deprecated.
Note:

Default:

OpenID Connect authorization type.

Jsii::Enum.new("aws-cdk-lib.aws_appsync.AuthorizationType", "OIDC")
LAMBDA =
Deprecated.
Note:

Default:

Lambda authorization type.

Jsii::Enum.new("aws-cdk-lib.aws_appsync.AuthorizationType", "LAMBDA")