ExperimentTemplateActionArgs

data class ExperimentTemplateActionArgs(val actionId: Output<String>, val description: Output<String>? = null, val name: Output<String>, val parameters: Output<List<ExperimentTemplateActionParameterArgs>>? = null, val startAfters: Output<List<String>>? = null, val target: Output<ExperimentTemplateActionTargetArgs>? = null) : ConvertibleToJava<ExperimentTemplateActionArgs>

Constructors

Link copied to clipboard
constructor(actionId: Output<String>, description: Output<String>? = null, name: Output<String>, parameters: Output<List<ExperimentTemplateActionParameterArgs>>? = null, startAfters: Output<List<String>>? = null, target: Output<ExperimentTemplateActionTargetArgs>? = null)

Properties

Link copied to clipboard
val actionId: Output<String>

ID of the action. To find out what actions are supported see AWS FIS actions reference.

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

Description of the action.

Link copied to clipboard
val name: Output<String>

Friendly name of the action.

Link copied to clipboard

Parameter(s) for the action, if applicable. See below.

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

Set of action names that must complete before this action can be executed.

Link copied to clipboard

Action's target, if applicable. See below.

Functions

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