interface GreengrassProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IoTSiteWise.CfnGateway.GreengrassProperty |
Java | software.amazon.awscdk.services.iotsitewise.CfnGateway.GreengrassProperty |
Python | aws_cdk.aws_iotsitewise.CfnGateway.GreengrassProperty |
TypeScript | @aws-cdk/aws-iotsitewise » CfnGateway » GreengrassProperty |
Contains details for a gateway that runs on AWS IoT Greengrass .
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 .
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iotsitewise from '@aws-cdk/aws-iotsitewise';
const greengrassProperty: iotsitewise.CfnGateway.GreengrassProperty = {
groupArn: 'groupArn',
};
Properties
Name | Type | Description |
---|---|---|
group | string | 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 API Reference . |
groupArn
Type:
string
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 API Reference .