Interface CfnFlowTemplate.DefinitionDocumentProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFlowTemplate.DefinitionDocumentProperty.Jsii$Proxy
Enclosing class:
CfnFlowTemplate

@Stability(Stable) public static interface CfnFlowTemplate.DefinitionDocumentProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.iotthingsgraph.*;
 DefinitionDocumentProperty definitionDocumentProperty = DefinitionDocumentProperty.builder()
         .language("language")
         .text("text")
         .build();
 

See Also: