supportapp_create_slack_channel_configuration: Creates a Slack channel configuration for your Amazon Web...

View source: R/supportapp_operations.R

supportapp_create_slack_channel_configurationR Documentation

Creates a Slack channel configuration for your Amazon Web Services account

Description

Creates a Slack channel configuration for your Amazon Web Services account.

See https://www.paws-r-sdk.com/docs/supportapp_create_slack_channel_configuration/ for full documentation.

Usage

supportapp_create_slack_channel_configuration(
  channelId,
  channelName = NULL,
  channelRoleArn,
  notifyOnAddCorrespondenceToCase = NULL,
  notifyOnCaseSeverity,
  notifyOnCreateOrReopenCase = NULL,
  notifyOnResolveCase = NULL,
  teamId
)

Arguments

channelId

[required] The channel ID in Slack. This ID identifies a channel within a Slack workspace.

channelName

The name of the Slack channel that you configure for the Amazon Web Services Support App.

channelRoleArn

[required] The Amazon Resource Name (ARN) of an IAM role that you want to use to perform operations on Amazon Web Services. For more information, see Managing access to the Amazon Web Services Support App in the Amazon Web Services Support User Guide.

notifyOnAddCorrespondenceToCase

Whether you want to get notified when a support case has a new correspondence.

notifyOnCaseSeverity

[required] The case severity for a support case that you want to receive notifications.

If you specify high or all, you must specify true for at least one of the following parameters:

  • notifyOnAddCorrespondenceToCase

  • notifyOnCreateOrReopenCase

  • notifyOnResolveCase

If you specify none, the following parameters must be null or false:

  • notifyOnAddCorrespondenceToCase

  • notifyOnCreateOrReopenCase

  • notifyOnResolveCase

If you don't specify these parameters in your request, they default to false.

notifyOnCreateOrReopenCase

Whether you want to get notified when a support case is created or reopened.

notifyOnResolveCase

Whether you want to get notified when a support case is resolved.

teamId

[required] The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.