Experiment Template Action Args
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
ID of the action. To find out what actions are supported see AWS FIS actions reference.
Link copied to clipboard
Description of the action.
Link copied to clipboard
Parameter(s) for the action, if applicable. See below.
Link copied to clipboard
Set of action names that must complete before this action can be executed.
Link copied to clipboard
Action's target, if applicable. See below.