

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::MSK::Channel S3LogDestination
<a name="aws-properties-msk-channel-s3logdestination"></a>

<a name="aws-properties-msk-channel-s3logdestination-description"></a>The `S3LogDestination` property type specifies Property description not available. for an [AWS::MSK::Channel](aws-resource-msk-channel.md).

## Syntax
<a name="aws-properties-msk-channel-s3logdestination-syntax"></a>

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

### JSON
<a name="aws-properties-msk-channel-s3logdestination-syntax.json"></a>

```
{
  "[Bucket](#cfn-msk-channel-s3logdestination-bucket)" : {{String}},
  "[Enabled](#cfn-msk-channel-s3logdestination-enabled)" : {{Boolean}},
  "[Prefix](#cfn-msk-channel-s3logdestination-prefix)" : {{String}}
}
```

### YAML
<a name="aws-properties-msk-channel-s3logdestination-syntax.yaml"></a>

```
  [Bucket](#cfn-msk-channel-s3logdestination-bucket): {{String}}
  [Enabled](#cfn-msk-channel-s3logdestination-enabled): {{Boolean}}
  [Prefix](#cfn-msk-channel-s3logdestination-prefix): {{String}}
```

## Properties
<a name="aws-properties-msk-channel-s3logdestination-properties"></a>

`Bucket`  <a name="cfn-msk-channel-s3logdestination-bucket"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`Enabled`  <a name="cfn-msk-channel-s3logdestination-enabled"></a>
Property description not available.  
*Required*: Yes  
*Type*: Boolean  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`Prefix`  <a name="cfn-msk-channel-s3logdestination-prefix"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)