CreateExperimentTemplateActionInput

Specifies an action for an experiment template.

For more information, see Actions in the Fault Injection Simulator User Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the action. The format of the action ID is: aws:service-name:action-type.

Link copied to clipboard

A description for the action.

Link copied to clipboard

The parameters for the action, if applicable.

Link copied to clipboard

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.

Link copied to clipboard

The targets for the action.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String