Class CfnVehicle.StateTemplateUpdateStrategyProperty
The update strategy for the state template.
Inheritance
Namespace: Amazon.CDK.AWS.IoTFleetWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class StateTemplateUpdateStrategyProperty : Object, CfnVehicle.IStateTemplateUpdateStrategyProperty
Syntax (vb)
Public Class StateTemplateUpdateStrategyProperty
Inherits Object
Implements CfnVehicle.IStateTemplateUpdateStrategyProperty
Remarks
Vehicles associated with the state template can stream telemetry data with either an onChange
or periodic
update strategy.
Access to certain AWS IoT FleetWise features is currently gated. For more information, see AWS Region and feature availability in the AWS IoT FleetWise Developer Guide .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTFleetWise;
var onChange;
var stateTemplateUpdateStrategyProperty = new StateTemplateUpdateStrategyProperty {
OnChange = onChange,
Periodic = new PeriodicStateTemplateUpdateStrategyProperty {
StateTemplateUpdateRate = new TimePeriodProperty {
Unit = "unit",
Value = 123
}
}
};
Synopsis
Constructors
State |
Properties
On |
|
Periodic |
Constructors
StateTemplateUpdateStrategyProperty()
public StateTemplateUpdateStrategyProperty()
Properties
OnChange
public object OnChange { get; set; }
Property Value
System.
Remarks
Periodic
public object Periodic { get; set; }
Property Value
System.