Skip to content

ExpressionListProperty

Initializer

import com.aliyun.ros.cdk.cms.RosResourceMetricRule.ExpressionListProperty;
ExpressionListProperty.builder()
    .comparisonOperator(java.lang.String)
    .comparisonOperator(IResolvable)
    .metricName(java.lang.String)
    .metricName(IResolvable)
    .period(java.lang.Number)
    .period(IResolvable)
    .statistics(java.lang.String)
    .statistics(IResolvable)
    .threshold(java.lang.String)
    .threshold(IResolvable)
    .build();

Properties

Name Type Description
comparisonOperator java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
metricName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
period java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
statistics java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
threshold java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

comparisonOperatorRequired

public java.lang.Object getComparisonOperator();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

metricNameRequired

public java.lang.Object getMetricName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

periodRequired

public java.lang.Object getPeriod();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

statisticsRequired

public java.lang.Object getStatistics();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

thresholdRequired

public java.lang.Object getThreshold();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable