AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

  • You can add up to 5 Slack workspaces for your account.

  • You can add up to 20 Slack channels for your account.

A Slack channel can have up to 100 Amazon Web Services accounts. This means that only 100 accounts can add the same Slack channel to the Amazon Web Services Support App. We recommend that you only add the accounts that you need to manage support cases for your organization. This can reduce the notifications about case updates that you receive in the Slack channel.

We recommend that you choose a private Slack channel so that only members in that channel have read and write access to your support cases. Anyone in your Slack channel can create, update, or resolve support cases for your account. Users require an invitation to join private channels.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to CreateSlackChannelConfigurationAsync.

Namespace: Amazon.SupportApp
Assembly: AWSSDK.SupportApp.dll
Version: 3.x.y.z

Syntax

C#
public abstract CreateSlackChannelConfigurationResponse CreateSlackChannelConfiguration(
         CreateSlackChannelConfigurationRequest request
)

Parameters

request
Type: Amazon.SupportApp.Model.CreateSlackChannelConfigurationRequest

Container for the necessary parameters to execute the CreateSlackChannelConfiguration service method.

Return Value


The response from the CreateSlackChannelConfiguration service method, as returned by SupportApp.

Exceptions

ExceptionCondition
AccessDeniedException You don't have sufficient permission to perform this action.
ConflictException Your request has a conflict. For example, you might receive this error if you try the following: Add, update, or delete a Slack channel configuration before you add a Slack workspace to your Amazon Web Services account. Add a Slack channel configuration that already exists in your Amazon Web Services account. Delete a Slack channel configuration for a live chat channel. Delete a Slack workspace from your Amazon Web Services account that has an active live chat channel. Call the RegisterSlackWorkspaceForOrganization API from an Amazon Web Services account that doesn't belong to an organization. Call the RegisterSlackWorkspaceForOrganization API from a member account, but the management account hasn't registered that workspace yet for the organization.
InternalServerException We can’t process your request right now because of a server issue. Try again later.
ServiceQuotaExceededException Your Service Quotas request exceeds the quota for the service. For example, your Service Quotas request to Amazon Web Services Support App might exceed the maximum number of workspaces or channels per account, or the maximum number of accounts per Slack channel.
ValidationException Your request input doesn't meet the constraints that the Amazon Web Services Support App specifies.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also