This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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
Amazon AppSync data source.
DynamoDBConfig is a property of the AWS::AppSync::DataSource property type.
Syntax
To declare this entity in your Amazon 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 Amazon 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 Amazon 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