Interface ICfnFlowTemplateMixinProps
Properties for CfnFlowTemplatePropsMixin.
Namespace: Amazon.CDK.Mixins.Preview.AWS.IoTThingsGraph.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnFlowTemplateMixinProps
Syntax (vb)
Public Interface ICfnFlowTemplateMixinProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.IoTThingsGraph.Mixins;
var cfnFlowTemplateMixinProps = new CfnFlowTemplateMixinProps {
CompatibleNamespaceVersion = 123,
Definition = new DefinitionDocumentProperty {
Language = "language",
Text = "text"
}
};
Synopsis
Properties
| CompatibleNamespaceVersion | Properties for CfnFlowTemplatePropsMixin. |
| Definition | Properties for CfnFlowTemplatePropsMixin. |
Properties
CompatibleNamespaceVersion
Properties for CfnFlowTemplatePropsMixin.
double? CompatibleNamespaceVersion { get; }
Property Value
Remarks
Definition
Properties for CfnFlowTemplatePropsMixin.
object? Definition { get; }