

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

The `AssessmentReportsDestination` property type specifies the location in which AWS 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 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.aws.amazon.com/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.aws.amazon.com/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.aws.amazon.com/audit-manager/latest/APIReference/API_AssessmentReportsDestination.html) in the *AWS Audit Manager API Reference*.

