TestTemplateParameter
Describes a parameter accepted by a test template.
Contents
- name
-
The name of the parameter.
Type: String
Required: Yes
- required
-
Indicates whether the parameter is required.
Type: Boolean
Required: Yes
- type
-
The data type of the parameter.
Type: String
Valid Values:
STRING | STRING_LIST | INTEGERRequired: Yes
- defaultValue
-
The default value of the parameter.
Type: String
Required: No
- description
-
A description of the parameter.
Type: String
Required: No
- maxValues
-
The maximum number of values the parameter accepts.
Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: