Interface CfnThingGroup.IThingGroupPropertiesProperty
Thing group properties.
Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IThingGroupPropertiesProperty
Syntax (vb)
Public Interface IThingGroupPropertiesProperty
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.AWS.IoT;
var thingGroupPropertiesProperty = new ThingGroupPropertiesProperty {
AttributePayload = new AttributePayloadProperty {
Attributes = new Dictionary<string, string> {
{ "attributesKey", "attributes" }
}
},
ThingGroupDescription = "thingGroupDescription"
};
Synopsis
Properties
Attribute |
The thing group attributes in JSON format. |
Thing |
The thing group description. |
Properties
AttributePayload
The thing group attributes in JSON format.
virtual object AttributePayload { get; }
Property Value
System.
Remarks
ThingGroupDescription
The thing group description.
virtual string ThingGroupDescription { get; }
Property Value
System.