List lens notifications
Source:R/wellarchitected_operations.R
wellarchitected_list_notifications.RdList lens notifications.
See https://www.paws-r-sdk.com/docs/wellarchitected_list_notifications/ for full documentation.
Usage
wellarchitected_list_notifications(
WorkloadId = NULL,
NextToken = NULL,
MaxResults = NULL,
ResourceArn = NULL
)Arguments
- WorkloadId
The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.
- NextToken
The token to use to retrieve the next set of results.
- MaxResults
The maximum number of results to return for this request.
- ResourceArn
The ARN for the related resource for the notification.
Only one of
WorkloadIDorResourceARNshould be specified.