

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::FIS::ExperimentTemplate ExperimentReportS3Configuration
<a name="aws-properties-fis-experimenttemplate-experimentreports3configuration"></a>

The S3 destination for the experiment report.

## Syntax
<a name="aws-properties-fis-experimenttemplate-experimentreports3configuration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-fis-experimenttemplate-experimentreports3configuration-syntax.json"></a>

```
{
  "[BucketName](#cfn-fis-experimenttemplate-experimentreports3configuration-bucketname)" : {{String}},
  "[Prefix](#cfn-fis-experimenttemplate-experimentreports3configuration-prefix)" : {{String}}
}
```

### YAML
<a name="aws-properties-fis-experimenttemplate-experimentreports3configuration-syntax.yaml"></a>

```
  [BucketName](#cfn-fis-experimenttemplate-experimentreports3configuration-bucketname): {{String}}
  [Prefix](#cfn-fis-experimenttemplate-experimentreports3configuration-prefix): {{String}}
```

## Properties
<a name="aws-properties-fis-experimenttemplate-experimentreports3configuration-properties"></a>

`BucketName`  <a name="cfn-fis-experimenttemplate-experimentreports3configuration-bucketname"></a>
The name of the S3 bucket where the experiment report will be stored.  
*Required*: Yes  
*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)

`Prefix`  <a name="cfn-fis-experimenttemplate-experimentreports3configuration-prefix"></a>
The prefix of the S3 bucket where the experiment report will be stored.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)