Module: AWSCDK::AppSync::IntrospectionConfig

Defined in:
app_sync/introspection_config.rb

Overview

Introspection configuration for a GraphQL API.

Constant Summary collapse

ENABLED =
Deprecated.
Note:

Default:

Enable introspection.

Jsii::Enum.new("aws-cdk-lib.aws_appsync.IntrospectionConfig", "ENABLED")
DISABLED =
Deprecated.
Note:

Default:

Disable introspection.

Jsii::Enum.new("aws-cdk-lib.aws_appsync.IntrospectionConfig", "DISABLED")