Interface CfnGateway.IGreengrassProperty
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnGateway.IGreengrassProperty
Syntax (vb)
Public Interface CfnGateway.IGreengrassProperty
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.IoTSiteWise;
var greengrassProperty = new GreengrassProperty {
GroupArn = "groupArn"
};
Synopsis
Properties
| GroupArn |
Properties
GroupArn
string GroupArn { get; }