Interface CfnSignalCatalog.BranchProperty

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

@Stability(Stable) public static interface CfnSignalCatalog.BranchProperty extends software.amazon.jsii.JsiiSerializable
A group of signals that are defined in a hierarchical structure.

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.iotfleetwise.*;
 BranchProperty branchProperty = BranchProperty.builder()
         .fullyQualifiedName("fullyQualifiedName")
         // the properties below are optional
         .description("description")
         .build();