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
NextToken
MaxResults

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
)