@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.063Z") @Stability(value=Stable) public interface CfnFlowTemplateProps 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.*;
CfnFlowTemplateProps cfnFlowTemplateProps = CfnFlowTemplateProps.builder()
.definition(DefinitionDocumentProperty.builder()
.language("language")
.text("text")
.build())
// the properties below are optional
.compatibleNamespaceVersion(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFlowTemplateProps.Builder
A builder for
CfnFlowTemplateProps |
static class |
CfnFlowTemplateProps.Jsii$Proxy
An implementation for
CfnFlowTemplateProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlowTemplateProps.Builder |
builder() |
default Number |
getCompatibleNamespaceVersion()
The version of the user's namespace against which the workflow was validated.
|
Object |
getDefinition()
A workflow's definition document.
|
@Stability(value=Stable) @NotNull Object getDefinition()
@Stability(value=Stable) @Nullable default Number getCompatibleNamespaceVersion()
Use this value in your system instance.
@Stability(value=Stable) static CfnFlowTemplateProps.Builder builder()
CfnFlowTemplateProps.Builder of CfnFlowTemplatePropsCopyright © 2022. All rights reserved.