Viewing docs for sysdig 3.5.0
published on Friday, Mar 6, 2026 by sysdiglabs
published on Friday, Mar 6, 2026 by sysdiglabs
Viewing docs for sysdig 3.5.0
published on Friday, Mar 6, 2026 by sysdiglabs
published on Friday, Mar 6, 2026 by sysdiglabs
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sysdig from "@pulumi/sysdig";
const ncTeamEmail = sysdig.getSecureNotificationChannelTeamEmail({
name: "some notification channel name",
});
import pulumi
import pulumi_sysdig as sysdig
nc_team_email = sysdig.get_secure_notification_channel_team_email(name="some notification channel name")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/sysdig/v3/sysdig"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := sysdig.LookupSecureNotificationChannelTeamEmail(ctx, &sysdig.LookupSecureNotificationChannelTeamEmailArgs{
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 ncTeamEmail = Sysdig.GetSecureNotificationChannelTeamEmail.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.GetSecureNotificationChannelTeamEmailArgs;
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 ncTeamEmail = SysdigFunctions.getSecureNotificationChannelTeamEmail(GetSecureNotificationChannelTeamEmailArgs.builder()
.name("some notification channel name")
.build());
}
}
variables:
ncTeamEmail:
fn::invoke:
function: sysdig:getSecureNotificationChannelTeamEmail
arguments:
name: some notification channel name
Using getSecureNotificationChannelTeamEmail
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 getSecureNotificationChannelTeamEmail(args: GetSecureNotificationChannelTeamEmailArgs, opts?: InvokeOptions): Promise<GetSecureNotificationChannelTeamEmailResult>
function getSecureNotificationChannelTeamEmailOutput(args: GetSecureNotificationChannelTeamEmailOutputArgs, opts?: InvokeOptions): Output<GetSecureNotificationChannelTeamEmailResult>def get_secure_notification_channel_team_email(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[GetSecureNotificationChannelTeamEmailTimeouts] = None,
opts: Optional[InvokeOptions] = None) -> GetSecureNotificationChannelTeamEmailResult
def get_secure_notification_channel_team_email_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[GetSecureNotificationChannelTeamEmailTimeoutsArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSecureNotificationChannelTeamEmailResult]func LookupSecureNotificationChannelTeamEmail(ctx *Context, args *LookupSecureNotificationChannelTeamEmailArgs, opts ...InvokeOption) (*LookupSecureNotificationChannelTeamEmailResult, error)
func LookupSecureNotificationChannelTeamEmailOutput(ctx *Context, args *LookupSecureNotificationChannelTeamEmailOutputArgs, opts ...InvokeOption) LookupSecureNotificationChannelTeamEmailResultOutput> Note: This function is named LookupSecureNotificationChannelTeamEmail in the Go SDK.
public static class GetSecureNotificationChannelTeamEmail
{
public static Task<GetSecureNotificationChannelTeamEmailResult> InvokeAsync(GetSecureNotificationChannelTeamEmailArgs args, InvokeOptions? opts = null)
public static Output<GetSecureNotificationChannelTeamEmailResult> Invoke(GetSecureNotificationChannelTeamEmailInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSecureNotificationChannelTeamEmailResult> getSecureNotificationChannelTeamEmail(GetSecureNotificationChannelTeamEmailArgs args, InvokeOptions options)
public static Output<GetSecureNotificationChannelTeamEmailResult> getSecureNotificationChannelTeamEmail(GetSecureNotificationChannelTeamEmailArgs args, InvokeOptions options)
fn::invoke:
function: sysdig:index/getSecureNotificationChannelTeamEmail:getSecureNotificationChannelTeamEmail
arguments:
# arguments dictionaryThe 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.
- Notify
When boolOk - Whether the Notification Channel sends a notification when the condition is no longer triggered.
- Notify
When boolResolved - Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
- Send
Test boolNotification - Whether the Notification Channel has enabled the test notification.
- bool
- Timeouts
Get
Secure Notification Channel Team Email Timeouts
- 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.
- Notify
When boolOk - Whether the Notification Channel sends a notification when the condition is no longer triggered.
- Notify
When boolResolved - Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
- Send
Test boolNotification - Whether the Notification Channel has enabled the test notification.
- bool
- Timeouts
Get
Secure Notification Channel Team Email Timeouts
- 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.
- notify
When BooleanOk - Whether the Notification Channel sends a notification when the condition is no longer triggered.
- notify
When BooleanResolved - Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
- send
Test BooleanNotification - Whether the Notification Channel has enabled the test notification.
- Boolean
- timeouts
Get
Secure Notification Channel Team Email Timeouts
- 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.
- notify
When booleanOk - Whether the Notification Channel sends a notification when the condition is no longer triggered.
- notify
When booleanResolved - Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
- send
Test booleanNotification - Whether the Notification Channel has enabled the test notification.
- boolean
- timeouts
Get
Secure Notification Channel Team Email Timeouts
- 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_ boolok - Whether the Notification Channel sends a notification when the condition is no longer triggered.
- notify_
when_ boolresolved - Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
- send_
test_ boolnotification - Whether the Notification Channel has enabled the test notification.
- bool
- timeouts
Get
Secure Notification Channel Team Email Timeouts
- 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.
- notify
When BooleanOk - Whether the Notification Channel sends a notification when the condition is no longer triggered.
- notify
When BooleanResolved - Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
- send
Test BooleanNotification - Whether the Notification Channel has enabled the test notification.
- Boolean
- timeouts Property Map
getSecureNotificationChannelTeamEmail Result
The following output properties are available:
- Id string
- The Notification Channel ID.
- Include
Admin boolUsers - Whether the Notification Channel includes admin users in notifications.
- Name string
- The Notification Channel Name.
- Team
Id double - id of the team.
- Version double
- The version of the Notification Channel.
- Enabled bool
- Whether the Notification Channel is active or not.
- Notify
When boolOk - Whether the Notification Channel sends a notification when the condition is no longer triggered.
- Notify
When boolResolved - Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
- Send
Test boolNotification - Whether the Notification Channel has enabled the test notification.
- bool
- Timeouts
Get
Secure Notification Channel Team Email Timeouts
- Id string
- The Notification Channel ID.
- Include
Admin boolUsers - Whether the Notification Channel includes admin users in notifications.
- Name string
- The Notification Channel Name.
- Team
Id float64 - id of the team.
- Version float64
- The version of the Notification Channel.
- Enabled bool
- Whether the Notification Channel is active or not.
- Notify
When boolOk - Whether the Notification Channel sends a notification when the condition is no longer triggered.
- Notify
When boolResolved - Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
- Send
Test boolNotification - Whether the Notification Channel has enabled the test notification.
- bool
- Timeouts
Get
Secure Notification Channel Team Email Timeouts
- id String
- The Notification Channel ID.
- include
Admin BooleanUsers - Whether the Notification Channel includes admin users in notifications.
- name String
- The Notification Channel Name.
- team
Id Double - id of the team.
- version Double
- The version of the Notification Channel.
- enabled Boolean
- Whether the Notification Channel is active or not.
- notify
When BooleanOk - Whether the Notification Channel sends a notification when the condition is no longer triggered.
- notify
When BooleanResolved - Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
- send
Test BooleanNotification - Whether the Notification Channel has enabled the test notification.
- Boolean
- timeouts
Get
Secure Notification Channel Team Email Timeouts
- id string
- The Notification Channel ID.
- include
Admin booleanUsers - Whether the Notification Channel includes admin users in notifications.
- name string
- The Notification Channel Name.
- team
Id number - id of the team.
- version number
- The version of the Notification Channel.
- enabled boolean
- Whether the Notification Channel is active or not.
- notify
When booleanOk - Whether the Notification Channel sends a notification when the condition is no longer triggered.
- notify
When booleanResolved - Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
- send
Test booleanNotification - Whether the Notification Channel has enabled the test notification.
- boolean
- timeouts
Get
Secure Notification Channel Team Email Timeouts
- id str
- The Notification Channel ID.
- include_
admin_ boolusers - Whether the Notification Channel includes admin users in notifications.
- name str
- The Notification Channel Name.
- team_
id float - id of the team.
- version float
- The version of the Notification Channel.
- enabled bool
- Whether the Notification Channel is active or not.
- notify_
when_ boolok - Whether the Notification Channel sends a notification when the condition is no longer triggered.
- notify_
when_ boolresolved - Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
- send_
test_ boolnotification - Whether the Notification Channel has enabled the test notification.
- bool
- timeouts
Get
Secure Notification Channel Team Email Timeouts
- id String
- The Notification Channel ID.
- include
Admin BooleanUsers - Whether the Notification Channel includes admin users in notifications.
- name String
- The Notification Channel Name.
- team
Id Number - id of the team.
- version Number
- The version of the Notification Channel.
- enabled Boolean
- Whether the Notification Channel is active or not.
- notify
When BooleanOk - Whether the Notification Channel sends a notification when the condition is no longer triggered.
- notify
When BooleanResolved - Whether the Notification Channel sends a notification if it's manually acknowledged by a user.
- send
Test BooleanNotification - Whether the Notification Channel has enabled the test notification.
- Boolean
- timeouts Property Map
Supporting Types
GetSecureNotificationChannelTeamEmailTimeouts
- 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
sysdigTerraform Provider.
Viewing docs for sysdig 3.5.0
published on Friday, Mar 6, 2026 by sysdiglabs
published on Friday, Mar 6, 2026 by sysdiglabs
