AWS::Cases::CaseRuleA case rule. In the Amazon Connect admin website, case rules are known as case field conditions. Case rules are used to define the situations under which fields should have certain effects (such as required).
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
Rule | CaseRuleDetails | Required |
Description | string | |
DomainId | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CaseRuleArn | string | The Amazon Resource Name (ARN) of a case rule. |
CaseRuleId | string | The unique identifier of a case rule. |
CreatedTime | string | The time at which the case rule was created. |
LastModifiedTime | string | The time at which the case rule was created or last modified. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Cases::CaseRule
Resources:
MyResource:
Type: AWS::Cases::CaseRule
Properties:
Name: "my-name"
Rule: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
cases:CreateCaseRulecases:BatchGetCaseRulecases:TagResourcecases:UpdateCaseRulecases:BatchGetCaseRulecases:TagResourcecases:UntagResourcecases:DeleteCaseRulecases:UntagResourcecases:ListCaseRulescases:BatchGetCaseRuleOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterCaseRuleArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DomainId