Show / Hide Table of Contents

Class GatewayReference

A reference to a Gateway resource.

Inheritance
object
GatewayReference
Implements
IGatewayReference
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 GatewayReference : IGatewayReference
Syntax (vb)
Public Class GatewayReference Implements IGatewayReference
Remarks

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 gatewayReference = new GatewayReference {
                GatewayId = "gatewayId"
            };

Synopsis

Constructors

GatewayReference()

A reference to a Gateway resource.

Properties

GatewayId

The GatewayId of the Gateway resource.

Constructors

GatewayReference()

A reference to a Gateway resource.

public GatewayReference()
Remarks

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 gatewayReference = new GatewayReference {
                GatewayId = "gatewayId"
            };

Properties

GatewayId

The GatewayId of the Gateway resource.

public string GatewayId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IGatewayReference
Back to top Generated by DocFX