interface BranchProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTFleetWise.CfnSignalCatalog.BranchProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotfleetwise#CfnSignalCatalog_BranchProperty |
![]() | software.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog.BranchProperty |
![]() | aws_cdk.aws_iotfleetwise.CfnSignalCatalog.BranchProperty |
![]() | aws-cdk-lib » 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 { aws_iotfleetwise as iotfleetwise } from 'aws-cdk-lib';
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 | 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)
A brief description of the branch.