Class GatewayReference
A reference to a Gateway resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated