Interface CfnGateway.IGreengrassProperty
Contains details for a gateway that runs on AWS IoT Greengrass .
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGreengrassProperty
Syntax (vb)
Public Interface IGreengrassProperty
Remarks
To create a gateway that runs on AWS IoT Greengrass , you must add the IoT SiteWise connector to a Greengrass group and deploy it. Your Greengrass group must also have permissions to upload data to AWS IoT SiteWise . For more information, see Ingesting data using a gateway in the AWS IoT SiteWise User Guide .
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 | The ARN of the Greengrass group. For more information about how to find a group's ARN, see ListGroups and GetGroup in the AWS IoT Greengrass V1 API Reference . |
Properties
GroupArn
The ARN of the Greengrass group. For more information about how to find a group's ARN, see ListGroups and GetGroup in the AWS IoT Greengrass V1 API Reference .
string GroupArn { get; }
Property Value
System.String