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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.LayoutConfigurationPropertystatic final classAn implementation forCfnTemplate.LayoutConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDefaultLayout
Unique identifier of a layout.- See Also:
-
builder
-