AWS::CleanRooms::AnalysisTemplate AnalysisParameter - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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

Update requires: Replacement