---
type: resource-type
title: CaseRule
description: aws resource type AWS::Cases::CaseRule
name: CaseRule
lexicon: aws
resource_type: AWS::Cases::CaseRule
---
`AWS::Cases::CaseRule`, a resource type of the aws lexicon.

## Properties

- `Name` (`string`, required): A descriptive name for the case rule. Must be unique within the domain and should clearly indicate the rule's purpose (e.g., 'Priority Field Required for Urgent Cases').
- `Rule` (`any`, required)
- `CaseRuleArn` (`string`, optional): The Amazon Resource Name (ARN) of a case rule.
- `CaseRuleId` (`string`, optional): The unique identifier of a case rule.
- `CreatedTime` (`string`, optional): The time at which the case rule was created.
- `Description` (`string`, optional): A description explaining the purpose and behavior of this case rule. Helps administrators understand when and why this rule applies to case fields.
- `DomainId` (`string`, optional): The unique identifier of the Cases domain.
- `LastModifiedTime` (`string`, optional): The time at which the case rule was created or last modified.
- `Tags` (`CaseRule_Tag[]`, optional): The tags that you attach to this case rule.

## Attributes

- `CaseRuleArn`
- `CaseRuleId`
- `CreatedTime`
- `LastModifiedTime`
