Show / Hide Table of Contents

Class CfnVehiclePropsMixin.TimePeriodProperty

The length of time between state template updates.

Inheritance
object
CfnVehiclePropsMixin.TimePeriodProperty
Implements
CfnVehiclePropsMixin.ITimePeriodProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-vehicle-timeperiod.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-vehicle-timeperiod.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-vehicle-timeperiod.html#cfn-iotfleetwise-vehicle-timeperiod-unit

Value

A number of time units.

public double? Value { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-vehicle-timeperiod.html#cfn-iotfleetwise-vehicle-timeperiod-value

Implements

CfnVehiclePropsMixin.ITimePeriodProperty
Back to top Generated by DocFX