Uses of Enum
software.amazon.awscdk.services.appsync.IntrospectionConfig
-
Uses of IntrospectionConfig in software.amazon.awscdk.services.appsync
Modifier and TypeMethodDescriptiondefault IntrospectionConfig
GraphqlApiProps.getIntrospectionConfig()
A value indicating whether the API to enable (ENABLED) or disable (DISABLED) introspection.final IntrospectionConfig
GraphqlApiProps.Jsii$Proxy.getIntrospectionConfig()
static IntrospectionConfig
Returns the enum constant of this type with the specified name.static IntrospectionConfig[]
IntrospectionConfig.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionGraphqlApi.Builder.introspectionConfig
(IntrospectionConfig introspectionConfig) A value indicating whether the API to enable (ENABLED) or disable (DISABLED) introspection.GraphqlApiProps.Builder.introspectionConfig
(IntrospectionConfig introspectionConfig) Sets the value ofGraphqlApiProps.getIntrospectionConfig()