CfnFlowTemplateMixinProps

class aws_cdk.mixins_preview.aws_iotthingsgraph.mixins.CfnFlowTemplateMixinProps(*, compatible_namespace_version=None, definition=None)

Bases: object

Properties for CfnFlowTemplatePropsMixin.

Parameters:
See:

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

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_iotthingsgraph import mixins as iotthingsgraph_mixins

cfn_flow_template_mixin_props = iotthingsgraph_mixins.CfnFlowTemplateMixinProps(
    compatible_namespace_version=123,
    definition=iotthingsgraph_mixins.CfnFlowTemplatePropsMixin.DefinitionDocumentProperty(
        language="language",
        text="text"
    )
)

Attributes

compatible_namespace_version

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

Type:

see

definition

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

Type:

see