GroupHook

class GroupHook : KotlinCustomResource

The gitlab.GroupHook resource allows to manage the lifecycle of a group hook. Upstream API: GitLab REST API docs

Import

Starting in Terraform v1.5.0 you can use an import block to import gitlab_group_hook. For example: terraform import { to = gitlab_group_hook.example id = "see CLI command below for ID" } Import using the CLI is supported using the following syntax: A GitLab Group Hook can be imported using a key composed of <group-id>:<hook-id>, e.g.

$ pulumi import gitlab:index/groupHook:GroupHook example "12345:1"

NOTE: the token resource attribute is not available for imported resources as this information cannot be read from the GitLab API.

Properties

Link copied to clipboard

Filter push events by branch. Valid values are: wildcard, regex, all_branches.

Link copied to clipboard

Invoke the hook for confidential issues events.

Link copied to clipboard

Invoke the hook for confidential note events.

Link copied to clipboard

Custom headers for the project webhook.

Link copied to clipboard

Custom webhook template.

Link copied to clipboard

Invoke the hook for deployment events.

Link copied to clipboard
val description: Output<String>

Description of the group webhook.

Link copied to clipboard

Enable SSL verification when invoking the hook.

Link copied to clipboard

Invoke the hook for feature flag events.

Link copied to clipboard
val group: Output<String>

The full path or id of the group to add the hook to.

Link copied to clipboard
val groupId: Output<Int>

The id of the group for the hook.

Link copied to clipboard
val hookId: Output<Int>

The id of the group hook.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val issuesEvents: Output<Boolean>

Invoke the hook for issues events.

Link copied to clipboard
val jobEvents: Output<Boolean>

Invoke the hook for job events.

Link copied to clipboard

Invoke the hook for merge requests events.

Link copied to clipboard
val name: Output<String>

Name of the group webhook.

Link copied to clipboard
val noteEvents: Output<Boolean>

Invoke the hook for note events.

Link copied to clipboard
val pipelineEvents: Output<Boolean>

Invoke the hook for pipeline events.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val pushEvents: Output<Boolean>

Invoke the hook for push events.

Link copied to clipboard

Invoke the hook for push events on matching branches only.

Link copied to clipboard
val releasesEvents: Output<Boolean>

Invoke the hook for release events.

Link copied to clipboard
val subgroupEvents: Output<Boolean>

Invoke the hook for subgroup events.

Link copied to clipboard
val tagPushEvents: Output<Boolean>

Invoke the hook for tag push events.

Link copied to clipboard
val token: Output<String>

A token to present when invoking the hook. The token is not available for imported resources.

Link copied to clipboard
val url: Output<String>

The url of the hook to invoke. Forces re-creation to preserve token.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val wikiPageEvents: Output<Boolean>

Invoke the hook for wiki page events.