AWS::Cases::LayoutCreates 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 { CfnLayout } from 'aws-cdk-lib/aws-cases';Or use the module namespace:
import * as cases from 'aws-cdk-lib/aws-cases';
// cases.CfnLayoutConfiguration passed to the constructor as CfnLayoutProps.
contentRequiredIResolvable | LayoutContentPropertyObject to store union of different versions of layout content.
nameRequiredstringThe name of the layout.
domainIdOptionalstringThe unique identifier of the Cases domain.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-casesAWS::Cases::Layout