AWS::AuditManager::Assessment AssessmentReportsDestination - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AuditManager::Assessment AssessmentReportsDestination

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

Syntax

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

JSON

{ "Destination" : String, "DestinationType" : String }

YAML

Destination: String DestinationType: String

Properties

Destination

The destination bucket where Audit Manager stores assessment reports.

Required: No

Type: String

Pattern: ^(S|s)3:\/\/[a-zA-Z0-9\-\.\(\)\'\*\_\!\/]+$

Minimum: 1

Maximum: 1024

Update requires: No interruption

DestinationType

The destination type, such as Amazon S3.

Required: No

Type: String

Allowed values: S3

Update requires: No interruption

See also