WorkflowParameterDetail
Defines a parameter that's used to provide configuration details for the workflow.
Contents
- name
-
The name of this input parameter.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[^\x00]+
Required: Yes
- type
-
The type of input this parameter provides. The currently supported value is "string".
Type: String
Length Constraints: Minimum length of 1. Maximum length of 20.
Pattern:
^string|integer|boolean|stringList$
Required: Yes
- defaultValue
-
The default value of this parameter if no input is provided.
Type: Array of strings
Length Constraints: Minimum length of 0.
Pattern:
[^\x00]*
Required: No
- description
-
Describes this parameter.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Pattern:
[^\x00]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: