本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
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