IntegerDatasetParameter
An integer parameter for a dataset.
Contents
Note
In the following list, the required parameters are described first.
- Id
 - 
               
An identifier for the integer parameter 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 integer 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 valueormulti value.Type: String
Valid Values:
MULTI_VALUED | SINGLE_VALUEDRequired: Yes
 - DefaultValues
 - 
               
A list of default values for a given integer parameter. This structure only accepts static values.
Type: IntegerDatasetParameterDefaultValues object
Required: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: