aws-cdk-lib.aws_iotsitewise.CfnGateway.GreengrassProperty

interface GreengrassProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTSiteWise.CfnGateway.GreengrassProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#CfnGateway_GreengrassProperty
Javasoftware.amazon.awscdk.services.iotsitewise.CfnGateway.GreengrassProperty
Pythonaws_cdk.aws_iotsitewise.CfnGateway.GreengrassProperty
TypeScript aws-cdk-lib » 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 { aws_iotsitewise as iotsitewise } from 'aws-cdk-lib';
const greengrassProperty: iotsitewise.CfnGateway.GreengrassProperty = {
  groupArn: 'groupArn',
};

Properties

NameTypeDescription
groupArnstringThe 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 .