Class CfnEntityPropsMixin.PropertyGroupProperty
The property group.
Implements
Inherited Members
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
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
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; }