

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::MediaPackage::HarvestJob S3Destination
<a name="aws-properties-mediapackage-harvestjob-s3destination"></a>

<a name="aws-properties-mediapackage-harvestjob-s3destination-description"></a>The `S3Destination` property type specifies Property description not available. for an [AWS::MediaPackage::HarvestJob](aws-resource-mediapackage-harvestjob.md).

## Syntax
<a name="aws-properties-mediapackage-harvestjob-s3destination-syntax"></a>

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

### JSON
<a name="aws-properties-mediapackage-harvestjob-s3destination-syntax.json"></a>

```
{
  "[BucketName](#cfn-mediapackage-harvestjob-s3destination-bucketname)" : {{String}},
  "[ManifestKey](#cfn-mediapackage-harvestjob-s3destination-manifestkey)" : {{String}},
  "[RoleArn](#cfn-mediapackage-harvestjob-s3destination-rolearn)" : {{String}}
}
```

### YAML
<a name="aws-properties-mediapackage-harvestjob-s3destination-syntax.yaml"></a>

```
  [BucketName](#cfn-mediapackage-harvestjob-s3destination-bucketname): {{String}}
  [ManifestKey](#cfn-mediapackage-harvestjob-s3destination-manifestkey): {{String}}
  [RoleArn](#cfn-mediapackage-harvestjob-s3destination-rolearn): {{String}}
```

## Properties
<a name="aws-properties-mediapackage-harvestjob-s3destination-properties"></a>

`BucketName`  <a name="cfn-mediapackage-harvestjob-s3destination-bucketname"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`ManifestKey`  <a name="cfn-mediapackage-harvestjob-s3destination-manifestkey"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`RoleArn`  <a name="cfn-mediapackage-harvestjob-s3destination-rolearn"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)