interface LayoutConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Cases.CfnTemplate.LayoutConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscases#CfnTemplate_LayoutConfigurationProperty |
Java | software.amazon.awscdk.services.cases.CfnTemplate.LayoutConfigurationProperty |
Python | aws_cdk.aws_cases.CfnTemplate.LayoutConfigurationProperty |
TypeScript | aws-cdk-lib » aws_cases » CfnTemplate » LayoutConfigurationProperty |
Object to store configuration of layouts associated to the template.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cases as cases } from 'aws-cdk-lib';
const layoutConfigurationProperty: cases.CfnTemplate.LayoutConfigurationProperty = {
defaultLayout: 'defaultLayout',
};
Properties
| Name | Type | Description |
|---|---|---|
| default | string | Unique identifier of a layout. |
defaultLayout?
Type:
string
(optional)
Unique identifier of a layout.

.NET
Go
Java
Python
TypeScript