AWS::CleanRooms::AnalysisTemplate AnalysisParameter
Optional. The member who can query can provide this placeholder for a literal data value in an analysis template.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DefaultValue" :
String
, "Name" :String
, "Type" :String
}
YAML
DefaultValue:
String
Name:String
Type:String
Properties
DefaultValue
-
Optional. The default value that is applied in the analysis template. The member who can query can override this value in the query editor.
Required: No
Type: String
Minimum:
0
Maximum:
250
Update requires: Replacement
Name
-
The name of the parameter. The name must use only alphanumeric, underscore (_), or hyphen (-) characters but cannot start or end with a hyphen.
Required: Yes
Type: String
Pattern:
[0-9a-zA-Z_]+
Minimum:
1
Maximum:
100
Update requires: Replacement
Type
-
The type of parameter.
Required: Yes
Type: String
Allowed values:
SMALLINT | INTEGER | BIGINT | DECIMAL | REAL | DOUBLE_PRECISION | BOOLEAN | CHAR | VARCHAR | DATE | TIMESTAMP | TIMESTAMPTZ | TIME | TIMETZ | VARBYTE | BINARY | BYTE | CHARACTER | DOUBLE | FLOAT | INT | LONG | NUMERIC | SHORT | STRING | TIMESTAMP_LTZ | TIMESTAMP_NTZ | TINYINT
Update requires: Replacement