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:
String
OutputS3KeyPrefix:String
OutputS3Region:String
Properties
OutputS3BucketName
-
The name of the S3 bucket.
Required: No
Type: String
Minimum:
3
Maximum:
63
Update requires: No interruption
OutputS3KeyPrefix
-
The S3 bucket subfolder.
Required: No
Type: String
Maximum:
500
Update requires: No interruption
OutputS3Region
-
The Amazon Region of the S3 bucket.
Required: No
Type: String
Minimum:
3
Maximum:
20
Update requires: No interruption