Amazon.PowerShell.Cmdlets.IFW.AmazonIoTFleetWiseClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
(Optional) Whether to compress signals before transmitting data to Amazon Web Services IoT FleetWise. If you don't want to compress the signals, use OFF. If it's not specified, SNAPPY is used. Default: SNAPPY
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ConditionBasedCollectionScheme_ConditionLanguageVersion <
Int32>
Specifies the version of the conditional expression language.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | CollectionScheme_ConditionBasedCollectionScheme_ConditionLanguageVersion |
-ConditionBasedCollectionScheme_Expression <
String>
The logical expression used to recognize what data to collect. For example, $variable.`Vehicle.OutsideAirTemperature` >= 105.0.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | CollectionScheme_ConditionBasedCollectionScheme_Expression |
-ConditionBasedCollectionScheme_MinimumTriggerIntervalMs <Int64>
The minimum duration of time between two triggering events to collect data, in milliseconds.If a signal changes often, you might want to collect data at a slower rate.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | CollectionScheme_ConditionBasedCollectionScheme_MinimumTriggerIntervalMs |
-ConditionBasedCollectionScheme_TriggerMode <
TriggerMode>
Whether to collect data for all triggering events (ALWAYS). Specify (RISING_EDGE), or specify only when the condition first evaluates to false. For example, triggering on "AirbagDeployed"; Users aren't interested on triggering when the airbag is already exploded; they only care about the change from not deployed => deployed.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | CollectionScheme_ConditionBasedCollectionScheme_TriggerMode |
The destination where the campaign sends data. You can choose to send data to be stored in Amazon S3 or Amazon Timestream.Amazon S3 optimizes the cost of data storage and provides additional mechanisms to use vehicle data, such as data lakes, centralized data storage, data processing pipelines, and analytics. Amazon Web Services IoT FleetWise supports at-least-once file delivery to S3. Your vehicle data is stored on multiple Amazon Web Services IoT FleetWise servers for redundancy and high availability.You can use Amazon Timestream to access and analyze time series data, and Timestream to query vehicle data so that you can identify trends and patterns.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | DataDestinationConfigs |
(Optional) A list of vehicle attributes to associate with a campaign. Enrich the data with specified vehicle attributes. For example, add make and model to the campaign, and Amazon Web Services IoT FleetWise will associate the data with those attributes as dimensions in Amazon Timestream. You can then query the data against make and model.Default: An empty array
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | DataExtraDimensions |
An optional description of the campaign to help identify its purpose.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
(Optional) Option for a vehicle to send diagnostic trouble codes to Amazon Web Services IoT FleetWise. If you want to send diagnostic trouble codes, use SEND_ACTIVE_DTCS. If it's not specified, OFF is used.Default: OFF
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ExpiryTime <DateTime>
(Optional) The time the campaign expires, in seconds since epoch (January 1, 1970 at midnight UTC time). Vehicle data isn't collected after the campaign expires. Default: 253402214400 (December 31, 9999, 00:00:00 UTC)
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The name of the campaign to create.
Required? | True |
Position? | 1 |
Accept pipeline input? | True (ByValue, ByPropertyName) |
Changes the cmdlet behavior to return the value passed to the Name parameter. The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-PostTriggerCollectionDuration <Int64>
(Optional) How long (in milliseconds) to collect raw data after a triggering event initiates the collection. If it's not specified, 0 is used.Default: 0
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
(Optional) A number indicating the priority of one campaign over another campaign for a certain vehicle or fleet. A campaign with the lowest value is deployed to vehicles before any other campaigns. If it's not specified, 0 is used. Default: 0This parameter is deprecated.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTFleetWise.Model.CreateCampaignResponse). Specifying the name of a property of type Amazon.IoTFleetWise.Model.CreateCampaignResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The Amazon Resource Name (ARN) of the signal catalog to associate with the campaign.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
(Optional) A list of information about signals to collect.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
(Optional) Whether to store collected data after a vehicle lost a connection with the cloud. After a connection is re-established, the data is automatically forwarded to Amazon Web Services IoT FleetWise. If you want to store collected data when a vehicle loses connection with the cloud, use TO_DISK. If it's not specified, OFF is used.Default: OFF
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-StartTime <DateTime>
(Optional) The time, in milliseconds, to deliver a campaign after it was approved. If it's not specified, 0 is used.Default: 0
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Metadata that can be used to manage the campaign.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Tags |
The ARN of the vehicle or fleet to deploy a campaign to.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-TimeBasedCollectionScheme_PeriodMs <Int64>
The time period (in milliseconds) to decide how often to collect data. For example, if the time period is 60000, the Edge Agent software collects data once every minute.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | CollectionScheme_TimeBasedCollectionScheme_PeriodMs |