AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::IoTThingsGraph::FlowTemplate

CfnFlowTemplate

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html.

Import

import { CfnFlowTemplate } from 'aws-cdk-lib/aws-iotthingsgraph';

Or use the module namespace:

import * as iotthingsgraph from 'aws-cdk-lib/aws-iotthingsgraph';
// iotthingsgraph.CfnFlowTemplate

Properties

Configuration passed to the constructor as CfnFlowTemplateProps.

definitionRequired
IResolvable | DefinitionDocumentProperty
compatibleNamespaceVersionOptional
number

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-iotthingsgraph
CFN TypeAWS::IoTThingsGraph::FlowTemplate
Properties2

External Links