dbt Cloud v1.2.0 published on Wednesday, Oct 15, 2025 by Pulumi
dbtcloud.getWebhook
Start a Neo task
Explain and create a dbtcloud.getWebhook resource
Retrieve webhook details
Using getWebhook
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 getWebhook(args: GetWebhookArgs, opts?: InvokeOptions): Promise<GetWebhookResult>
function getWebhookOutput(args: GetWebhookOutputArgs, opts?: InvokeOptions): Output<GetWebhookResult>def get_webhook(webhook_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWebhookResult
def get_webhook_output(webhook_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWebhookResult]func LookupWebhook(ctx *Context, args *LookupWebhookArgs, opts ...InvokeOption) (*LookupWebhookResult, error)
func LookupWebhookOutput(ctx *Context, args *LookupWebhookOutputArgs, opts ...InvokeOption) LookupWebhookResultOutput> Note: This function is named LookupWebhook in the Go SDK.
public static class GetWebhook
{
public static Task<GetWebhookResult> InvokeAsync(GetWebhookArgs args, InvokeOptions? opts = null)
public static Output<GetWebhookResult> Invoke(GetWebhookInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWebhookResult> getWebhook(GetWebhookArgs args, InvokeOptions options)
public static Output<GetWebhookResult> getWebhook(GetWebhookArgs args, InvokeOptions options)
fn::invoke:
function: dbtcloud:index/getWebhook:getWebhook
arguments:
# arguments dictionaryThe following arguments are supported:
- Webhook
Id string - Webhook's ID
- Webhook
Id string - Webhook's ID
- webhook
Id String - Webhook's ID
- webhook
Id string - Webhook's ID
- webhook_
id str - Webhook's ID
- webhook
Id String - Webhook's ID
getWebhook Result
The following output properties are available:
- Account
Identifier string - Webhooks Account Identifier
- Active bool
- Webhooks active flag
- Client
Url string - Webhooks Client URL
- Description string
- Webhooks Description
- Event
Types List<string> - Webhooks Event Types
- Http
Status stringCode - Webhooks HTTP Status Code
- Id string
- Webhook's ID
- Job
Ids List<int> - List of job IDs to trigger the webhook
- Name string
- Webhooks Name
- Webhook
Id string - Webhook's ID
- Account
Identifier string - Webhooks Account Identifier
- Active bool
- Webhooks active flag
- Client
Url string - Webhooks Client URL
- Description string
- Webhooks Description
- Event
Types []string - Webhooks Event Types
- Http
Status stringCode - Webhooks HTTP Status Code
- Id string
- Webhook's ID
- Job
Ids []int - List of job IDs to trigger the webhook
- Name string
- Webhooks Name
- Webhook
Id string - Webhook's ID
- account
Identifier String - Webhooks Account Identifier
- active Boolean
- Webhooks active flag
- client
Url String - Webhooks Client URL
- description String
- Webhooks Description
- event
Types List<String> - Webhooks Event Types
- http
Status StringCode - Webhooks HTTP Status Code
- id String
- Webhook's ID
- job
Ids List<Integer> - List of job IDs to trigger the webhook
- name String
- Webhooks Name
- webhook
Id String - Webhook's ID
- account
Identifier string - Webhooks Account Identifier
- active boolean
- Webhooks active flag
- client
Url string - Webhooks Client URL
- description string
- Webhooks Description
- event
Types string[] - Webhooks Event Types
- http
Status stringCode - Webhooks HTTP Status Code
- id string
- Webhook's ID
- job
Ids number[] - List of job IDs to trigger the webhook
- name string
- Webhooks Name
- webhook
Id string - Webhook's ID
- account_
identifier str - Webhooks Account Identifier
- active bool
- Webhooks active flag
- client_
url str - Webhooks Client URL
- description str
- Webhooks Description
- event_
types Sequence[str] - Webhooks Event Types
- http_
status_ strcode - Webhooks HTTP Status Code
- id str
- Webhook's ID
- job_
ids Sequence[int] - List of job IDs to trigger the webhook
- name str
- Webhooks Name
- webhook_
id str - Webhook's ID
- account
Identifier String - Webhooks Account Identifier
- active Boolean
- Webhooks active flag
- client
Url String - Webhooks Client URL
- description String
- Webhooks Description
- event
Types List<String> - Webhooks Event Types
- http
Status StringCode - Webhooks HTTP Status Code
- id String
- Webhook's ID
- job
Ids List<Number> - List of job IDs to trigger the webhook
- name String
- Webhooks Name
- webhook
Id String - Webhook's ID
Package Details
- Repository
- dbtcloud pulumi/pulumi-dbtcloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dbtcloudTerraform Provider.
