

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::Connect::InstanceStorageConfig S3Config
<a name="aws-properties-connect-instancestorageconfig-s3config"></a>

Information about the Amazon Simple Storage Service (Amazon S3) storage type.

## Syntax
<a name="aws-properties-connect-instancestorageconfig-s3config-syntax"></a>

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

### JSON
<a name="aws-properties-connect-instancestorageconfig-s3config-syntax.json"></a>

```
{
  "[BucketName](#cfn-connect-instancestorageconfig-s3config-bucketname)" : String,
  "[BucketPrefix](#cfn-connect-instancestorageconfig-s3config-bucketprefix)" : String,
  "[EncryptionConfig](#cfn-connect-instancestorageconfig-s3config-encryptionconfig)" : EncryptionConfig
}
```

### YAML
<a name="aws-properties-connect-instancestorageconfig-s3config-syntax.yaml"></a>

```
  [BucketName](#cfn-connect-instancestorageconfig-s3config-bucketname): String
  [BucketPrefix](#cfn-connect-instancestorageconfig-s3config-bucketprefix): String
  [EncryptionConfig](#cfn-connect-instancestorageconfig-s3config-encryptionconfig): 
    EncryptionConfig
```

## Properties
<a name="aws-properties-connect-instancestorageconfig-s3config-properties"></a>

`BucketName`  <a name="cfn-connect-instancestorageconfig-s3config-bucketname"></a>
The S3 bucket name.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `128`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`BucketPrefix`  <a name="cfn-connect-instancestorageconfig-s3config-bucketprefix"></a>
The S3 bucket prefix.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `128`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`EncryptionConfig`  <a name="cfn-connect-instancestorageconfig-s3config-encryptionconfig"></a>
The Amazon S3 encryption configuration.  
*Required*: No  
*Type*: [EncryptionConfig](aws-properties-connect-instancestorageconfig-encryptionconfig.md)  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)