1. Packages
  2. Airbyte Provider
  3. API Docs
  4. getWorkspace
airbyte 0.7.0-beta2 published on Friday, Mar 7, 2025 by airbytehq

airbyte.getWorkspace

Explore with Pulumi AI

airbyte logo
airbyte 0.7.0-beta2 published on Friday, Mar 7, 2025 by airbytehq

    Workspace DataSource

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as airbyte from "@pulumi/airbyte";
    
    const myWorkspace = airbyte.getWorkspace({
        workspaceId: "...my_workspace_id...",
    });
    
    import pulumi
    import pulumi_airbyte as airbyte
    
    my_workspace = airbyte.get_workspace(workspace_id="...my_workspace_id...")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/airbyte/airbyte"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := airbyte.LookupWorkspace(ctx, &airbyte.LookupWorkspaceArgs{
    			WorkspaceId: "...my_workspace_id...",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Airbyte = Pulumi.Airbyte;
    
    return await Deployment.RunAsync(() => 
    {
        var myWorkspace = Airbyte.GetWorkspace.Invoke(new()
        {
            WorkspaceId = "...my_workspace_id...",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.airbyte.AirbyteFunctions;
    import com.pulumi.airbyte.inputs.GetWorkspaceArgs;
    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 myWorkspace = AirbyteFunctions.getWorkspace(GetWorkspaceArgs.builder()
                .workspaceId("...my_workspace_id...")
                .build());
    
        }
    }
    
    variables:
      myWorkspace:
        fn::invoke:
          function: airbyte:getWorkspace
          arguments:
            workspaceId: '...my_workspace_id...'
    

    Using getWorkspace

    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 getWorkspace(args: GetWorkspaceArgs, opts?: InvokeOptions): Promise<GetWorkspaceResult>
    function getWorkspaceOutput(args: GetWorkspaceOutputArgs, opts?: InvokeOptions): Output<GetWorkspaceResult>
    def get_workspace(workspace_id: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetWorkspaceResult
    def get_workspace_output(workspace_id: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetWorkspaceResult]
    func LookupWorkspace(ctx *Context, args *LookupWorkspaceArgs, opts ...InvokeOption) (*LookupWorkspaceResult, error)
    func LookupWorkspaceOutput(ctx *Context, args *LookupWorkspaceOutputArgs, opts ...InvokeOption) LookupWorkspaceResultOutput

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

    public static class GetWorkspace 
    {
        public static Task<GetWorkspaceResult> InvokeAsync(GetWorkspaceArgs args, InvokeOptions? opts = null)
        public static Output<GetWorkspaceResult> Invoke(GetWorkspaceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWorkspaceResult> getWorkspace(GetWorkspaceArgs args, InvokeOptions options)
    public static Output<GetWorkspaceResult> getWorkspace(GetWorkspaceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: airbyte:index/getWorkspace:getWorkspace
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getWorkspace Result

    The following output properties are available:

    DataResidency string
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Notifications GetWorkspaceNotifications
    Configures workspace notifications.
    WorkspaceId string
    DataResidency string
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Notifications GetWorkspaceNotifications
    Configures workspace notifications.
    WorkspaceId string
    dataResidency String
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    notifications GetWorkspaceNotifications
    Configures workspace notifications.
    workspaceId String
    dataResidency string
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    notifications GetWorkspaceNotifications
    Configures workspace notifications.
    workspaceId string
    data_residency str
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    notifications GetWorkspaceNotifications
    Configures workspace notifications.
    workspace_id str
    dataResidency String
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    notifications Property Map
    Configures workspace notifications.
    workspaceId String

    Supporting Types

    GetWorkspaceNotifications

    connectionUpdate Property Map
    Configures a notification.
    connectionUpdateActionRequired Property Map
    Configures a notification.
    failure Property Map
    Configures a notification.
    success Property Map
    Configures a notification.
    syncDisabled Property Map
    Configures a notification.
    syncDisabledWarning Property Map
    Configures a notification.

    GetWorkspaceNotificationsConnectionUpdate

    email Property Map
    Configures an email notification.
    webhook Property Map
    Configures a webhook notification.

    GetWorkspaceNotificationsConnectionUpdateActionRequired

    email Property Map
    Configures an email notification.
    webhook Property Map
    Configures a webhook notification.

    GetWorkspaceNotificationsConnectionUpdateActionRequiredEmail

    Enabled bool
    Enabled bool
    enabled Boolean
    enabled boolean
    enabled bool
    enabled Boolean

    GetWorkspaceNotificationsConnectionUpdateActionRequiredWebhook

    Enabled bool
    Url string
    Enabled bool
    Url string
    enabled Boolean
    url String
    enabled boolean
    url string
    enabled bool
    url str
    enabled Boolean
    url String

    GetWorkspaceNotificationsConnectionUpdateEmail

    Enabled bool
    Enabled bool
    enabled Boolean
    enabled boolean
    enabled bool
    enabled Boolean

    GetWorkspaceNotificationsConnectionUpdateWebhook

    Enabled bool
    Url string
    Enabled bool
    Url string
    enabled Boolean
    url String
    enabled boolean
    url string
    enabled bool
    url str
    enabled Boolean
    url String

    GetWorkspaceNotificationsFailure

    Email GetWorkspaceNotificationsFailureEmail
    Configures an email notification.
    Webhook GetWorkspaceNotificationsFailureWebhook
    Configures a webhook notification.
    Email GetWorkspaceNotificationsFailureEmail
    Configures an email notification.
    Webhook GetWorkspaceNotificationsFailureWebhook
    Configures a webhook notification.
    email GetWorkspaceNotificationsFailureEmail
    Configures an email notification.
    webhook GetWorkspaceNotificationsFailureWebhook
    Configures a webhook notification.
    email GetWorkspaceNotificationsFailureEmail
    Configures an email notification.
    webhook GetWorkspaceNotificationsFailureWebhook
    Configures a webhook notification.
    email GetWorkspaceNotificationsFailureEmail
    Configures an email notification.
    webhook GetWorkspaceNotificationsFailureWebhook
    Configures a webhook notification.
    email Property Map
    Configures an email notification.
    webhook Property Map
    Configures a webhook notification.

    GetWorkspaceNotificationsFailureEmail

    Enabled bool
    Enabled bool
    enabled Boolean
    enabled boolean
    enabled bool
    enabled Boolean

    GetWorkspaceNotificationsFailureWebhook

    Enabled bool
    Url string
    Enabled bool
    Url string
    enabled Boolean
    url String
    enabled boolean
    url string
    enabled bool
    url str
    enabled Boolean
    url String

    GetWorkspaceNotificationsSuccess

    Email GetWorkspaceNotificationsSuccessEmail
    Configures an email notification.
    Webhook GetWorkspaceNotificationsSuccessWebhook
    Configures a webhook notification.
    Email GetWorkspaceNotificationsSuccessEmail
    Configures an email notification.
    Webhook GetWorkspaceNotificationsSuccessWebhook
    Configures a webhook notification.
    email GetWorkspaceNotificationsSuccessEmail
    Configures an email notification.
    webhook GetWorkspaceNotificationsSuccessWebhook
    Configures a webhook notification.
    email GetWorkspaceNotificationsSuccessEmail
    Configures an email notification.
    webhook GetWorkspaceNotificationsSuccessWebhook
    Configures a webhook notification.
    email GetWorkspaceNotificationsSuccessEmail
    Configures an email notification.
    webhook GetWorkspaceNotificationsSuccessWebhook
    Configures a webhook notification.
    email Property Map
    Configures an email notification.
    webhook Property Map
    Configures a webhook notification.

    GetWorkspaceNotificationsSuccessEmail

    Enabled bool
    Enabled bool
    enabled Boolean
    enabled boolean
    enabled bool
    enabled Boolean

    GetWorkspaceNotificationsSuccessWebhook

    Enabled bool
    Url string
    Enabled bool
    Url string
    enabled Boolean
    url String
    enabled boolean
    url string
    enabled bool
    url str
    enabled Boolean
    url String

    GetWorkspaceNotificationsSyncDisabled

    Email GetWorkspaceNotificationsSyncDisabledEmail
    Configures an email notification.
    Webhook GetWorkspaceNotificationsSyncDisabledWebhook
    Configures a webhook notification.
    Email GetWorkspaceNotificationsSyncDisabledEmail
    Configures an email notification.
    Webhook GetWorkspaceNotificationsSyncDisabledWebhook
    Configures a webhook notification.
    email GetWorkspaceNotificationsSyncDisabledEmail
    Configures an email notification.
    webhook GetWorkspaceNotificationsSyncDisabledWebhook
    Configures a webhook notification.
    email GetWorkspaceNotificationsSyncDisabledEmail
    Configures an email notification.
    webhook GetWorkspaceNotificationsSyncDisabledWebhook
    Configures a webhook notification.
    email GetWorkspaceNotificationsSyncDisabledEmail
    Configures an email notification.
    webhook GetWorkspaceNotificationsSyncDisabledWebhook
    Configures a webhook notification.
    email Property Map
    Configures an email notification.
    webhook Property Map
    Configures a webhook notification.

    GetWorkspaceNotificationsSyncDisabledEmail

    Enabled bool
    Enabled bool
    enabled Boolean
    enabled boolean
    enabled bool
    enabled Boolean

    GetWorkspaceNotificationsSyncDisabledWarning

    email Property Map
    Configures an email notification.
    webhook Property Map
    Configures a webhook notification.

    GetWorkspaceNotificationsSyncDisabledWarningEmail

    Enabled bool
    Enabled bool
    enabled Boolean
    enabled boolean
    enabled bool
    enabled Boolean

    GetWorkspaceNotificationsSyncDisabledWarningWebhook

    Enabled bool
    Url string
    Enabled bool
    Url string
    enabled Boolean
    url String
    enabled boolean
    url string
    enabled bool
    url str
    enabled Boolean
    url String

    GetWorkspaceNotificationsSyncDisabledWebhook

    Enabled bool
    Url string
    Enabled bool
    Url string
    enabled Boolean
    url String
    enabled boolean
    url string
    enabled bool
    url str
    enabled Boolean
    url String

    Package Details

    Repository
    airbyte airbytehq/terraform-provider-airbyte
    License
    Notes
    This Pulumi package is based on the airbyte Terraform Provider.
    airbyte logo
    airbyte 0.7.0-beta2 published on Friday, Mar 7, 2025 by airbytehq