List Profile Notifications
wellarchitected_list_profile_notifications | R Documentation |
List profile notifications¶
Description¶
List profile notifications.
Usage¶
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"
)