interface FlowTemplateReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTThingsGraph.FlowTemplateReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotthingsgraph#FlowTemplateReference |
![]() | software.amazon.awscdk.services.iotthingsgraph.FlowTemplateReference |
![]() | aws_cdk.aws_iotthingsgraph.FlowTemplateReference |
![]() | aws-cdk-lib » 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 iotthingsgraph } from 'aws-cdk-lib';
const flowTemplateReference: 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.