aws-cdk-lib.aws_iotsitewise.CfnGateway.GreengrassV2Property

interface GreengrassV2Property

LanguageType name
.NETAmazon.CDK.AWS.IoTSiteWise.CfnGateway.GreengrassV2Property
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#CfnGateway_GreengrassV2Property
Javasoftware.amazon.awscdk.services.iotsitewise.CfnGateway.GreengrassV2Property
Pythonaws_cdk.aws_iotsitewise.CfnGateway.GreengrassV2Property
TypeScript aws-cdk-lib » aws_iotsitewise » CfnGateway » GreengrassV2Property

Contains details for a gateway that runs on AWS IoT Greengrass V2.

To create a gateway that runs on AWS IoT Greengrass V2, you must deploy the IoT SiteWise Edge component to your gateway device. Your Greengrass device role must use the AWSIoTSiteWiseEdgeAccess policy. For more information, see Using AWS IoT SiteWise at the edge 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 greengrassV2Property: iotsitewise.CfnGateway.GreengrassV2Property = {
  coreDeviceThingName: 'coreDeviceThingName',
};

Properties

NameTypeDescription
coreDeviceThingNamestringThe name of the AWS IoT thing for your AWS IoT Greengrass V2 core device.

coreDeviceThingName

Type: string

The name of the AWS IoT thing for your AWS IoT Greengrass V2 core device.