Package-level declarations
Types
Link copied to clipboard
Provides an FIS Experiment Template, which can be used to run an experiment. An experiment template contains one or more actions to run on specified targets during an experiment. It also contains the stop conditions that prevent the experiment from going out of bounds. See Amazon Fault Injection Simulator for more information.
Link copied to clipboard
data class ExperimentTemplateArgs(val actions: Output<List<ExperimentTemplateActionArgs>>? = null, val description: Output<String>? = null, val roleArn: Output<String>? = null, val stopConditions: Output<List<ExperimentTemplateStopConditionArgs>>? = null, val tags: Output<Map<String, String>>? = null, val targets: Output<List<ExperimentTemplateTargetArgs>>? = null) : ConvertibleToJava<ExperimentTemplateArgs>
Provides an FIS Experiment Template, which can be used to run an experiment. An experiment template contains one or more actions to run on specified targets during an experiment. It also contains the stop conditions that prevent the experiment from going out of bounds. See Amazon Fault Injection Simulator for more information.
Link copied to clipboard
Builder for ExperimentTemplateArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ExperimentTemplate.
Functions
Link copied to clipboard
suspend fun experimentTemplate(name: String, block: suspend ExperimentTemplateResourceBuilder.() -> Unit): ExperimentTemplate