Skip to content

RosConditionProps

Initializer

import { RosConditionProps } from '@alicloud/ros-cdk-core'
const rosConditionProps: RosConditionProps = { ... }

Properties

Name Type Description
expression IRosConditionExpression The expression that the condition will evaluate.

expressionOptional

public readonly expression: IRosConditionExpression;

The expression that the condition will evaluate.