Class CfnVehiclePropsMixin.TimePeriodProperty
The length of time between state template updates.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IoTFleetWise
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnVehiclePropsMixin.TimePeriodProperty : CfnVehiclePropsMixin.ITimePeriodProperty
Syntax (vb)
Public Class CfnVehiclePropsMixin.TimePeriodProperty Implements CfnVehiclePropsMixin.ITimePeriodProperty
Remarks
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.CfnPropertyMixins.AWS.IoTFleetWise;
var timePeriodProperty = new TimePeriodProperty {
Unit = "unit",
Value = 123
};
Synopsis
Constructors
| TimePeriodProperty() | The length of time between state template updates. |
Properties
| Unit | A unit of time. |
| Value | A number of time units. |
Constructors
TimePeriodProperty()
The length of time between state template updates.
public TimePeriodProperty()
Remarks
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.CfnPropertyMixins.AWS.IoTFleetWise;
var timePeriodProperty = new TimePeriodProperty {
Unit = "unit",
Value = 123
};
Properties
Unit
A unit of time.
public string? Unit { get; set; }
Property Value
Remarks
Value
A number of time units.
public double? Value { get; set; }