interface BranchProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoTFleetWise.CfnSignalCatalogPropsMixin.BranchProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiotfleetwise#CfnSignalCatalogPropsMixin_BranchProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnSignalCatalogPropsMixin.BranchProperty |
Python | aws_cdk.cfn_property_mixins.aws_iotfleetwise.CfnSignalCatalogPropsMixin.BranchProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iotfleetwise » CfnSignalCatalogPropsMixin » 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/cfn-property-mixins';
const branchProperty: iotfleetwise.CfnSignalCatalogPropsMixin.BranchProperty = {
description: 'description',
fullyQualifiedName: 'fullyQualifiedName',
};
Properties
| Name | Type | Description |
|---|---|---|
| description? | string | A brief description of the branch. |
| fully | string | The fully qualified name of the branch. |
description?
Type:
string
(optional)
A brief description of the branch.
fullyQualifiedName?
Type:
string
(optional)
The fully qualified name of the branch.
For example, the fully qualified name of a branch might be Vehicle.Body.Engine .

.NET
Go
Java
Python
TypeScript