Class InputReference
A reference to a Input resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.IoTEvents
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class InputReference : IInputReference
Syntax (vb)
Public Class InputReference Implements IInputReference
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.IoTEvents;
var inputReference = new InputReference {
InputName = "inputName"
};
Synopsis
Constructors
InputReference() | A reference to a Input resource. |
Properties
InputName | The InputName of the Input resource. |
Constructors
InputReference()
A reference to a Input resource.
public InputReference()
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.IoTEvents;
var inputReference = new InputReference {
InputName = "inputName"
};
Properties
InputName
The InputName of the Input resource.
public string InputName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated