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

## Properties

- `Name` (`string`, required): A name for the template. It must be unique per domain.
- `CreatedTime` (`string`, optional): The time at which the template was created.
- `Description` (`string`, optional): A description explaining the purpose and use case for this template. Should indicate what types of cases this template is designed for and any specific workflow it supports.
- `DomainId` (`string`, optional): The unique identifier of the Cases domain.
- `LastModifiedTime` (`string`, optional): The time at which the template was created or last modified.
- `LayoutConfiguration` (`CasesTemplate_LayoutConfiguration`, optional)
- `RequiredFields` (`CasesTemplate_RequiredField[]`, optional): A list of fields that must contain a value for a case to be successfully created with this template.
- `Rules` (`CasesTemplate_TemplateRule[]`, optional): A list of case rules (also known as case field conditions) on a template.
- `Status` (`CasesTemplate_TemplateStatus`, optional)
- `Tags` (`CasesTemplate_Tag[]`, optional): The tags that you attach to this template.
- `TemplateArn` (`string`, optional): The Amazon Resource Name (ARN) of the template.
- `TemplateId` (`string`, optional): The unique identifier of a template.

## Attributes

- `CreatedTime`
- `LastModifiedTime`
- `TemplateArn`
- `TemplateId`
