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
-
AssessmentReportsDestination in the Amazon Audit Manager API Reference.