class Aws::FIS::Types::CreateExperimentTemplateActionInput

Specifies an action for an experiment template.

@note When making an API call, you may pass CreateExperimentTemplateActionInput

data as a hash:

    {
      action_id: "ActionId", # required
      description: "ExperimentTemplateActionDescription",
      parameters: {
        "ExperimentTemplateActionParameterName" => "ExperimentTemplateActionParameter",
      },
      targets: {
        "ExperimentTemplateActionTargetName" => "ExperimentTemplateTargetName",
      },
      start_after: ["ExperimentTemplateActionStartAfter"],
    }

@!attribute [rw] action_id

The ID of the action.
@return [String]

@!attribute [rw] description

A description for the action.
@return [String]

@!attribute [rw] parameters

The parameters for the action, if applicable.
@return [Hash<String,String>]

@!attribute [rw] targets

The targets for the action.
@return [Hash<String,String>]

@!attribute [rw] start_after

The name of the action that must be completed before the current
action starts. Omit this parameter to run the action at the start of
the experiment.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/fis-2020-12-01/CreateExperimentTemplateActionInput AWS API Documentation

Constants

SENSITIVE