List Slack Channel Configurations
supportapp_list_slack_channel_configurations | R Documentation |
Lists the Slack channel configurations for an Amazon Web Services account¶
Description¶
Lists the Slack channel configurations for an Amazon Web Services account.
Usage¶
supportapp_list_slack_channel_configurations(nextToken)
Arguments¶
nextToken |
If the results of a search are large, the API only returns a
portion of the results and includes a |
Value¶
A list with the following syntax:
list(
nextToken = "string",
slackChannelConfigurations = list(
list(
channelId = "string",
channelName = "string",
channelRoleArn = "string",
notifyOnAddCorrespondenceToCase = TRUE|FALSE,
notifyOnCaseSeverity = "none"|"all"|"high",
notifyOnCreateOrReopenCase = TRUE|FALSE,
notifyOnResolveCase = TRUE|FALSE,
teamId = "string"
)
)
)
Request syntax¶
svc$list_slack_channel_configurations(
nextToken = "string"
)