

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](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

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

Specifies the configuration for experiment logging to Amazon S3.

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

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

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

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

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

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

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

`BucketName`  <a name="cfn-fis-experimenttemplate-s3configuration-bucketname"></a>
The name of the destination bucket.  
*Required*: Yes  
*Type*: String  
*Minimum*: `3`  
*Maximum*: `63`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Prefix`  <a name="cfn-fis-experimenttemplate-s3configuration-prefix"></a>
The bucket prefix.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `700`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)