# AWS::SSM::Association S3OutputLocation ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "OutputS3Region" : String,
    "OutputS3BucketName" : String,
    "OutputS3KeyPrefix" : String
}
### YAML
OutputS3Region: String
OutputS3BucketName: String
OutputS3KeyPrefix: String
## Properties #### OutputS3Region _Required_: No _Type_: String _Minimum_: 3 _Maximum_: 20 _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### OutputS3BucketName _Required_: No _Type_: String _Minimum_: 3 _Maximum_: 63 _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### OutputS3KeyPrefix _Required_: No _Type_: String _Maximum_: 1024 _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)