aws.personalize.list_campaigns
Example SQL Queries
SELECT * FROMaws.personalize.list_campaigns;Description
Returns a list of campaigns that use the given solution. When a solution is not specified, all the campaigns associated with the account are listed. The response provides the properties for each campaign, including the Amazon Resource Name (ARN). For more information on campaigns, see CreateCampaign.
Table Definition
| Column Name | Column Data Type |
|---|---|
| solution_arn Input Column The Amazon Resource Name (ARN) of the solution to list the campaigns for. When a solution is not specified, all the campaigns associated with the account are listed. | 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 |
| campaign_arn The Amazon Resource Name (ARN) of the campaign. | VARCHAR |
| creation_date_time The date and time (in Unix time) that the campaign was created. | TIMESTAMP_S |
| failure_reason If a campaign fails, the reason behind the failure. | VARCHAR |
| last_updated_date_time The date and time (in Unix time) that the campaign was last updated. | TIMESTAMP_S |
| name The name of the campaign. | VARCHAR |
| status The status of the campaign. A campaign can be in one of the following states:
| VARCHAR |