Show / Hide Table of Contents

Class CfnTemplatePropsMixin.LayoutConfigurationProperty

Object to store configuration of layouts associated to the template.

Inheritance
object
CfnTemplatePropsMixin.LayoutConfigurationProperty
Implements
CfnTemplatePropsMixin.ILayoutConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-template-layoutconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-template-layoutconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-template-layoutconfiguration.html#cfn-cases-template-layoutconfiguration-defaultlayout

Implements

CfnTemplatePropsMixin.ILayoutConfigurationProperty
Back to top Generated by DocFX