Show / Hide Table of Contents

Class CfnGateway.GreengrassV2Property

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

Inheritance
object
CfnGateway.GreengrassV2Property
Implements
CfnGateway.IGreengrassV2Property
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnGateway.GreengrassV2Property : CfnGateway.IGreengrassV2Property
Syntax (vb)
Public Class CfnGateway.GreengrassV2Property Implements CfnGateway.IGreengrassV2Property
Remarks

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-greengrassv2.html

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 greengrassV2Property = new GreengrassV2Property {
                 CoreDeviceThingName = "coreDeviceThingName",

                 // the properties below are optional
                 CoreDeviceOperatingSystem = "coreDeviceOperatingSystem"
             };

Synopsis

Constructors

GreengrassV2Property()

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

Properties

CoreDeviceOperatingSystem

The operating system of the core device in AWS IoT Greengrass V2.

CoreDeviceThingName

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

Constructors

GreengrassV2Property()

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

public GreengrassV2Property()
Remarks

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-greengrassv2.html

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 greengrassV2Property = new GreengrassV2Property {
                 CoreDeviceThingName = "coreDeviceThingName",

                 // the properties below are optional
                 CoreDeviceOperatingSystem = "coreDeviceOperatingSystem"
             };

Properties

CoreDeviceOperatingSystem

The operating system of the core device in AWS IoT Greengrass V2.

public string? CoreDeviceOperatingSystem { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-greengrassv2.html#cfn-iotsitewise-gateway-greengrassv2-coredeviceoperatingsystem

CoreDeviceThingName

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

public string CoreDeviceThingName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-greengrassv2.html#cfn-iotsitewise-gateway-greengrassv2-coredevicethingname

Implements

CfnGateway.IGreengrassV2Property
Back to top Generated by DocFX