Describes the given campaign, including its status
Describes the given campaign, including its status.
A campaign can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING > DELETE IN_PROGRESS
When the status is CREATE FAILED, the response includes the
failureReason key, which describes why.
For more information on campaigns, see
create_campaign.
personalize_describe_campaign(campaignArn)
campaignArn |
[required] The Amazon Resource Name (ARN) of the campaign. |
A list with the following syntax:
list(
campaign = list(
name = "string",
campaignArn = "string",
solutionVersionArn = "string",
minProvisionedTPS = 123,
campaignConfig = list(
itemExplorationConfig = list(
"string"
)
),
status = "string",
failureReason = "string",
creationDateTime = as.POSIXct(
"2015-01-01"
),
lastUpdatedDateTime = as.POSIXct(
"2015-01-01"
),
latestCampaignUpdate = list(
solutionVersionArn = "string",
minProvisionedTPS = 123,
campaignConfig = list(
itemExplorationConfig = list(
"string"
)
),
status = "string",
failureReason = "string",
creationDateTime = as.POSIXct(
"2015-01-01"
),
lastUpdatedDateTime = as.POSIXct(
"2015-01-01"
)
)
)
)svc$describe_campaign( campaignArn = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.