1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. amplify
  6. getWebhook

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi

    Resource Type definition for AWS::Amplify::Webhook. Creates a webhook on an Amplify app.

    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?: InvokeOutputOptions): Output<GetWebhookResult>
    def get_webhook(arn: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetWebhookResult
    def get_webhook_output(arn: pulumi.Input[Optional[str]] = None,
                    opts: Optional[InvokeOutputOptions] = 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 Output<GetWebhookResult> Invoke(GetWebhookInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetWebhookResult> getWebhook(GetWebhookArgs args, InvokeOptions options)
    public static Output<GetWebhookResult> getWebhook(GetWebhookArgs args, InvokeOptions options)
    public static Output<GetWebhookResult> getWebhook(GetWebhookArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:amplify:getWebhook
      arguments:
        # arguments dictionary
    data "aws-native_amplify_get_webhook" "name" {
        # arguments
    }

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) for the webhook.
    Arn string
    The Amazon Resource Name (ARN) for the webhook.
    arn string
    The Amazon Resource Name (ARN) for the webhook.
    arn String
    The Amazon Resource Name (ARN) for the webhook.
    arn string
    The Amazon Resource Name (ARN) for the webhook.
    arn str
    The Amazon Resource Name (ARN) for the webhook.
    arn String
    The Amazon Resource Name (ARN) for the webhook.

    getWebhook Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) for the webhook.
    BranchName string
    The name for a branch that is part of an Amplify app.
    Description string
    The description for a webhook.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags for the webhook.
    WebhookId string
    The unique ID for a webhook.
    WebhookUrl string
    The URL of the webhook.
    Arn string
    The Amazon Resource Name (ARN) for the webhook.
    BranchName string
    The name for a branch that is part of an Amplify app.
    Description string
    The description for a webhook.
    Tags Tag
    Tags for the webhook.
    WebhookId string
    The unique ID for a webhook.
    WebhookUrl string
    The URL of the webhook.
    arn string
    The Amazon Resource Name (ARN) for the webhook.
    branch_name string
    The name for a branch that is part of an Amplify app.
    description string
    The description for a webhook.
    tags list(object)
    Tags for the webhook.
    webhook_id string
    The unique ID for a webhook.
    webhook_url string
    The URL of the webhook.
    arn String
    The Amazon Resource Name (ARN) for the webhook.
    branchName String
    The name for a branch that is part of an Amplify app.
    description String
    The description for a webhook.
    tags List<Tag>
    Tags for the webhook.
    webhookId String
    The unique ID for a webhook.
    webhookUrl String
    The URL of the webhook.
    arn string
    The Amazon Resource Name (ARN) for the webhook.
    branchName string
    The name for a branch that is part of an Amplify app.
    description string
    The description for a webhook.
    tags Tag[]
    Tags for the webhook.
    webhookId string
    The unique ID for a webhook.
    webhookUrl string
    The URL of the webhook.
    arn str
    The Amazon Resource Name (ARN) for the webhook.
    branch_name str
    The name for a branch that is part of an Amplify app.
    description str
    The description for a webhook.
    tags Sequence[root_Tag]
    Tags for the webhook.
    webhook_id str
    The unique ID for a webhook.
    webhook_url str
    The URL of the webhook.
    arn String
    The Amazon Resource Name (ARN) for the webhook.
    branchName String
    The name for a branch that is part of an Amplify app.
    description String
    The description for a webhook.
    tags List<Property Map>
    Tags for the webhook.
    webhookId String
    The unique ID for a webhook.
    webhookUrl String
    The URL of the webhook.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.76.0
    published on Monday, Aug 24, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial