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
{ "TableName" :String, "AwsRegion" :String, "UseCallerCredentials" :Boolean}
YAML
TableName:StringAwsRegion:StringUseCallerCredentials:Boolean
Properties
TableName-
The table name.
Required: Yes
Type: String
Update requires: No interruption
AwsRegion-
The AWS region.
Required: Yes
Type: String
Update requires: No interruption
UseCallerCredentials-
Set to TRUE to use AWS IAM with this data source.
Required: No
Type: Boolean
Update requires: No interruption
See Also
-
DynamodbDataSourceConfig operation in the AWS AppSync API Reference
