CreateCampaignRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The data collection scheme associated with the campaign. You can specify a scheme that collects data based on time or an event.

Link copied to clipboard

Determines 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.

Link copied to clipboard

The destination where the campaign sends data. You can send data to an MQTT topic, or store it in Amazon S3 or Amazon Timestream.

Link copied to clipboard

A list of vehicle attributes to associate with a campaign.

Link copied to clipboard

The data partitions associated with the signals collected from the vehicle.

Link copied to clipboard

An optional description of the campaign to help identify its purpose.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

The name of the campaign to create.

Link copied to clipboard

How long (in milliseconds) to collect raw data after a triggering event initiates the collection. If it's not specified, 0 is used.

Link copied to clipboard

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.

Link copied to clipboard

The Amazon Resource Name (ARN) of the signal catalog to associate with the campaign.

Link copied to clipboard

A list of information about signals to collect.

Link copied to clipboard

A list of information about signals to fetch.

Link copied to clipboard

Determines 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.

Link copied to clipboard

The time, in milliseconds, to deliver a campaign after it was approved. If it's not specified, 0 is used.

Link copied to clipboard
val tags: List<Tag>?

Metadata that can be used to manage the campaign.

Link copied to clipboard

The ARN of the vehicle or fleet to deploy a campaign to.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String