Show / Hide Table of Contents

Interface CfnLayout.ISectionProperty

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

Namespace: Amazon.CDK.AWS.Cases
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnLayout.ISectionProperty
Syntax (vb)
Public Interface CfnLayout.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.AWS.Cases;

             var sectionProperty = new SectionProperty {
                 FieldGroup = new FieldGroupProperty {
                     Fields = new [] { new FieldItemProperty {
                         Id = "id"
                     } },

                     // the properties below are optional
                     Name = "name"
                 }
             };

Synopsis

Properties

FieldGroup

Consists of a group of fields and associated properties.

Properties

FieldGroup

Consists of a group of fields and associated properties.

object FieldGroup { get; }
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 CfnLayout.IFieldGroupProperty

Back to top Generated by DocFX