AWS::AuditManager::Assessment AssessmentReportsDestination
The AssessmentReportsDestination
property type specifies the location in
which AWS Audit Manager saves assessment reports for the given assessment.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Destination" :
String
, "DestinationType" :String
}
YAML
Destination:
String
DestinationType:String
Properties
Destination
-
The destination of the assessment report.
Required: No
Type: String
Minimum:
1
Maximum:
1024
Pattern:
^(S|s)3:\/\/[a-zA-Z0-9\-\.\(\)\'\*\_\!\/]+$
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 AWS Audit Manager API Reference.