Show / Hide Table of Contents

Class CfnLayoutPropsMixin.SectionProperty

This represents a sections within a panel or tab of the page layout.

Inheritance
object
CfnLayoutPropsMixin.SectionProperty
Implements
CfnLayoutPropsMixin.ISectionProperty
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 CfnLayoutPropsMixin.SectionProperty : CfnLayoutPropsMixin.ISectionProperty
Syntax (vb)
Public Class CfnLayoutPropsMixin.SectionProperty Implements CfnLayoutPropsMixin.ISectionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-section.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 sectionProperty = new SectionProperty {
                 FieldGroup = new FieldGroupProperty {
                     Fields = new [] { new FieldItemProperty {
                         Id = "id"
                     } },
                     Name = "name"
                 }
             };

Synopsis

Constructors

SectionProperty()

This represents a sections within a panel or tab of the page layout.

Properties

FieldGroup

Consists of a group of fields and associated properties.

Constructors

SectionProperty()

This represents a sections within a panel or tab of the page layout.

public SectionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-section.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 sectionProperty = new SectionProperty {
                 FieldGroup = new FieldGroupProperty {
                     Fields = new [] { new FieldItemProperty {
                         Id = "id"
                     } },
                     Name = "name"
                 }
             };

Properties

FieldGroup

Consists of a group of fields and associated properties.

public object? FieldGroup { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-section.html#cfn-cases-layout-section-fieldgroup

Type union: either IResolvable or CfnLayoutPropsMixin.IFieldGroupProperty

Implements

CfnLayoutPropsMixin.ISectionProperty
Back to top Generated by DocFX