This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::SSM::Association S3OutputLocation
S3OutputLocation is a property of the AWS::SSM::Association resource that specifies an Amazon S3 bucket
where you want to store the results of this association request.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "OutputS3BucketName" :String, "OutputS3KeyPrefix" :String, "OutputS3Region" :String}
YAML
OutputS3BucketName:StringOutputS3KeyPrefix:StringOutputS3Region:String
Properties
OutputS3BucketName-
The name of the S3 bucket.
Required: No
Type: String
Minimum:
3Maximum:
63Update requires: No interruption
OutputS3KeyPrefix-
The S3 bucket subfolder.
Required: No
Type: String
Maximum:
1024Update requires: No interruption
OutputS3Region-
The Amazon Region of the S3 bucket.
Required: No
Type: String
Minimum:
3Maximum:
20Update requires: No interruption