Describes the report configuration for the experiment template.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"DataSources" : DataSources
,
"Outputs" : Outputs
,
"PostExperimentDuration" : String
,
"PreExperimentDuration" : String
}
YAML
DataSources:
DataSources
Outputs:
Outputs
PostExperimentDuration: String
PreExperimentDuration: String
Properties
DataSources
-
The data sources for the experiment report.
Required: No
Type: DataSources
Update requires: No interruption
Outputs
-
The output destinations of the experiment report.
Required: Yes
Type: Outputs
Update requires: No interruption
PostExperimentDuration
-
The duration after the experiment end time for the data sources to include in the report.
Required: No
Type: String
Pattern:
[\S]+
Maximum:
32
Update requires: No interruption
PreExperimentDuration
-
The duration before the experiment start time for the data sources to include in the report.
Required: No
Type: String
Pattern:
[\S]+
Maximum:
32
Update requires: No interruption