AWS::AppSync::DataSource DynamoDBConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 }

Properties

AwsRegion

The Amazon Region.

Required: Yes

Type: String

Update requires: No interruption

DeltaSyncConfig

The DeltaSyncConfig for 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 TRUE to 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