Show / Hide Table of Contents

Class CfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty

Used to configure a frequency-based vehicle signal fetch.

Inheritance
object
CfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty
Implements
CfnCampaignPropsMixin.ITimeBasedSignalFetchConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.IoTFleetWise.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty : CfnCampaignPropsMixin.ITimeBasedSignalFetchConfigProperty
Syntax (vb)
Public Class CfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty Implements CfnCampaignPropsMixin.ITimeBasedSignalFetchConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-campaign-timebasedsignalfetchconfig.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.Mixins.Preview.AWS.IoTFleetWise.Mixins;

             var timeBasedSignalFetchConfigProperty = new TimeBasedSignalFetchConfigProperty {
                 ExecutionFrequencyMs = 123
             };

Synopsis

Constructors

TimeBasedSignalFetchConfigProperty()

Used to configure a frequency-based vehicle signal fetch.

Properties

ExecutionFrequencyMs

The frequency with which the signal fetch will be executed.

Constructors

TimeBasedSignalFetchConfigProperty()

Used to configure a frequency-based vehicle signal fetch.

public TimeBasedSignalFetchConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-campaign-timebasedsignalfetchconfig.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.Mixins.Preview.AWS.IoTFleetWise.Mixins;

             var timeBasedSignalFetchConfigProperty = new TimeBasedSignalFetchConfigProperty {
                 ExecutionFrequencyMs = 123
             };

Properties

ExecutionFrequencyMs

The frequency with which the signal fetch will be executed.

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

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-campaign-timebasedsignalfetchconfig.html#cfn-iotfleetwise-campaign-timebasedsignalfetchconfig-executionfrequencyms

Implements

CfnCampaignPropsMixin.ITimeBasedSignalFetchConfigProperty
Back to top Generated by DocFX