interface DefinitionDocumentProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.IoTThingsGraph.Mixins.CfnFlowTemplatePropsMixin.DefinitionDocumentProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsiotthingsgraph/mixins#CfnFlowTemplatePropsMixin_DefinitionDocumentProperty |
Java | software.amazon.awscdk.mixins.preview.services.iotthingsgraph.mixins.CfnFlowTemplatePropsMixin.DefinitionDocumentProperty |
Python | aws_cdk.mixins_preview.aws_iotthingsgraph.mixins.CfnFlowTemplatePropsMixin.DefinitionDocumentProperty |
TypeScript | @aws-cdk/mixins-preview » aws_iotthingsgraph » mixins » CfnFlowTemplatePropsMixin » DefinitionDocumentProperty |
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 definitionDocumentProperty: iotthingsgraph_mixins.CfnFlowTemplatePropsMixin.DefinitionDocumentProperty = {
language: 'language',
text: 'text',
};
Properties
| Name | Type | Description |
|---|---|---|
| language? | string | |
| text? | string |
language?
Type:
string
(optional)
text?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript