Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateSlackChannelConfigurationRequest

import type { CreateSlackChannelConfigurationRequest } from "https://aws-api.deno.dev/v0.4/services/supportapp.ts?docs=full";
interface CreateSlackChannelConfigurationRequest {
channelId: string;
channelName?: string | null;
channelRoleArn: string;
notifyOnAddCorrespondenceToCase?: boolean | null;
notifyOnCaseSeverity: NotificationSeverityLevel;
notifyOnCreateOrReopenCase?: boolean | null;
notifyOnResolveCase?: boolean | null;
teamId: string;
}

§Properties

§
channelId: string
[src]

The channel ID in Slack. This ID identifies a channel within a Slack workspace.

§
channelName?: string | null
[src]

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

§
channelRoleArn: string
[src]

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?: boolean | null
[src]

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

§
notifyOnCaseSeverity: NotificationSeverityLevel
[src]

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
    

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

§
notifyOnCreateOrReopenCase?: boolean | null
[src]

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

§
notifyOnResolveCase?: boolean | null
[src]

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

§
teamId: string
[src]

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