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: 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