aws-cdk-lib.aws_iotthingsgraph.CfnFlowTemplateProps

interface CfnFlowTemplateProps

LanguageType name
.NETAmazon.CDK.AWS.IoTThingsGraph.CfnFlowTemplateProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotthingsgraph#CfnFlowTemplateProps
Javasoftware.amazon.awscdk.services.iotthingsgraph.CfnFlowTemplateProps
Pythonaws_cdk.aws_iotthingsgraph.CfnFlowTemplateProps
TypeScript aws-cdk-lib » aws_iotthingsgraph » CfnFlowTemplateProps

Properties for defining a CfnFlowTemplate.

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 cfnFlowTemplateProps: iotthingsgraph.CfnFlowTemplateProps = {
  definition: {
    language: 'language',
    text: 'text',
  },

  // the properties below are optional
  compatibleNamespaceVersion: 123,
};

Properties

NameTypeDescription
definitionIResolvable | DefinitionDocumentPropertyAWS::IoTThingsGraph::FlowTemplate.Definition.
compatibleNamespaceVersion?numberAWS::IoTThingsGraph::FlowTemplate.CompatibleNamespaceVersion.

definition

Type: IResolvable | DefinitionDocumentProperty

AWS::IoTThingsGraph::FlowTemplate.Definition.


compatibleNamespaceVersion?

Type: number (optional)

AWS::IoTThingsGraph::FlowTemplate.CompatibleNamespaceVersion.