dbt Cloud v0.1.25 published on Friday, Nov 8, 2024 by Pulumi
dbtcloud.getWebhook
Explore with Pulumi AI
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: dbtcloud:index/getWebhook:getWebhook
arguments:
# arguments dictionary
The following arguments are supported:
- Webhook
Id string - Webhooks ID
- Webhook
Id string - Webhooks ID
- webhook
Id String - Webhooks ID
- webhook
Id string - Webhooks ID
- webhook_
id str - Webhooks ID
- webhook
Id String - Webhooks 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
- The provider-assigned unique ID for this managed resource.
- Job
Ids List<int> - List of job IDs to trigger the webhook
- Name string
- Webhooks Name
- Webhook
Id string - Webhooks 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
- The provider-assigned unique ID for this managed resource.
- Job
Ids []int - List of job IDs to trigger the webhook
- Name string
- Webhooks Name
- Webhook
Id string - Webhooks 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
- The provider-assigned unique ID for this managed resource.
- job
Ids List<Integer> - List of job IDs to trigger the webhook
- name String
- Webhooks Name
- webhook
Id String - Webhooks 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
- The provider-assigned unique ID for this managed resource.
- job
Ids number[] - List of job IDs to trigger the webhook
- name string
- Webhooks Name
- webhook
Id string - Webhooks 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
- The provider-assigned unique ID for this managed resource.
- job_
ids Sequence[int] - List of job IDs to trigger the webhook
- name str
- Webhooks Name
- webhook_
id str - Webhooks 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
- The provider-assigned unique ID for this managed resource.
- job
Ids List<Number> - List of job IDs to trigger the webhook
- name String
- Webhooks Name
- webhook
Id String - Webhooks ID
Package Details
- Repository
- dbtcloud pulumi/pulumi-dbtcloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dbtcloud
Terraform Provider.