Interface CfnSignalCatalog.NodeCountsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnSignalCatalog.NodeCountsProperty.Jsii$Proxy
Enclosing class:
CfnSignalCatalog

@Stability(Stable) public static interface CfnSignalCatalog.NodeCountsProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.iotfleetwise.*;
 NodeCountsProperty nodeCountsProperty = NodeCountsProperty.builder()
         .totalActuators(123)
         .totalAttributes(123)
         .totalBranches(123)
         .totalNodes(123)
         .totalSensors(123)
         .build();
 
  • Method Details

    • getTotalActuators

      @Stability(Stable) @Nullable default Number getTotalActuators()
      (Optional) The total number of nodes in a vehicle network that represent actuators.
    • getTotalAttributes

      @Stability(Stable) @Nullable default Number getTotalAttributes()
      (Optional) The total number of nodes in a vehicle network that represent attributes.
    • getTotalBranches

      @Stability(Stable) @Nullable default Number getTotalBranches()
      (Optional) The total number of nodes in a vehicle network that represent branches.
    • getTotalNodes

      @Stability(Stable) @Nullable default Number getTotalNodes()
      (Optional) The total number of nodes in a vehicle network.
    • getTotalSensors

      @Stability(Stable) @Nullable default Number getTotalSensors()
      (Optional) The total number of nodes in a vehicle network that represent sensors.
    • builder

      @Stability(Stable) static CfnSignalCatalog.NodeCountsProperty.Builder builder()
      Returns:
      a CfnSignalCatalog.NodeCountsProperty.Builder of CfnSignalCatalog.NodeCountsProperty