interface FlowTemplateReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.IoTThingsGraph.FlowTemplateReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsiotthingsgraph#FlowTemplateReference |
Java | software.amazon.awscdk.interfaces.iotthingsgraph.FlowTemplateReference |
Python | aws_cdk.interfaces.aws_iotthingsgraph.FlowTemplateReference |
TypeScript | aws-cdk-lib » interfaces » aws_iotthingsgraph » FlowTemplateReference |
A reference to a FlowTemplate resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotthingsgraph as interfaces_aws_iotthingsgraph } from 'aws-cdk-lib/interfaces';
const flowTemplateReference: interfaces_aws_iotthingsgraph.FlowTemplateReference = {
flowTemplateId: 'flowTemplateId',
};
Properties
| Name | Type | Description |
|---|---|---|
| flow | string | The Id of the FlowTemplate resource. |
flowTemplateId
Type:
string
The Id of the FlowTemplate resource.

.NET
Go
Java
Python
TypeScript