ExperimentTemplateAction

data class ExperimentTemplateAction(val actionId: String, val description: String? = null, val name: String, val parameters: List<ExperimentTemplateActionParameter>? = null, val startAfters: List<String>? = null, val target: ExperimentTemplateActionTarget? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val description: String? = null

Description of the action.

Link copied to clipboard

Friendly name of the action.

Link copied to clipboard

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

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