Class CfnTemplatePropsMixin.LayoutConfigurationProperty
Object to store configuration of layouts associated to the template.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Cases.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.LayoutConfigurationProperty : CfnTemplatePropsMixin.ILayoutConfigurationProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.LayoutConfigurationProperty Implements CfnTemplatePropsMixin.ILayoutConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Cases.Mixins;
var layoutConfigurationProperty = new LayoutConfigurationProperty {
DefaultLayout = "defaultLayout"
};
Synopsis
Constructors
| LayoutConfigurationProperty() | Object to store configuration of layouts associated to the template. |
Properties
| DefaultLayout | Unique identifier of a layout. |
Constructors
LayoutConfigurationProperty()
Object to store configuration of layouts associated to the template.
public LayoutConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Cases.Mixins;
var layoutConfigurationProperty = new LayoutConfigurationProperty {
DefaultLayout = "defaultLayout"
};
Properties
DefaultLayout
Unique identifier of a layout.
public string? DefaultLayout { get; set; }