GetExperimentTemplateResult

data class GetExperimentTemplateResult(val actions: Map<String, ExperimentTemplateAction>? = null, val description: String? = null, val experimentOptions: ExperimentTemplateExperimentOptions? = null, val id: String? = null, val logConfiguration: ExperimentTemplateLogConfiguration? = null, val roleArn: String? = null, val stopConditions: List<ExperimentTemplateStopCondition>? = null, val targets: Map<String, ExperimentTemplateTarget>? = null)

Constructors

Link copied to clipboard
constructor(actions: Map<String, ExperimentTemplateAction>? = null, description: String? = null, experimentOptions: ExperimentTemplateExperimentOptions? = null, id: String? = null, logConfiguration: ExperimentTemplateLogConfiguration? = null, roleArn: String? = null, stopConditions: List<ExperimentTemplateStopCondition>? = null, targets: Map<String, ExperimentTemplateTarget>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The actions for the experiment.

Link copied to clipboard
val description: String? = null

The description for the experiment template.

Link copied to clipboard

The experiment options for an experiment template.

Link copied to clipboard
val id: String? = null

The ID of the experiment template.

Link copied to clipboard

The configuration for experiment logging.

Link copied to clipboard
val roleArn: 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

The targets for the experiment.