RenderableTask
Contains input values for a task.
Contents
- Input
-
A JSON object that contains values for the variables defined in the template. It is made available to the template under the substitution variable
task.input
. For example, if you define a variabletask.input.text
in your template, you can supply the variable in the JSON object as"text": "sample text"
.Type: String
Length Constraints: Minimum length of 2. Maximum length of 128000.
Pattern:
[\S\s]+
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: