本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
AWS::DynamoDB::GlobalTable ReplicaGlobalSecondaryIndexSpecification
代表可以根據每個複本進行設定的全域次要索引屬性。
語法
若要在 AWS CloudFormation 範本中宣告此實體,請使用下列語法:
JSON
{ "ContributorInsightsSpecification" :
ContributorInsightsSpecification
, "IndexName" :String
, "ReadProvisionedThroughputSettings" :ReadProvisionedThroughputSettings
}
YAML
ContributorInsightsSpecification:
ContributorInsightsSpecification
IndexName:String
ReadProvisionedThroughputSettings:ReadProvisionedThroughputSettings
屬性
ContributorInsightsSpecification
-
更新特定資料表或索引的貢獻者洞見狀態。 CloudWatchDynamoDB 圖形的 Contributor Insights 會以純文字顯示經常存取項目和經常調節項目的分割區索引鍵和 (如適用) 排序索引鍵。如果您需要使用 AWS Key Management Service (KMS) 來加密此資料表的分割區金鑰,並使用 AWS 受管金鑰或客戶受管金鑰排序金鑰資料,則不應為此資料表啟用 DynamoDB 的 CloudWatch Contributor Insights。
必要:否
Type (類型):ContributorInsightsSpecification
更新要求:不中斷
IndexName
-
全域輔助索引的名稱。此名稱在本資料表的所有其他索引中必須是唯一的。
必要:是
類型:字串
下限:
3
上限:
255
更新要求:替換
ReadProvisionedThroughputSettings
-
BillingMode
設定為PROVISIONED
時,可指定複本全域次要索引的讀取容量設定。必要:否
Type (類型):ReadProvisionedThroughputSettings
更新要求:不中斷