ExperimentTemplateArgs

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
val description: Output<String>? = null

The description for the experiment template.

Link copied to clipboard

The experiment options for an experiment template.

Link copied to clipboard

Describes the report configuration for the experiment template.

Link copied to clipboard

The configuration for experiment logging.

Link copied to clipboard
val roleArn: Output<String>? = null

The Amazon Resource Name (ARN) of an IAM role.

Link copied to clipboard

The stop conditions for the experiment.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

The tags for the experiment template.

Link copied to clipboard

The targets for the experiment.

Functions

Link copied to clipboard
open override fun toJava(): ExperimentTemplateArgs