ParameterTextFieldControl
A control to display a text box that is used to enter a single entry.
Contents
Note
In the following list, the required parameters are described first.
- ParameterControlId
-
The ID of the
ParameterTextFieldControl
.Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
[\w\-]+
Required: Yes
- SourceParameterName
-
The source parameter name of the
ParameterTextFieldControl
.Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
^[a-zA-Z0-9]+$
Required: Yes
- Title
-
The title of the
ParameterTextFieldControl
.Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Required: Yes
- DisplayOptions
-
The display options of a control.
Type: TextFieldControlDisplayOptions object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: