Show / Hide Table of Contents

Class FlowTemplateReference

A reference to a FlowTemplate resource.

Inheritance
object
FlowTemplateReference
Implements
IFlowTemplateReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IFlowTemplateReference
Back to top Generated by DocFX