GetCampaignResponse

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the campaign.

Link copied to clipboard

Information about the data collection scheme associated with the campaign.

Link copied to clipboard

Whether to compress signals before transmitting data to Amazon Web Services IoT FleetWise. If OFF is specified, the signals aren't compressed. If it's not specified, SNAPPY is used.

Link copied to clipboard

The time the campaign was created in seconds since epoch (January 1, 1970 at midnight UTC time).

Link copied to clipboard

The destination where the campaign sends data. You can choose to send data to be stored in Amazon S3 or Amazon Timestream.

Link copied to clipboard

A list of vehicle attributes associated with the campaign.

Link copied to clipboard

The description of the campaign.

Link copied to clipboard

Option for a vehicle to send diagnostic trouble codes to Amazon Web Services IoT FleetWise.

Link copied to clipboard

The time the campaign expires, in seconds since epoch (January 1, 1970 at midnight UTC time). Vehicle data won't be collected after the campaign expires.

Link copied to clipboard

The last time the campaign was modified.

Link copied to clipboard
val name: String?

The name of the campaign.

Link copied to clipboard

How long (in seconds) to collect raw data after a triggering event initiates the collection.

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.

Link copied to clipboard

The ARN of a signal catalog.

Link copied to clipboard

Information about a list of signals to collect data on.

Link copied to clipboard

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.

Link copied to clipboard

The time, in milliseconds, to deliver a campaign after it was approved.

Link copied to clipboard

The state of the campaign. The status can be one of: CREATING, WAITING_FOR_APPROVAL, RUNNING, and SUSPENDED.

Link copied to clipboard

The ARN of the vehicle or the fleet targeted by the campaign.

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