Interface CfnTemplate.LayoutConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTemplate.LayoutConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnTemplate

@Stability(Stable) public static interface CfnTemplate.LayoutConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.cases.*;
 LayoutConfigurationProperty layoutConfigurationProperty = LayoutConfigurationProperty.builder()
         .defaultLayout("defaultLayout")
         .build();
 

See Also: