@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.916Z") @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()
`AWS::IoTThingsGraph::FlowTemplate.CompatibleNamespaceVersion`.
|
Object |
getDefinition()
`AWS::IoTThingsGraph::FlowTemplate.Definition`.
|
@Stability(value=Stable) @Nullable default Number getCompatibleNamespaceVersion()
@Stability(value=Stable) @NotNull Object getDefinition()
@Stability(value=Stable) static CfnFlowTemplateProps.Builder builder()
CfnFlowTemplateProps.Builder of CfnFlowTemplatePropsCopyright © 2021. All rights reserved.