StringDatasetParameter
A string parameter for a dataset.
Contents
Note
In the following list, the required parameters are described first.
- Id
-
An identifier for the string parameter that is created in the dataset.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
^[a-zA-Z0-9-]+$
Required: Yes
- Name
-
The name of the string parameter that is created in the dataset.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
^[a-zA-Z0-9]+$
Required: Yes
- ValueType
-
The value type of the dataset parameter. Valid values are
single value
ormulti value
.Type: String
Valid Values:
MULTI_VALUED | SINGLE_VALUED
Required: Yes
- DefaultValues
-
A list of default values for a given string dataset parameter type. This structure only accepts static values.
Type: StringDatasetParameterDefaultValues object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: