

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::AuditManager::Assessment AssessmentReportsDestination
<a name="aws-properties-auditmanager-assessment-assessmentreportsdestination"></a>

The `AssessmentReportsDestination` property type specifies the location in which Amazon Audit Manager saves assessment reports for the given assessment.

## Syntax
<a name="aws-properties-auditmanager-assessment-assessmentreportsdestination-syntax"></a>

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

### JSON
<a name="aws-properties-auditmanager-assessment-assessmentreportsdestination-syntax.json"></a>

```
{
  "[Destination](#cfn-auditmanager-assessment-assessmentreportsdestination-destination)" : String,
  "[DestinationType](#cfn-auditmanager-assessment-assessmentreportsdestination-destinationtype)" : String
}
```

### YAML
<a name="aws-properties-auditmanager-assessment-assessmentreportsdestination-syntax.yaml"></a>

```
  [Destination](#cfn-auditmanager-assessment-assessmentreportsdestination-destination): String
  [DestinationType](#cfn-auditmanager-assessment-assessmentreportsdestination-destinationtype): String
```

## Properties
<a name="aws-properties-auditmanager-assessment-assessmentreportsdestination-properties"></a>

`Destination`  <a name="cfn-auditmanager-assessment-assessmentreportsdestination-destination"></a>
 The destination bucket where Audit Manager stores assessment reports.   
*Required*: No  
*Type*: String  
*Pattern*: `^(S|s)3:\/\/[a-zA-Z0-9\-\.\(\)\'\*\_\!\=\+\@\:\s\,\?\/]+$`  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DestinationType`  <a name="cfn-auditmanager-assessment-assessmentreportsdestination-destinationtype"></a>
 The destination type, such as Amazon S3.   
*Required*: No  
*Type*: String  
*Allowed values*: `S3`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

## See also
<a name="aws-properties-auditmanager-assessment-assessmentreportsdestination--seealso"></a>
+ [AssessmentReportsDestination](https://docs.amazonaws.cn/audit-manager/latest/APIReference/API_AssessmentReportsDestination.html) in the *Amazon Audit Manager API Reference*.

