Module: AWSCDK::AppSync::AppSyncAuthorizationType

Defined in:
app_sync/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.AppSyncAuthorizationType", "API_KEY")
USER_POOL =
Deprecated.
Note:

Default:

Cognito User Pool authorization type.

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

Default:

OpenID Connect authorization type.

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

Default:

Lambda authorization type.

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