aws-native logo
AWS Native v0.55.0, Mar 28 23

aws-native.supportapp.getSlackChannelConfiguration

An AWS Support App resource that creates, updates, lists and deletes Slack channel configurations.

Using getSlackChannelConfiguration

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getSlackChannelConfiguration(args: GetSlackChannelConfigurationArgs, opts?: InvokeOptions): Promise<GetSlackChannelConfigurationResult>
function getSlackChannelConfigurationOutput(args: GetSlackChannelConfigurationOutputArgs, opts?: InvokeOptions): Output<GetSlackChannelConfigurationResult>
def get_slack_channel_configuration(channel_id: Optional[str] = None,
                                    team_id: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetSlackChannelConfigurationResult
def get_slack_channel_configuration_output(channel_id: Optional[pulumi.Input[str]] = None,
                                    team_id: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetSlackChannelConfigurationResult]
func LookupSlackChannelConfiguration(ctx *Context, args *LookupSlackChannelConfigurationArgs, opts ...InvokeOption) (*LookupSlackChannelConfigurationResult, error)
func LookupSlackChannelConfigurationOutput(ctx *Context, args *LookupSlackChannelConfigurationOutputArgs, opts ...InvokeOption) LookupSlackChannelConfigurationResultOutput

> Note: This function is named LookupSlackChannelConfiguration in the Go SDK.

public static class GetSlackChannelConfiguration 
{
    public static Task<GetSlackChannelConfigurationResult> InvokeAsync(GetSlackChannelConfigurationArgs args, InvokeOptions? opts = null)
    public static Output<GetSlackChannelConfigurationResult> Invoke(GetSlackChannelConfigurationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSlackChannelConfigurationResult> getSlackChannelConfiguration(GetSlackChannelConfigurationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:supportapp:getSlackChannelConfiguration
  arguments:
    # arguments dictionary

The following arguments are supported:

ChannelId string

The channel ID in Slack, which identifies a channel within a workspace.

TeamId string

The team ID in Slack, which uniquely identifies a workspace.

ChannelId string

The channel ID in Slack, which identifies a channel within a workspace.

TeamId string

The team ID in Slack, which uniquely identifies a workspace.

channelId String

The channel ID in Slack, which identifies a channel within a workspace.

teamId String

The team ID in Slack, which uniquely identifies a workspace.

channelId string

The channel ID in Slack, which identifies a channel within a workspace.

teamId string

The team ID in Slack, which uniquely identifies a workspace.

channel_id str

The channel ID in Slack, which identifies a channel within a workspace.

team_id str

The team ID in Slack, which uniquely identifies a workspace.

channelId String

The channel ID in Slack, which identifies a channel within a workspace.

teamId String

The team ID in Slack, which uniquely identifies a workspace.

getSlackChannelConfiguration Result

The following output properties are available:

ChannelName string

The channel name in Slack.

ChannelRoleArn string

The Amazon Resource Name (ARN) of an IAM role that grants the AWS Support App access to perform operations for AWS services.

NotifyOnAddCorrespondenceToCase bool

Whether to notify when a correspondence is added to a case.

NotifyOnCaseSeverity Pulumi.AwsNative.SupportApp.SlackChannelConfigurationNotifyOnCaseSeverity

The severity level of a support case that a customer wants to get notified for.

NotifyOnCreateOrReopenCase bool

Whether to notify when a case is created or reopened.

NotifyOnResolveCase bool

Whether to notify when a case is resolved.

ChannelName string

The channel name in Slack.

ChannelRoleArn string

The Amazon Resource Name (ARN) of an IAM role that grants the AWS Support App access to perform operations for AWS services.

NotifyOnAddCorrespondenceToCase bool

Whether to notify when a correspondence is added to a case.

NotifyOnCaseSeverity SlackChannelConfigurationNotifyOnCaseSeverity

The severity level of a support case that a customer wants to get notified for.

NotifyOnCreateOrReopenCase bool

Whether to notify when a case is created or reopened.

NotifyOnResolveCase bool

Whether to notify when a case is resolved.

channelName String

The channel name in Slack.

channelRoleArn String

The Amazon Resource Name (ARN) of an IAM role that grants the AWS Support App access to perform operations for AWS services.

notifyOnAddCorrespondenceToCase Boolean

Whether to notify when a correspondence is added to a case.

notifyOnCaseSeverity SlackChannelConfigurationNotifyOnCaseSeverity

The severity level of a support case that a customer wants to get notified for.

notifyOnCreateOrReopenCase Boolean

Whether to notify when a case is created or reopened.

notifyOnResolveCase Boolean

Whether to notify when a case is resolved.

channelName string

The channel name in Slack.

channelRoleArn string

The Amazon Resource Name (ARN) of an IAM role that grants the AWS Support App access to perform operations for AWS services.

notifyOnAddCorrespondenceToCase boolean

Whether to notify when a correspondence is added to a case.

notifyOnCaseSeverity SlackChannelConfigurationNotifyOnCaseSeverity

The severity level of a support case that a customer wants to get notified for.

notifyOnCreateOrReopenCase boolean

Whether to notify when a case is created or reopened.

notifyOnResolveCase boolean

Whether to notify when a case is resolved.

channel_name str

The channel name in Slack.

channel_role_arn str

The Amazon Resource Name (ARN) of an IAM role that grants the AWS Support App access to perform operations for AWS services.

notify_on_add_correspondence_to_case bool

Whether to notify when a correspondence is added to a case.

notify_on_case_severity SlackChannelConfigurationNotifyOnCaseSeverity

The severity level of a support case that a customer wants to get notified for.

notify_on_create_or_reopen_case bool

Whether to notify when a case is created or reopened.

notify_on_resolve_case bool

Whether to notify when a case is resolved.

channelName String

The channel name in Slack.

channelRoleArn String

The Amazon Resource Name (ARN) of an IAM role that grants the AWS Support App access to perform operations for AWS services.

notifyOnAddCorrespondenceToCase Boolean

Whether to notify when a correspondence is added to a case.

notifyOnCaseSeverity "none" | "all" | "high"

The severity level of a support case that a customer wants to get notified for.

notifyOnCreateOrReopenCase Boolean

Whether to notify when a case is created or reopened.

notifyOnResolveCase Boolean

Whether to notify when a case is resolved.

Supporting Types

SlackChannelConfigurationNotifyOnCaseSeverity

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0