Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
此处的文档未指定如何设置存储桶的名称。是否可以在 cfn 模板中进行操作?
您可以将 BucketName 指定为如下属性:
"Resources" : { "bucketresource" : { "Type" : "AWS::S3::Bucket", "Properties" : { "BucketName" : "stack-with-pictures" } } }