interface BranchProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.IoTFleetWise.CfnSignalCatalog.BranchProperty | 
|  Java | software.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog.BranchProperty | 
|  Python | aws_cdk.aws_iotfleetwise.CfnSignalCatalog.BranchProperty | 
|  TypeScript | @aws-cdk/aws-iotfleetwise»CfnSignalCatalog»BranchProperty | 
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 * as iotfleetwise from '@aws-cdk/aws-iotfleetwise';
const branchProperty: iotfleetwise.CfnSignalCatalog.BranchProperty = {
  fullyQualifiedName: 'fullyQualifiedName',
  // the properties below are optional
  description: 'description',
};
Properties
| Name | Type | Description | 
|---|---|---|
| fully | string | The fully qualified name of the branch. | 
| description? | string | (Optional) A brief description of the branch. | 
fullyQualifiedName
Type:
string
The fully qualified name of the branch.
For example, the fully qualified name of a branch might be Vehicle.Body.Engine .
description?
Type:
string
(optional)
(Optional) A brief description of the branch.
