This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::AmplifyUIBuilder::CodegenJob ApiConfiguration
Describes the API configuration for a code generation job.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "DataStoreConfig" :Json, "GraphQLConfig" :GraphQLRenderConfig, "NoApiConfig" :Json}
YAML
DataStoreConfig:JsonGraphQLConfig:GraphQLRenderConfigNoApiConfig:Json
Properties
DataStoreConfig-
The configuration for an application using DataStore APIs.
Required: No
Type: Json
Update requires: Replacement
GraphQLConfig-
The configuration for an application using GraphQL APIs.
Required: No
Type: GraphQLRenderConfig
Update requires: Replacement
NoApiConfig-
The configuration for an application with no API being used.
Required: No
Type: Json
Update requires: Replacement