Show / Hide Table of Contents

Class CfnEntityPropsMixin.PropertyGroupProperty

The property group.

Inheritance
object
CfnEntityPropsMixin.PropertyGroupProperty
Implements
CfnEntityPropsMixin.IPropertyGroupProperty
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.IoTTwinMaker.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnEntityPropsMixin.PropertyGroupProperty : CfnEntityPropsMixin.IPropertyGroupProperty
Syntax (vb)
Public Class CfnEntityPropsMixin.PropertyGroupProperty Implements CfnEntityPropsMixin.IPropertyGroupProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-propertygroup.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.IoTTwinMaker.Mixins;

             var propertyGroupProperty = new PropertyGroupProperty {
                 GroupType = "groupType",
                 PropertyNames = new [] { "propertyNames" }
             };

Synopsis

Constructors

PropertyGroupProperty()

The property group.

Properties

GroupType

The group type.

PropertyNames

The property names.

Constructors

PropertyGroupProperty()

The property group.

public PropertyGroupProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-propertygroup.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.IoTTwinMaker.Mixins;

             var propertyGroupProperty = new PropertyGroupProperty {
                 GroupType = "groupType",
                 PropertyNames = new [] { "propertyNames" }
             };

Properties

GroupType

The group type.

public string? GroupType { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-propertygroup.html#cfn-iottwinmaker-entity-propertygroup-grouptype

PropertyNames

The property names.

public string[]? PropertyNames { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-propertygroup.html#cfn-iottwinmaker-entity-propertygroup-propertynames

Implements

CfnEntityPropsMixin.IPropertyGroupProperty
Back to top Generated by DocFX