1. Packages
  2. Sysdig Provider
  3. API Docs
  4. getSecureNotificationChannelSlack
sysdig 1.56.0 published on Wednesday, Apr 30, 2025 by sysdiglabs

sysdig.getSecureNotificationChannelSlack

Explore with Pulumi AI

sysdig logo
sysdig 1.56.0 published on Wednesday, Apr 30, 2025 by sysdiglabs

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as sysdig from "@pulumi/sysdig";
    
    const ncSlack = sysdig.getSecureNotificationChannelSlack({
        name: "some notification channel name",
    });
    
    import pulumi
    import pulumi_sysdig as sysdig
    
    nc_slack = sysdig.get_secure_notification_channel_slack(name="some notification channel name")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/sysdig/sysdig"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := sysdig.LookupSecureNotificationChannelSlack(ctx, &sysdig.LookupSecureNotificationChannelSlackArgs{
    			Name: "some notification channel name",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Sysdig = Pulumi.Sysdig;
    
    return await Deployment.RunAsync(() => 
    {
        var ncSlack = Sysdig.GetSecureNotificationChannelSlack.Invoke(new()
        {
            Name = "some notification channel name",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.sysdig.SysdigFunctions;
    import com.pulumi.sysdig.inputs.GetSecureNotificationChannelSlackArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var ncSlack = SysdigFunctions.getSecureNotificationChannelSlack(GetSecureNotificationChannelSlackArgs.builder()
                .name("some notification channel name")
                .build());
    
        }
    }
    
    variables:
      ncSlack:
        fn::invoke:
          function: sysdig:getSecureNotificationChannelSlack
          arguments:
            name: some notification channel name
    

    Using getSecureNotificationChannelSlack

    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 getSecureNotificationChannelSlack(args: GetSecureNotificationChannelSlackArgs, opts?: InvokeOptions): Promise<GetSecureNotificationChannelSlackResult>
    function getSecureNotificationChannelSlackOutput(args: GetSecureNotificationChannelSlackOutputArgs, opts?: InvokeOptions): Output<GetSecureNotificationChannelSlackResult>
    def get_secure_notification_channel_slack(enabled: Optional[bool] = None,
                                              id: Optional[str] = None,
                                              name: Optional[str] = None,
                                              notify_when_ok: Optional[bool] = None,
                                              notify_when_resolved: Optional[bool] = None,
                                              send_test_notification: Optional[bool] = None,
                                              share_with_current_team: Optional[bool] = None,
                                              timeouts: Optional[GetSecureNotificationChannelSlackTimeouts] = None,
                                              opts: Optional[InvokeOptions] = None) -> GetSecureNotificationChannelSlackResult
    def get_secure_notification_channel_slack_output(enabled: Optional[pulumi.Input[bool]] = None,
                                              id: Optional[pulumi.Input[str]] = None,
                                              name: Optional[pulumi.Input[str]] = None,
                                              notify_when_ok: Optional[pulumi.Input[bool]] = None,
                                              notify_when_resolved: Optional[pulumi.Input[bool]] = None,
                                              send_test_notification: Optional[pulumi.Input[bool]] = None,
                                              share_with_current_team: Optional[pulumi.Input[bool]] = None,
                                              timeouts: Optional[pulumi.Input[GetSecureNotificationChannelSlackTimeoutsArgs]] = None,
                                              opts: Optional[InvokeOptions] = None) -> Output[GetSecureNotificationChannelSlackResult]
    func LookupSecureNotificationChannelSlack(ctx *Context, args *LookupSecureNotificationChannelSlackArgs, opts ...InvokeOption) (*LookupSecureNotificationChannelSlackResult, error)
    func LookupSecureNotificationChannelSlackOutput(ctx *Context, args *LookupSecureNotificationChannelSlackOutputArgs, opts ...InvokeOption) LookupSecureNotificationChannelSlackResultOutput

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

    public static class GetSecureNotificationChannelSlack 
    {
        public static Task<GetSecureNotificationChannelSlackResult> InvokeAsync(GetSecureNotificationChannelSlackArgs args, InvokeOptions? opts = null)
        public static Output<GetSecureNotificationChannelSlackResult> Invoke(GetSecureNotificationChannelSlackInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSecureNotificationChannelSlackResult> getSecureNotificationChannelSlack(GetSecureNotificationChannelSlackArgs args, InvokeOptions options)
    public static Output<GetSecureNotificationChannelSlackResult> getSecureNotificationChannelSlack(GetSecureNotificationChannelSlackArgs args, InvokeOptions options)
    
    fn::invoke:
      function: sysdig:index/getSecureNotificationChannelSlack:getSecureNotificationChannelSlack
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    The name of the Notification Channel to retrieve.
    Enabled bool
    Whether the Notification Channel is active or not.
    Id string
    The Notification Channel ID.
    NotifyWhenOk bool
    Whether the Notification Channel sends a notification when the condition is no longer triggered.
    NotifyWhenResolved bool
    Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
    SendTestNotification bool
    Whether the Notification Channel has enabled the test notification.
    ShareWithCurrentTeam bool
    Timeouts GetSecureNotificationChannelSlackTimeouts
    Name string
    The name of the Notification Channel to retrieve.
    Enabled bool
    Whether the Notification Channel is active or not.
    Id string
    The Notification Channel ID.
    NotifyWhenOk bool
    Whether the Notification Channel sends a notification when the condition is no longer triggered.
    NotifyWhenResolved bool
    Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
    SendTestNotification bool
    Whether the Notification Channel has enabled the test notification.
    ShareWithCurrentTeam bool
    Timeouts GetSecureNotificationChannelSlackTimeouts
    name String
    The name of the Notification Channel to retrieve.
    enabled Boolean
    Whether the Notification Channel is active or not.
    id String
    The Notification Channel ID.
    notifyWhenOk Boolean
    Whether the Notification Channel sends a notification when the condition is no longer triggered.
    notifyWhenResolved Boolean
    Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
    sendTestNotification Boolean
    Whether the Notification Channel has enabled the test notification.
    shareWithCurrentTeam Boolean
    timeouts GetSecureNotificationChannelSlackTimeouts
    name string
    The name of the Notification Channel to retrieve.
    enabled boolean
    Whether the Notification Channel is active or not.
    id string
    The Notification Channel ID.
    notifyWhenOk boolean
    Whether the Notification Channel sends a notification when the condition is no longer triggered.
    notifyWhenResolved boolean
    Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
    sendTestNotification boolean
    Whether the Notification Channel has enabled the test notification.
    shareWithCurrentTeam boolean
    timeouts GetSecureNotificationChannelSlackTimeouts
    name str
    The name of the Notification Channel to retrieve.
    enabled bool
    Whether the Notification Channel is active or not.
    id str
    The Notification Channel ID.
    notify_when_ok bool
    Whether the Notification Channel sends a notification when the condition is no longer triggered.
    notify_when_resolved bool
    Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
    send_test_notification bool
    Whether the Notification Channel has enabled the test notification.
    share_with_current_team bool
    timeouts GetSecureNotificationChannelSlackTimeouts
    name String
    The name of the Notification Channel to retrieve.
    enabled Boolean
    Whether the Notification Channel is active or not.
    id String
    The Notification Channel ID.
    notifyWhenOk Boolean
    Whether the Notification Channel sends a notification when the condition is no longer triggered.
    notifyWhenResolved Boolean
    Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
    sendTestNotification Boolean
    Whether the Notification Channel has enabled the test notification.
    shareWithCurrentTeam Boolean
    timeouts Property Map

    getSecureNotificationChannelSlack Result

    The following output properties are available:

    Channel string
    Name of the Slack channel.
    Id string
    The Notification Channel ID.
    IsPrivateChannel bool
    Whether the Slack Channel has been marked as private or not.
    Name string
    PrivateChannelUrl string
    The channel URL, i.e. the link that is referencing the channel (not to be confused with the webhook url), if the channel is private.
    TemplateVersion string
    The notification template version to use to create notifications.
    Url string
    URL of the Slack webhook.
    Version double
    The version of the Notification Channel.
    Enabled bool
    Whether the Notification Channel is active or not.
    NotifyWhenOk bool
    Whether the Notification Channel sends a notification when the condition is no longer triggered.
    NotifyWhenResolved bool
    Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
    SendTestNotification bool
    Whether the Notification Channel has enabled the test notification.
    ShareWithCurrentTeam bool
    Timeouts GetSecureNotificationChannelSlackTimeouts
    Channel string
    Name of the Slack channel.
    Id string
    The Notification Channel ID.
    IsPrivateChannel bool
    Whether the Slack Channel has been marked as private or not.
    Name string
    PrivateChannelUrl string
    The channel URL, i.e. the link that is referencing the channel (not to be confused with the webhook url), if the channel is private.
    TemplateVersion string
    The notification template version to use to create notifications.
    Url string
    URL of the Slack webhook.
    Version float64
    The version of the Notification Channel.
    Enabled bool
    Whether the Notification Channel is active or not.
    NotifyWhenOk bool
    Whether the Notification Channel sends a notification when the condition is no longer triggered.
    NotifyWhenResolved bool
    Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
    SendTestNotification bool
    Whether the Notification Channel has enabled the test notification.
    ShareWithCurrentTeam bool
    Timeouts GetSecureNotificationChannelSlackTimeouts
    channel String
    Name of the Slack channel.
    id String
    The Notification Channel ID.
    isPrivateChannel Boolean
    Whether the Slack Channel has been marked as private or not.
    name String
    privateChannelUrl String
    The channel URL, i.e. the link that is referencing the channel (not to be confused with the webhook url), if the channel is private.
    templateVersion String
    The notification template version to use to create notifications.
    url String
    URL of the Slack webhook.
    version Double
    The version of the Notification Channel.
    enabled Boolean
    Whether the Notification Channel is active or not.
    notifyWhenOk Boolean
    Whether the Notification Channel sends a notification when the condition is no longer triggered.
    notifyWhenResolved Boolean
    Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
    sendTestNotification Boolean
    Whether the Notification Channel has enabled the test notification.
    shareWithCurrentTeam Boolean
    timeouts GetSecureNotificationChannelSlackTimeouts
    channel string
    Name of the Slack channel.
    id string
    The Notification Channel ID.
    isPrivateChannel boolean
    Whether the Slack Channel has been marked as private or not.
    name string
    privateChannelUrl string
    The channel URL, i.e. the link that is referencing the channel (not to be confused with the webhook url), if the channel is private.
    templateVersion string
    The notification template version to use to create notifications.
    url string
    URL of the Slack webhook.
    version number
    The version of the Notification Channel.
    enabled boolean
    Whether the Notification Channel is active or not.
    notifyWhenOk boolean
    Whether the Notification Channel sends a notification when the condition is no longer triggered.
    notifyWhenResolved boolean
    Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
    sendTestNotification boolean
    Whether the Notification Channel has enabled the test notification.
    shareWithCurrentTeam boolean
    timeouts GetSecureNotificationChannelSlackTimeouts
    channel str
    Name of the Slack channel.
    id str
    The Notification Channel ID.
    is_private_channel bool
    Whether the Slack Channel has been marked as private or not.
    name str
    private_channel_url str
    The channel URL, i.e. the link that is referencing the channel (not to be confused with the webhook url), if the channel is private.
    template_version str
    The notification template version to use to create notifications.
    url str
    URL of the Slack webhook.
    version float
    The version of the Notification Channel.
    enabled bool
    Whether the Notification Channel is active or not.
    notify_when_ok bool
    Whether the Notification Channel sends a notification when the condition is no longer triggered.
    notify_when_resolved bool
    Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
    send_test_notification bool
    Whether the Notification Channel has enabled the test notification.
    share_with_current_team bool
    timeouts GetSecureNotificationChannelSlackTimeouts
    channel String
    Name of the Slack channel.
    id String
    The Notification Channel ID.
    isPrivateChannel Boolean
    Whether the Slack Channel has been marked as private or not.
    name String
    privateChannelUrl String
    The channel URL, i.e. the link that is referencing the channel (not to be confused with the webhook url), if the channel is private.
    templateVersion String
    The notification template version to use to create notifications.
    url String
    URL of the Slack webhook.
    version Number
    The version of the Notification Channel.
    enabled Boolean
    Whether the Notification Channel is active or not.
    notifyWhenOk Boolean
    Whether the Notification Channel sends a notification when the condition is no longer triggered.
    notifyWhenResolved Boolean
    Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
    sendTestNotification Boolean
    Whether the Notification Channel has enabled the test notification.
    shareWithCurrentTeam Boolean
    timeouts Property Map

    Supporting Types

    GetSecureNotificationChannelSlackTimeouts

    Read string
    Read string
    read String
    read string
    read str
    read String

    Package Details

    Repository
    sysdig sysdiglabs/terraform-provider-sysdig
    License
    Notes
    This Pulumi package is based on the sysdig Terraform Provider.
    sysdig logo
    sysdig 1.56.0 published on Wednesday, Apr 30, 2025 by sysdiglabs