SqlParameter - Amazon Redshift Data API
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

SqlParameter

A parameter used in a SQL statement.

Contents

Note

In the following list, the required parameters are described first.

name

The name of the parameter.

Type: String

Pattern: [0-9a-zA-Z_]+

Required: Yes

value

The value of the parameter. Amazon Redshift implicitly converts to the proper data type. For more information, see Data types in the Amazon Redshift Database Developer Guide.

Type: String

Length Constraints: Minimum length of 1.

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: