AWS::Cases::CaseRuleCreates a new case rule. In the Amazon Connect admin website, case rules are known as *case field conditions* . For more information about case field conditions, see [Add case field conditions to a case template](https://docs.aws.amazon.com/connect/latest/adminguide/case-field-conditions.html) .
import { CfnCaseRule } from 'aws-cdk-lib/aws-cases';Or use the module namespace:
import * as cases from 'aws-cdk-lib/aws-cases';
// cases.CfnCaseRuleConfiguration passed to the constructor as CfnCaseRuleProps.
nameRequiredstringName of the case rule.
ruleRequiredIResolvable | CaseRuleDetailsPropertyRepresents what rule type should take place, under what conditions.
descriptionOptionalstringDescription of a case rule.
domainIdOptionalstringUnique identifier of a Cases domain.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-casesAWS::Cases::CaseRule