AWS::Cases::LayoutA layout in the Cases domain. Layouts define the following configuration in the top section and More Info tab of the Cases user interface: Fields to display to the users and Field ordering.
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Content | LayoutContent | Required |
Name | string | Required |
DomainId | string | Create-only |
Tags | array |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedTime | string | The time at which the layout was created. |
LastModifiedTime | string | The time at which the layout was created or last modified. |
LayoutArn | string | The Amazon Resource Name (ARN) of the layout. |
LayoutId | string | The unique identifier of the layout. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Cases::Layout
Resources:
MyResource:
Type: AWS::Cases::Layout
Properties:
Content: "value"
Name: "my-name"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
cases:CreateLayoutcases:GetLayoutcases:TagResourcecases:GetLayoutcases:UpdateLayoutcases:TagResourcecases:UntagResourcecases:GetLayoutcases:DeleteLayoutcases:UntagResourcecases:ListLayoutsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterLayoutArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DomainId