aws.iotfleetwise.list_campaigns
Example SQL Queries
SELECT * FROMaws.iotfleetwise.list_campaigns;Description
Lists information about created campaigns.
This API operation uses pagination. Specify the nextToken parameter in the request to return more results.
Table Definition
| Column Name | Column Data Type |
|---|---|
| status Input Column The state of a campaign. The status can be one of the following:
| VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon Resource Name (ARN) of a campaign. | VARCHAR |
| creation_time The time the campaign was created. | TIMESTAMP_S |
| description The description of the campaign. | VARCHAR |
| last_modification_time The last time the campaign was modified. | TIMESTAMP_S |
| name The name of a campaign. | VARCHAR |
| signal_catalog_arn The ARN of the signal catalog associated with the campaign. | VARCHAR |
| target_arn The ARN of a vehicle or fleet to which the campaign is deployed. | VARCHAR |