本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
AWS::DynamoDB::Table ImportSourceSpecification
指定從 S3 儲存貯體來源匯入資料表的資料屬性。
語法
若要在 AWS CloudFormation 範本中宣告此實體,請使用下列語法:
JSON
{ "InputCompressionType" :
String
, "InputFormat" :String
, "InputFormatOptions" :InputFormatOptions
, "S3BucketSource" :S3BucketSource
}
YAML
InputCompressionType:
String
InputFormat:String
InputFormatOptions:InputFormatOptions
S3BucketSource:S3BucketSource