CreateExperimentTemplateActionInput - AWS Fault Injection Simulator

CreateExperimentTemplateActionInput

Specifies an action for an experiment template.

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

Contents

actionId

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

Type: String

Length Constraints: Maximum length of 128.

Pattern: [\S]+

Required: Yes

description

A description for the action.

Type: String

Length Constraints: Maximum length of 512.

Pattern: [\s\S]+

Required: No

parameters

The parameters for the action, if applicable.

Type: String to string map

Key Length Constraints: Maximum length of 64.

Key Pattern: [\S]+

Value Length Constraints: Maximum length of 1024.

Value Pattern: [\S]+

Required: No

startAfter

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.

Type: Array of strings

Length Constraints: Maximum length of 64.

Pattern: [\S]+

Required: No

targets

The targets for the action.

Type: String to string map

Key Length Constraints: Maximum length of 64.

Key Pattern: [\S]+

Value Length Constraints: Maximum length of 64.

Value Pattern: [\S]+

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: