aws-cdk-lib.aws_lex.CfnBot.ConditionProperty

interface ConditionProperty

LanguageType name
.NETAmazon.CDK.AWS.Lex.CfnBot.ConditionProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBot_ConditionProperty
Javasoftware.amazon.awscdk.services.lex.CfnBot.ConditionProperty
Pythonaws_cdk.aws_lex.CfnBot.ConditionProperty
TypeScript aws-cdk-lib » aws_lex » CfnBot » ConditionProperty

Provides an expression that evaluates to true or false.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lex as lex } from 'aws-cdk-lib';
const conditionProperty: lex.CfnBot.ConditionProperty = {
  expressionString: 'expressionString',
};

Properties

NameTypeDescription
expressionStringstringThe expression string that is evaluated.

expressionString

Type: string

The expression string that is evaluated.