Show / Hide Table of Contents

Class CfnGatewayPropsMixin.GreengrassV2Property

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

Inheritance
object
CfnGatewayPropsMixin.GreengrassV2Property
Implements
CfnGatewayPropsMixin.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.CfnPropertyMixins.AWS.IoTSiteWise
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnGatewayPropsMixin.GreengrassV2Property : CfnGatewayPropsMixin.IGreengrassV2Property
Syntax (vb)
Public Class CfnGatewayPropsMixin.GreengrassV2Property Implements CfnGatewayPropsMixin.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.CfnPropertyMixins.AWS.IoTSiteWise;

             var greengrassV2Property = new GreengrassV2Property {
                 CoreDeviceOperatingSystem = "coreDeviceOperatingSystem",
                 CoreDeviceThingName = "coreDeviceThingName"
             };

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.CfnPropertyMixins.AWS.IoTSiteWise;

             var greengrassV2Property = new GreengrassV2Property {
                 CoreDeviceOperatingSystem = "coreDeviceOperatingSystem",
                 CoreDeviceThingName = "coreDeviceThingName"
             };

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

CfnGatewayPropsMixin.IGreengrassV2Property
Back to top Generated by DocFX