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:

This is an asynchronous operation using the standard naming convention for .NET 4.7.2 or higher.

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

Syntax

C#
public virtual Task<CreateSlackChannelConfigurationResponse> CreateSlackChannelConfigurationAsync(
         CreateSlackChannelConfigurationRequest request,
         CancellationToken cancellationToken
)

Parameters

request
Type: Amazon.SupportApp.Model.CreateSlackChannelConfigurationRequest

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

cancellationToken
Type: System.Threading.CancellationToken

A cancellation token that can be used by other objects or threads to receive notice of cancellation.

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:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer

See Also