aws-cdk-lib.aws_iotfleetwise.CfnSignalCatalog.BranchProperty

interface BranchProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTFleetWise.CfnSignalCatalog.BranchProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotfleetwise#CfnSignalCatalog_BranchProperty
Javasoftware.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog.BranchProperty
Pythonaws_cdk.aws_iotfleetwise.CfnSignalCatalog.BranchProperty
TypeScript 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

NameTypeDescription
fullyQualifiedNamestringThe 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.