This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Cases::Layout
Creates a 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
-
Field ordering
Note
Title and Status fields cannot be part of layouts since they are not configurable.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Cases::Layout", "Properties" : { "Content" :LayoutContent, "DomainId" :String, "Name" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::Cases::Layout Properties: Content:LayoutContentDomainId:StringName:StringTags:- Tag
Properties
Content-
Object to store union of different versions of layout content.
Required: Yes
Type: LayoutContent
Update requires: No interruption
DomainId-
The unique identifier of the Cases domain.
Required: No
Type: String
Minimum:
1Maximum:
500Update requires: Updates are not supported.
Name-
The name of the layout.
Required: Yes
Type: String
Pattern:
^.*[\S]$Minimum:
1Maximum:
100Update requires: No interruption
-
An array of key-value pairs to apply to this resource.
Required: No
Type: Array of Tag
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the ARN of the layout. For example:
arn:aws:cases:us-west-2:123456789012:domain/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111/layout/a1b2c3d4-5678-90ab-cdef-EXAMPLE44444
For more information about using the Ref function, see Ref.
Fn::GetAtt
The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.
CreatedTime-
Timestamp at which the resource was created.
LastModifiedTime-
Timestamp at which the resource was created or last modified.
LayoutArn-
The Amazon Resource Name (ARN) of the newly created layout.
LayoutId-
The unique identifier of the layout.