aws-cdk-lib.aws_iotthingsgraph.CfnFlowTemplate.DefinitionDocumentProperty

interface DefinitionDocumentProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTThingsGraph.CfnFlowTemplate.DefinitionDocumentProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotthingsgraph#CfnFlowTemplate_DefinitionDocumentProperty
Javasoftware.amazon.awscdk.services.iotthingsgraph.CfnFlowTemplate.DefinitionDocumentProperty
Pythonaws_cdk.aws_iotthingsgraph.CfnFlowTemplate.DefinitionDocumentProperty
TypeScript aws-cdk-lib » aws_iotthingsgraph » CfnFlowTemplate » 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-lib';
const definitionDocumentProperty: iotthingsgraph.CfnFlowTemplate.DefinitionDocumentProperty = {
  language: 'language',
  text: 'text',
};

Properties

NameTypeDescription
languagestringCfnFlowTemplate.DefinitionDocumentProperty.Language.
textstringCfnFlowTemplate.DefinitionDocumentProperty.Text.

language

Type: string

CfnFlowTemplate.DefinitionDocumentProperty.Language.


text

Type: string

CfnFlowTemplate.DefinitionDocumentProperty.Text.