interface CfnFlowTemplateMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.IoTThingsGraph.Mixins.CfnFlowTemplateMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsiotthingsgraph/mixins#CfnFlowTemplateMixinProps |
Java | software.amazon.awscdk.mixins.preview.services.iotthingsgraph.mixins.CfnFlowTemplateMixinProps |
Python | aws_cdk.mixins_preview.aws_iotthingsgraph.mixins.CfnFlowTemplateMixinProps |
TypeScript | @aws-cdk/mixins-preview » aws_iotthingsgraph » mixins » CfnFlowTemplateMixinProps |
Properties for CfnFlowTemplatePropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as iotthingsgraph_mixins } from '@aws-cdk/mixins-preview/aws-iotthingsgraph';
const cfnFlowTemplateMixinProps: iotthingsgraph_mixins.CfnFlowTemplateMixinProps = {
compatibleNamespaceVersion: 123,
definition: {
language: 'language',
text: 'text',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| compatible | number | |
| definition? | IResolvable | Definition |
compatibleNamespaceVersion?
Type:
number
(optional)
definition?
Type:
IResolvable | Definition
(optional)

.NET
Go
Java
Python
TypeScript