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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnFlowTemplate.DefinitionDocumentProperty
static final class
An implementation forCfnFlowTemplate.DefinitionDocumentProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLanguage
- See Also:
-
getText
- See Also:
-
builder
-