AWS::Cases::TemplateA template in the Cases domain. This template is used to define the case object model (that is, to define what data can be captured on cases) in a Cases domain. A template must have a unique name within a domain, and it must reference existing field IDs and layout IDs.
8 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
Description | string | |
DomainId | string | Create-only |
LayoutConfiguration | LayoutConfiguration | |
RequiredFields | Array<RequiredField> | |
Rules | Array<TemplateRule> | |
Status | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedTime | string | The time at which the template was created. |
LastModifiedTime | string | The time at which the template was created or last modified. |
TemplateArn | string | The Amazon Resource Name (ARN) of the template. |
TemplateId | string | The unique identifier of a template. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Cases::Template
Resources:
MyResource:
Type: AWS::Cases::Template
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
cases:GetTemplatecases:CreateTemplatecases:TagResourcecases:GetTemplatecases:GetTemplatecases:UpdateTemplatecases:TagResourcecases:UntagResourcecases:DeleteTemplatecases:UntagResourcecases:ListTemplatesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterTemplateArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DomainId