aws-cdk-lib.aws_iotfleetwise.CfnSignalCatalog.NodeCountsProperty

interface NodeCountsProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTFleetWise.CfnSignalCatalog.NodeCountsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotfleetwise#CfnSignalCatalog_NodeCountsProperty
Javasoftware.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog.NodeCountsProperty
Pythonaws_cdk.aws_iotfleetwise.CfnSignalCatalog.NodeCountsProperty
TypeScript aws-cdk-lib » aws_iotfleetwise » CfnSignalCatalog » NodeCountsProperty

Information about the number of nodes and node types in a vehicle network.

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 nodeCountsProperty: iotfleetwise.CfnSignalCatalog.NodeCountsProperty = {
  totalActuators: 123,
  totalAttributes: 123,
  totalBranches: 123,
  totalNodes: 123,
  totalSensors: 123,
};

Properties

NameTypeDescription
totalActuators?number(Optional) The total number of nodes in a vehicle network that represent actuators.
totalAttributes?number(Optional) The total number of nodes in a vehicle network that represent attributes.
totalBranches?number(Optional) The total number of nodes in a vehicle network that represent branches.
totalNodes?number(Optional) The total number of nodes in a vehicle network.
totalSensors?number(Optional) The total number of nodes in a vehicle network that represent sensors.

totalActuators?

Type: number (optional)

(Optional) The total number of nodes in a vehicle network that represent actuators.


totalAttributes?

Type: number (optional)

(Optional) The total number of nodes in a vehicle network that represent attributes.


totalBranches?

Type: number (optional)

(Optional) The total number of nodes in a vehicle network that represent branches.


totalNodes?

Type: number (optional)

(Optional) The total number of nodes in a vehicle network.


totalSensors?

Type: number (optional)

(Optional) The total number of nodes in a vehicle network that represent sensors.