We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.supportapp.getSlackChannelConfiguration
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:supportapp:getSlackChannelConfiguration
arguments:
# arguments dictionary
The 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:
- Channel
Name string - The channel name in Slack.
- Channel
Role stringArn - 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 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.
- 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.
- Channel
Name string - The channel name in Slack.
- Channel
Role stringArn - 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.
- channel
Name String - The channel name in Slack.
- channel
Role StringArn - The Amazon Resource Name (ARN) of an IAM role that grants the AWS Support App access to perform operations for AWS services.
- notify
On BooleanAdd 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 BooleanCreate Or Reopen Case - Whether to notify when a case is created or reopened.
- notify
On BooleanResolve Case - Whether to notify when a case is resolved.
- channel
Name string - The channel name in Slack.
- channel
Role stringArn - The Amazon Resource Name (ARN) of an IAM role that grants the AWS Support App access to perform operations for AWS services.
- notify
On booleanAdd 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 booleanCreate Or Reopen Case - Whether to notify when a case is created or reopened.
- notify
On 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.
- channel
Name String - The channel name in Slack.
- channel
Role StringArn - The Amazon Resource Name (ARN) of an IAM role that grants the AWS Support App access to perform operations for AWS services.
- notify
On BooleanAdd Correspondence To Case - Whether to notify when a correspondence is added to a case.
- notify
On "none" | "all" | "high"Case Severity - The severity level of a support case that a customer wants to get notified for.
- notify
On BooleanCreate Or Reopen Case - Whether to notify when a case is created or reopened.
- notify
On 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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi