interface ConditionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lex.CfnBot.ConditionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBot_ConditionProperty |
![]() | software.amazon.awscdk.services.lex.CfnBot.ConditionProperty |
![]() | aws_cdk.aws_lex.CfnBot.ConditionProperty |
![]() | aws-cdk-lib » aws_lex » CfnBot » ConditionProperty |
Provides an expression that evaluates to true or false.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-condition.html
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
Name | Type | Description |
---|---|---|
expression | string | The expression string that is evaluated. |
expressionString
Type:
string
The expression string that is evaluated.