This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::AppSync::DataSource DynamoDBConfig
The DynamoDBConfig property type specifies the AwsRegion and
                TableName for an Amazon DynamoDB table in your account for an
                AWS AppSync data source.
DynamoDBConfig is a property of the AWS::AppSync::DataSource property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AwsRegion" :String, "DeltaSyncConfig" :DeltaSyncConfig, "TableName" :String, "UseCallerCredentials" :Boolean, "Versioned" :Boolean}
YAML
AwsRegion:StringDeltaSyncConfig:DeltaSyncConfigTableName:StringUseCallerCredentials:BooleanVersioned:Boolean
Properties
AwsRegion- 
                    
The AWS Region.
Required: Yes
Type: String
Update requires: No interruption
 DeltaSyncConfig- 
                    
The
DeltaSyncConfigfor a versioned datasource.Required: No
Type: DeltaSyncConfig
Update requires: No interruption
 TableName- 
                    
The table name.
Required: Yes
Type: String
Update requires: No interruption
 UseCallerCredentials- 
                    
Set to
TRUEto use AWS Identity and Access Management with this data source.Required: No
Type: Boolean
Update requires: No interruption
 Versioned- 
                    
Set to TRUE to use Conflict Detection and Resolution with this data source.
Required: No
Type: Boolean
Update requires: No interruption