Show / Hide Table of Contents

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

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

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

double?

Remarks

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

Definition

Properties for CfnFlowTemplatePropsMixin.

object? Definition { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnFlowTemplatePropsMixin.IDefinitionDocumentProperty

Back to top Generated by DocFX