AWS::AppSync::DataSource DynamoDBConfig - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::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 CloudFormation template, use the following syntax:

JSON

{ "AwsRegion" : String, "DeltaSyncConfig" : DeltaSyncConfig, "TableName" : String, "UseCallerCredentials" : Boolean, "Versioned" : Boolean }

Properties

AwsRegion

The AWS 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 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