interface GreengrassV2Property
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTSiteWise.CfnGateway.GreengrassV2Property |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#CfnGateway_GreengrassV2Property |
![]() | software.amazon.awscdk.services.iotsitewise.CfnGateway.GreengrassV2Property |
![]() | aws_cdk.aws_iotsitewise.CfnGateway.GreengrassV2Property |
![]() | 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',
// the properties below are optional
coreDeviceOperatingSystem: 'coreDeviceOperatingSystem',
};
Properties
Name | Type | Description |
---|---|---|
core | string | The name of the AWS IoT thing for your AWS IoT Greengrass V2 core device. |
core | string | The operating system of the core device in AWS IoT Greengrass V2. |
coreDeviceThingName
Type:
string
The name of the AWS IoT thing for your AWS IoT Greengrass V2 core device.
coreDeviceOperatingSystem?
Type:
string
(optional)
The operating system of the core device in AWS IoT Greengrass V2.