CfnFlowTemplateMixinProps

class aws_cdk.cfn_property_mixins.aws_iotthingsgraph.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.cfn_property_mixins import aws_iotthingsgraph as iotthingsgraph

cfn_flow_template_mixin_props = iotthingsgraph.CfnFlowTemplateMixinProps(
    compatible_namespace_version=123,
    definition=iotthingsgraph.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