AWS::SSM::Association S3OutputLocation - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 }

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: 1024

Update requires: No interruption

OutputS3Region

The Amazon Region of the S3 bucket.

Required: No

Type: String

Minimum: 3

Maximum: 20

Update requires: No interruption