interface DefinitionDocumentProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoTThingsGraph.CfnFlowTemplatePropsMixin.DefinitionDocumentProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiotthingsgraph#CfnFlowTemplatePropsMixin_DefinitionDocumentProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.iotthingsgraph.CfnFlowTemplatePropsMixin.DefinitionDocumentProperty |
Python | aws_cdk.cfn_property_mixins.aws_iotthingsgraph.CfnFlowTemplatePropsMixin.DefinitionDocumentProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iotthingsgraph » CfnFlowTemplatePropsMixin » DefinitionDocumentProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotthingsgraph as iotthingsgraph } from '@aws-cdk/cfn-property-mixins';
const definitionDocumentProperty: iotthingsgraph.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