Module: AWSCDK::CloudWatch::VariableInputType

Defined in:
cloud_watch/variable_input_type.rb

Constant Summary collapse

INPUT =
Deprecated.
Note:

Default:

Freeform text input box.

Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch.VariableInputType", "INPUT")
RADIO =
Deprecated.
Note:

Default:

A dropdown of pre-defined values, or values filled in from a metric search query.

Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch.VariableInputType", "RADIO")
SELECT =
Deprecated.
Note:

Default:

A set of pre-defined radio buttons, which can also be defined from a metric search query.

Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch.VariableInputType", "SELECT")