AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Cases::Layout

CfnLayout

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 > Title and Status fields cannot be part of layouts since they are not configurable.

Import

import { CfnLayout } from 'aws-cdk-lib/aws-cases';

Or use the module namespace:

import * as cases from 'aws-cdk-lib/aws-cases';
// cases.CfnLayout

Properties

Configuration passed to the constructor as CfnLayoutProps.

contentRequired
IResolvable | LayoutContentProperty

Object to store union of different versions of layout content.

nameRequired
string

The name of the layout.

domainIdOptional
string

The unique identifier of the Cases domain.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-cases
CFN TypeAWS::Cases::Layout
Properties4

Related Constructs

External Links