Experiment Template Args
data class ExperimentTemplateArgs(val actions: Output<Map<String, ExperimentTemplateActionArgs>>? = null, val description: Output<String>? = null, val experimentOptions: Output<ExperimentTemplateExperimentOptionsArgs>? = null, val experimentReportConfiguration: Output<ExperimentTemplateExperimentReportConfigurationArgs>? = null, val logConfiguration: Output<ExperimentTemplateLogConfigurationArgs>? = null, val roleArn: Output<String>? = null, val stopConditions: Output<List<ExperimentTemplateStopConditionArgs>>? = null, val tags: Output<Map<String, String>>? = null, val targets: Output<Map<String, ExperimentTemplateTargetArgs>>? = null) : ConvertibleToJava<ExperimentTemplateArgs>
Resource schema for AWS::FIS::ExperimentTemplate
Example Usage
Example
No Java example available.
Constructors
Link copied to clipboard
constructor(actions: Output<Map<String, ExperimentTemplateActionArgs>>? = null, description: Output<String>? = null, experimentOptions: Output<ExperimentTemplateExperimentOptionsArgs>? = null, experimentReportConfiguration: Output<ExperimentTemplateExperimentReportConfigurationArgs>? = null, logConfiguration: Output<ExperimentTemplateLogConfigurationArgs>? = null, roleArn: Output<String>? = null, stopConditions: Output<List<ExperimentTemplateStopConditionArgs>>? = null, tags: Output<Map<String, String>>? = null, targets: Output<Map<String, ExperimentTemplateTargetArgs>>? = null)
Properties
Link copied to clipboard
The actions for the experiment.
Link copied to clipboard
The description for the experiment template.
Link copied to clipboard
The experiment options for an experiment template.
Link copied to clipboard
val experimentReportConfiguration: Output<ExperimentTemplateExperimentReportConfigurationArgs>? = null
Describes the report configuration for the experiment template.
Link copied to clipboard
The configuration for experiment logging.
Link copied to clipboard
The stop conditions for the experiment.
Link copied to clipboard
The targets for the experiment.