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

SlackWorkspaceConfiguration

import type { SlackWorkspaceConfiguration } from "https://aws-api.deno.dev/v0.4/services/supportapp.ts?docs=full";

The configuration for a Slack workspace that you added to an Amazon Web Services account.

interface SlackWorkspaceConfiguration {
allowOrganizationMemberAccount?: boolean | null;
teamId: string;
teamName?: string | null;
}

§Properties

§
allowOrganizationMemberAccount?: boolean | null
[src]

Whether to allow member accounts to authorize Slack workspaces. Member accounts must be part of an organization in Organizations.

§
teamId: string
[src]

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

§
teamName?: string | null
[src]

The name of the Slack workspace.