Skip to content

List Profile Notifications

wellarchitected_list_profile_notifications R Documentation

List profile notifications

Description

List profile notifications.

Usage

wellarchitected_list_profile_notifications(WorkloadId, NextToken,
  MaxResults)

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.

Value

A list with the following syntax:

list(
  NotificationSummaries = list(
    list(
      CurrentProfileVersion = "string",
      LatestProfileVersion = "string",
      Type = "PROFILE_ANSWERS_UPDATED"|"PROFILE_DELETED",
      ProfileArn = "string",
      ProfileName = "string",
      WorkloadId = "string",
      WorkloadName = "string"
    )
  ),
  NextToken = "string"
)

Request syntax

svc$list_profile_notifications(
  WorkloadId = "string",
  NextToken = "string",
  MaxResults = 123
)