ExperimentTemplateAction
Describes an action for an experiment template.
Contents
- actionId
-
The ID of the action.
Type: String
Length Constraints: Maximum length of 128.
Pattern:
[\S]+
Required: No
- 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.
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.
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: