List Notifications
| wellarchitected_list_notifications | R Documentation |
List lens notifications¶
Description¶
List lens notifications.
Usage¶
Arguments¶
WorkloadIdNextTokenMaxResultsThe maximum number of results to return for this request.
ResourceArnThe ARN for the related resource for the notification.
Only one of
WorkloadIDorResourceARNshould be specified.
Value¶
A list with the following syntax:
list(
NotificationSummaries = list(
list(
Type = "LENS_VERSION_UPGRADED"|"LENS_VERSION_DEPRECATED",
LensUpgradeSummary = list(
WorkloadId = "string",
WorkloadName = "string",
LensAlias = "string",
LensArn = "string",
CurrentLensVersion = "string",
LatestLensVersion = "string",
ResourceArn = "string",
ResourceName = "string"
)
)
),
NextToken = "string"
)
Request syntax¶
svc$list_notifications(
WorkloadId = "string",
NextToken = "string",
MaxResults = 123,
ResourceArn = "string"
)