CampaignUpdateSummary
Provides a summary of the properties of a campaign update. For a complete listing, call the DescribeCampaign API.
Contents
- campaignConfig
-
The configuration details of a campaign.
Type: CampaignConfig object
Required: No
- creationDateTime
-
The date and time (in Unix time) that the campaign update was created.
Type: Timestamp
Required: No
- failureReason
-
If a campaign update fails, the reason behind the failure.
Type: String
Required: No
- lastUpdatedDateTime
-
The date and time (in Unix time) that the campaign update was last updated.
Type: Timestamp
Required: No
- minProvisionedTPS
-
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
Type: Integer
Valid Range: Minimum value of 1.
Required: No
- solutionVersionArn
-
The Amazon Resource Name (ARN) of the deployed solution version.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
arn:([a-z\d-]+):personalize:.*:.*:.+
Required: No
- status
-
The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
Type: String
Length Constraints: Maximum length of 256.
Required: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: