本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
AWS::DynamoDB::GlobalTable ReplicaSpecification
定义特定于全局表的单个副本的设置。
语法
要在 AWS CloudFormation 模板中声明此实体,请使用以下语法:
JSON
{ "ContributorInsightsSpecification" :
ContributorInsightsSpecification
, "DeletionProtectionEnabled" :Boolean
, "GlobalSecondaryIndexes" :[ ReplicaGlobalSecondaryIndexSpecification, ... ]
, "KinesisStreamSpecification" :KinesisStreamSpecification
, "PointInTimeRecoverySpecification" :PointInTimeRecoverySpecification
, "ReadOnDemandThroughputSettings" :ReadOnDemandThroughputSettings
, "ReadProvisionedThroughputSettings" :ReadProvisionedThroughputSettings
, "Region" :String
, "ReplicaStreamSpecification" :ReplicaStreamSpecification
, "ResourcePolicy" :ResourcePolicy
, "SSESpecification" :ReplicaSSESpecification
, "TableClass" :String
, "Tags" :[ Tag, ... ]
}
YAML
ContributorInsightsSpecification:
ContributorInsightsSpecification
DeletionProtectionEnabled:Boolean
GlobalSecondaryIndexes:- ReplicaGlobalSecondaryIndexSpecification
KinesisStreamSpecification:KinesisStreamSpecification
PointInTimeRecoverySpecification:PointInTimeRecoverySpecification
ReadOnDemandThroughputSettings:ReadOnDemandThroughputSettings
ReadProvisionedThroughputSettings:ReadProvisionedThroughputSettings
Region:String
ReplicaStreamSpecification:ReplicaStreamSpecification
ResourcePolicy:ResourcePolicy
SSESpecification:ReplicaSSESpecification
TableClass:String
Tags:- Tag
属性
ContributorInsightsSpecification
-
用于为指定副本启用或禁用 “ CloudWatch 贡献者见解” 的设置。如果未指定,则默认为对副本禁用 Contributor Insights。
必需:否
更新要求:没有中断
DeletionProtectionEnabled
-
确定是否保护副本免遭删除。启用后,任何用户或进程都无法删除该表。默认情况下,该设置处于禁用状态。有关更多信息,请参阅 Amazon DynamoDebDevelop er 指南中的使用删除保护。
必需:否
类型:布尔值
更新要求:没有中断
GlobalSecondaryIndexes
-
定义此副本的全局二级索引的其他设置。
必需:否
类型:ReplicaGlobalSecondaryIndex规格数组
更新要求:没有中断
KinesisStreamSpecification
-
为指定副本定义 Kinesis Data Streams 配置。
必需:否
更新要求:没有中断
PointInTimeRecoverySpecification
-
用于启用时间点恢复的设置。如果未指定,则默认为对复制副本禁用时间点恢复。
必需:否
更新要求:没有中断
ReadOnDemandThroughputSettings
-
设置副本表的读取请求设置。
必需:否
更新要求:没有中断
ReadProvisionedThroughputSettings
-
定义副本表的读取容量设置。
必需:否
类型:ReadProvisionedThroughputSettings
更新要求:没有中断
Region
-
此副本所在的区域。
必需:是
类型:字符串
更新要求:没有中断
ReplicaStreamSpecification
-
表示全局表副本的 DynamoDB 流配置。
必需:否
更新要求:没有中断
ResourcePolicy
-
基于资源的策略文档,其中包含向 DynamoDB 全局表的指定副本添加权限。基于资源的策略允许您指定谁有权访问每个资源,以及允许他们对每个资源执行哪些操作,以此来定义访问权限。
在 CloudFormation 模板中,您可以以 JSON 或 YAML 格式提供策略,因为在将 YAML 提交到之前会将其 CloudFormation 转换为 JSON。 DynamoDB有关基于资源的策略的更多信息,请参阅使用基于资源的策略 DynamoDB和基于资源的策略示例。
必需:否
更新要求:没有中断
SSESpecification
-
可用于指定副本的客户托管密钥。使用客户托管密钥进行服务器端加密时,此属性在所有副本中都必须有一个值。
必需:否
更新要求:没有中断
TableClass
-
指定表的表类。有效值为
STANDARD
和STANDARD_INFREQUENT_ACCESS
。必需:否
类型:字符串
允许的值:
STANDARD | STANDARD_INFREQUENT_ACCESS
更新要求:没有中断
-
要应用于此副本的键值对的数组。
有关更多信息,请参阅标签。
必需:否
类型:标签数组
更新要求:没有中断