ApiConfiguration
Describes the API configuration for a code generation job.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- dataStoreConfig
-
The configuration for an application using DataStore APIs.
Type: DataStoreRenderConfig object
Required: No
- graphQLConfig
-
The configuration for an application using GraphQL APIs.
Type: GraphQLRenderConfig object
Required: No
- noApiConfig
-
The configuration for an application with no API being used.
Type: NoApiRenderConfig object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: