本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
PrimaryKeyObject
描述主鍵屬性的對象。
語法
若要在 AWS Serverless Application Model (AWS SAM) 範本中宣告此實體,請使用下列語法。
屬性
-
Name
-
主鍵的屬性名稱。
類型:字串
必要:是
AWS CloudFormation 兼容性:此屬性直接傳遞給
AWS::DynamoDB::Table
AttributeDefinition
數據類型的AttributeName
屬性。其他注意事項:此屬性也會傳遞給
AWS::DynamoDB::Table KeySchema
資料類型的AttributeName屬性。 -
Type
-
主索引鍵的資料類型。
有效值:
String
、Number
、Binary
類型:字串
必要:是
AWS CloudFormation 兼容性:此屬性直接傳遞給
AWS::DynamoDB::Table
AttributeDefinition
數據類型的AttributeType
屬性。
範例
PrimaryKey
主鍵示例。
YAML
Properties: PrimaryKey: Name: MyPrimaryKey Type: String