We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.supportapp.getSlackChannelConfiguration
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
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)
public static Output<GetSlackChannelConfigurationResult> getSlackChannelConfiguration(GetSlackChannelConfigurationArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:supportapp:getSlackChannelConfiguration
  arguments:
    # arguments dictionaryThe following arguments are supported:
- 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.
getSlackChannelConfiguration Result
The following output properties are available:
- ChannelName string
- The channel name in Slack.
- ChannelRole stringArn 
- The Amazon Resource Name (ARN) of an IAM role that grants the AWS Support App access to perform operations for AWS services.
- NotifyOn boolAdd Correspondence To Case 
- Whether to notify when a correspondence is added to a case.
- NotifyOn Pulumi.Case Severity Aws Native. Support App. Slack Channel Configuration Notify On Case Severity 
- The severity level of a support case that a customer wants to get notified for.
- NotifyOn boolCreate Or Reopen Case 
- Whether to notify when a case is created or reopened.
- NotifyOn boolResolve Case 
- Whether to notify when a case is resolved.
- ChannelName string
- The channel name in Slack.
- ChannelRole stringArn 
- The Amazon Resource Name (ARN) of an IAM role that grants the AWS Support App access to perform operations for AWS services.
- NotifyOn boolAdd Correspondence To Case 
- Whether to notify when a correspondence is added to a case.
- NotifyOn SlackCase Severity Channel Configuration Notify On Case Severity 
- The severity level of a support case that a customer wants to get notified for.
- NotifyOn boolCreate Or Reopen Case 
- Whether to notify when a case is created or reopened.
- NotifyOn boolResolve Case 
- Whether to notify when a case is resolved.
- channelName String
- The channel name in Slack.
- channelRole StringArn 
- The Amazon Resource Name (ARN) of an IAM role that grants the AWS Support App access to perform operations for AWS services.
- notifyOn BooleanAdd Correspondence To Case 
- Whether to notify when a correspondence is added to a case.
- notifyOn SlackCase Severity Channel Configuration Notify On Case Severity 
- The severity level of a support case that a customer wants to get notified for.
- notifyOn BooleanCreate Or Reopen Case 
- Whether to notify when a case is created or reopened.
- notifyOn BooleanResolve Case 
- Whether to notify when a case is resolved.
- channelName string
- The channel name in Slack.
- channelRole stringArn 
- The Amazon Resource Name (ARN) of an IAM role that grants the AWS Support App access to perform operations for AWS services.
- notifyOn booleanAdd Correspondence To Case 
- Whether to notify when a correspondence is added to a case.
- notifyOn SlackCase Severity Channel Configuration Notify On Case Severity 
- The severity level of a support case that a customer wants to get notified for.
- notifyOn booleanCreate Or Reopen Case 
- Whether to notify when a case is created or reopened.
- notifyOn booleanResolve Case 
- Whether to notify when a case is resolved.
- channel_name str
- The channel name in Slack.
- channel_role_ strarn 
- The Amazon Resource Name (ARN) of an IAM role that grants the AWS Support App access to perform operations for AWS services.
- notify_on_ booladd_ correspondence_ to_ case 
- Whether to notify when a correspondence is added to a case.
- notify_on_ Slackcase_ severity Channel Configuration Notify On Case Severity 
- The severity level of a support case that a customer wants to get notified for.
- notify_on_ boolcreate_ or_ reopen_ case 
- Whether to notify when a case is created or reopened.
- notify_on_ boolresolve_ case 
- Whether to notify when a case is resolved.
- channelName String
- The channel name in Slack.
- channelRole StringArn 
- The Amazon Resource Name (ARN) of an IAM role that grants the AWS Support App access to perform operations for AWS services.
- notifyOn BooleanAdd Correspondence To Case 
- Whether to notify when a correspondence is added to a case.
- notifyOn "none" | "all" | "high"Case Severity 
- The severity level of a support case that a customer wants to get notified for.
- notifyOn BooleanCreate Or Reopen Case 
- Whether to notify when a case is created or reopened.
- notifyOn BooleanResolve Case 
- Whether to notify when a case is resolved.
Supporting Types
SlackChannelConfigurationNotifyOnCaseSeverity      
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi