Class FlowTemplateReference
A reference to a FlowTemplate resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.IoTThingsGraph
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FlowTemplateReference : IFlowTemplateReference
Syntax (vb)
Public Class FlowTemplateReference Implements IFlowTemplateReference
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.Interfaces.IoTThingsGraph;
var flowTemplateReference = new FlowTemplateReference {
FlowTemplateId = "flowTemplateId"
};
Synopsis
Constructors
| FlowTemplateReference() | A reference to a FlowTemplate resource. |
Properties
| FlowTemplateId | The Id of the FlowTemplate resource. |
Constructors
FlowTemplateReference()
A reference to a FlowTemplate resource.
public FlowTemplateReference()
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.Interfaces.IoTThingsGraph;
var flowTemplateReference = new FlowTemplateReference {
FlowTemplateId = "flowTemplateId"
};
Properties
FlowTemplateId
The Id of the FlowTemplate resource.
public string FlowTemplateId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated