StepInput
A map of key value pairs that is generated when you create a migration workflow. The key value pairs will differ based on your selection of the template.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- integerValue
-
The value of the integer.
Type: Integer
Required: No
- listOfStringsValue
-
List of string values.
Type: Array of strings
Length Constraints: Minimum length of 0. Maximum length of 500.
Required: No
- mapOfStringValue
-
Map of string values.
Type: String to string map
Key Length Constraints: Minimum length of 1. Maximum length of 100.
Key Pattern:
[a-zA-Z0-9-_ ()]+
Value Length Constraints: Minimum length of 0. Maximum length of 100.
Required: No
- stringValue
-
String value.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 100.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: