pulumi-gitlab 9.8.0__py3-none-any.whl → 9.8.0a1766504625__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gitlab/__init__.py +0 -54
- pulumi_gitlab/get_project_hook.py +2 -2
- pulumi_gitlab/get_project_secure_file.py +2 -2
- pulumi_gitlab/group.py +0 -141
- pulumi_gitlab/group_hook.py +112 -116
- pulumi_gitlab/outputs.py +1 -53
- pulumi_gitlab/project_hook.py +100 -106
- pulumi_gitlab/project_job_token_scope.py +4 -20
- pulumi_gitlab/project_mirror.py +6 -8
- pulumi_gitlab/project_tag.py +3 -3
- pulumi_gitlab/pulumi-plugin.json +1 -1
- pulumi_gitlab/runner.py +2 -2
- {pulumi_gitlab-9.8.0.dist-info → pulumi_gitlab-9.8.0a1766504625.dist-info}/METADATA +1 -1
- {pulumi_gitlab-9.8.0.dist-info → pulumi_gitlab-9.8.0a1766504625.dist-info}/RECORD +16 -22
- pulumi_gitlab/project_cicd_catalog.py +0 -314
- pulumi_gitlab/project_issue_link.py +0 -502
- pulumi_gitlab/project_package_dependency_proxy.py +0 -446
- pulumi_gitlab/project_pull_mirror.py +0 -837
- pulumi_gitlab/project_push_mirror.py +0 -547
- pulumi_gitlab/project_secure_file.py +0 -489
- {pulumi_gitlab-9.8.0.dist-info → pulumi_gitlab-9.8.0a1766504625.dist-info}/WHEEL +0 -0
- {pulumi_gitlab-9.8.0.dist-info → pulumi_gitlab-9.8.0a1766504625.dist-info}/top_level.txt +0 -0
pulumi_gitlab/group_hook.py
CHANGED
|
@@ -51,28 +51,28 @@ class GroupHookArgs:
|
|
|
51
51
|
:param pulumi.Input[_builtins.str] group: The full path or id of the group to add the hook to.
|
|
52
52
|
:param pulumi.Input[_builtins.str] url: The url of the hook to invoke. Forces re-creation to preserve `token`.
|
|
53
53
|
:param pulumi.Input[_builtins.str] branch_filter_strategy: Filter push events by branch. Valid values are: `wildcard`, `regex`, `all_branches`.
|
|
54
|
-
:param pulumi.Input[_builtins.bool] confidential_issues_events: Invoke the hook for confidential issues events.
|
|
55
|
-
:param pulumi.Input[_builtins.bool] confidential_note_events: Invoke the hook for confidential note events.
|
|
54
|
+
:param pulumi.Input[_builtins.bool] confidential_issues_events: Invoke the hook for confidential issues events.
|
|
55
|
+
:param pulumi.Input[_builtins.bool] confidential_note_events: Invoke the hook for confidential note events.
|
|
56
56
|
:param pulumi.Input[Sequence[pulumi.Input['GroupHookCustomHeaderArgs']]] custom_headers: Custom headers for the project webhook.
|
|
57
57
|
:param pulumi.Input[_builtins.str] custom_webhook_template: Custom webhook template.
|
|
58
|
-
:param pulumi.Input[_builtins.bool] deployment_events: Invoke the hook for deployment events.
|
|
58
|
+
:param pulumi.Input[_builtins.bool] deployment_events: Invoke the hook for deployment events.
|
|
59
59
|
:param pulumi.Input[_builtins.str] description: Description of the group webhook.
|
|
60
|
-
:param pulumi.Input[_builtins.bool] emoji_events: Invoke the hook for emoji events.
|
|
61
|
-
:param pulumi.Input[_builtins.bool] enable_ssl_verification: Enable SSL verification when invoking the hook.
|
|
62
|
-
:param pulumi.Input[_builtins.bool] feature_flag_events: Invoke the hook for feature flag events.
|
|
63
|
-
:param pulumi.Input[_builtins.bool] issues_events: Invoke the hook for issues events.
|
|
64
|
-
:param pulumi.Input[_builtins.bool] job_events: Invoke the hook for job events.
|
|
65
|
-
:param pulumi.Input[_builtins.bool] merge_requests_events: Invoke the hook for merge requests events.
|
|
60
|
+
:param pulumi.Input[_builtins.bool] emoji_events: Invoke the hook for emoji events.
|
|
61
|
+
:param pulumi.Input[_builtins.bool] enable_ssl_verification: Enable SSL verification when invoking the hook.
|
|
62
|
+
:param pulumi.Input[_builtins.bool] feature_flag_events: Invoke the hook for feature flag events.
|
|
63
|
+
:param pulumi.Input[_builtins.bool] issues_events: Invoke the hook for issues events.
|
|
64
|
+
:param pulumi.Input[_builtins.bool] job_events: Invoke the hook for job events.
|
|
65
|
+
:param pulumi.Input[_builtins.bool] merge_requests_events: Invoke the hook for merge requests events.
|
|
66
66
|
:param pulumi.Input[_builtins.str] name: Name of the group webhook.
|
|
67
|
-
:param pulumi.Input[_builtins.bool] note_events: Invoke the hook for note events.
|
|
68
|
-
:param pulumi.Input[_builtins.bool] pipeline_events: Invoke the hook for pipeline events.
|
|
69
|
-
:param pulumi.Input[_builtins.bool] push_events: Invoke the hook for push events.
|
|
67
|
+
:param pulumi.Input[_builtins.bool] note_events: Invoke the hook for note events.
|
|
68
|
+
:param pulumi.Input[_builtins.bool] pipeline_events: Invoke the hook for pipeline events.
|
|
69
|
+
:param pulumi.Input[_builtins.bool] push_events: Invoke the hook for push events.
|
|
70
70
|
:param pulumi.Input[_builtins.str] push_events_branch_filter: Invoke the hook for push events on matching branches only.
|
|
71
|
-
:param pulumi.Input[_builtins.bool] releases_events: Invoke the hook for release events.
|
|
72
|
-
:param pulumi.Input[_builtins.bool] subgroup_events: Invoke the hook for subgroup events.
|
|
73
|
-
:param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events.
|
|
71
|
+
:param pulumi.Input[_builtins.bool] releases_events: Invoke the hook for release events.
|
|
72
|
+
:param pulumi.Input[_builtins.bool] subgroup_events: Invoke the hook for subgroup events.
|
|
73
|
+
:param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events.
|
|
74
74
|
:param pulumi.Input[_builtins.str] token: A token to present when invoking the hook. The token is not available for imported resources.
|
|
75
|
-
:param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events.
|
|
75
|
+
:param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events.
|
|
76
76
|
"""
|
|
77
77
|
pulumi.set(__self__, "group", group)
|
|
78
78
|
pulumi.set(__self__, "url", url)
|
|
@@ -163,7 +163,7 @@ class GroupHookArgs:
|
|
|
163
163
|
@pulumi.getter(name="confidentialIssuesEvents")
|
|
164
164
|
def confidential_issues_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
165
165
|
"""
|
|
166
|
-
Invoke the hook for confidential issues events.
|
|
166
|
+
Invoke the hook for confidential issues events.
|
|
167
167
|
"""
|
|
168
168
|
return pulumi.get(self, "confidential_issues_events")
|
|
169
169
|
|
|
@@ -175,7 +175,7 @@ class GroupHookArgs:
|
|
|
175
175
|
@pulumi.getter(name="confidentialNoteEvents")
|
|
176
176
|
def confidential_note_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
177
177
|
"""
|
|
178
|
-
Invoke the hook for confidential note events.
|
|
178
|
+
Invoke the hook for confidential note events.
|
|
179
179
|
"""
|
|
180
180
|
return pulumi.get(self, "confidential_note_events")
|
|
181
181
|
|
|
@@ -211,7 +211,7 @@ class GroupHookArgs:
|
|
|
211
211
|
@pulumi.getter(name="deploymentEvents")
|
|
212
212
|
def deployment_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
213
213
|
"""
|
|
214
|
-
Invoke the hook for deployment events.
|
|
214
|
+
Invoke the hook for deployment events.
|
|
215
215
|
"""
|
|
216
216
|
return pulumi.get(self, "deployment_events")
|
|
217
217
|
|
|
@@ -235,7 +235,7 @@ class GroupHookArgs:
|
|
|
235
235
|
@pulumi.getter(name="emojiEvents")
|
|
236
236
|
def emoji_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
237
237
|
"""
|
|
238
|
-
Invoke the hook for emoji events.
|
|
238
|
+
Invoke the hook for emoji events.
|
|
239
239
|
"""
|
|
240
240
|
return pulumi.get(self, "emoji_events")
|
|
241
241
|
|
|
@@ -247,7 +247,7 @@ class GroupHookArgs:
|
|
|
247
247
|
@pulumi.getter(name="enableSslVerification")
|
|
248
248
|
def enable_ssl_verification(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
249
249
|
"""
|
|
250
|
-
Enable SSL verification when invoking the hook.
|
|
250
|
+
Enable SSL verification when invoking the hook.
|
|
251
251
|
"""
|
|
252
252
|
return pulumi.get(self, "enable_ssl_verification")
|
|
253
253
|
|
|
@@ -259,7 +259,7 @@ class GroupHookArgs:
|
|
|
259
259
|
@pulumi.getter(name="featureFlagEvents")
|
|
260
260
|
def feature_flag_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
261
261
|
"""
|
|
262
|
-
Invoke the hook for feature flag events.
|
|
262
|
+
Invoke the hook for feature flag events.
|
|
263
263
|
"""
|
|
264
264
|
return pulumi.get(self, "feature_flag_events")
|
|
265
265
|
|
|
@@ -271,7 +271,7 @@ class GroupHookArgs:
|
|
|
271
271
|
@pulumi.getter(name="issuesEvents")
|
|
272
272
|
def issues_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
273
273
|
"""
|
|
274
|
-
Invoke the hook for issues events.
|
|
274
|
+
Invoke the hook for issues events.
|
|
275
275
|
"""
|
|
276
276
|
return pulumi.get(self, "issues_events")
|
|
277
277
|
|
|
@@ -283,7 +283,7 @@ class GroupHookArgs:
|
|
|
283
283
|
@pulumi.getter(name="jobEvents")
|
|
284
284
|
def job_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
285
285
|
"""
|
|
286
|
-
Invoke the hook for job events.
|
|
286
|
+
Invoke the hook for job events.
|
|
287
287
|
"""
|
|
288
288
|
return pulumi.get(self, "job_events")
|
|
289
289
|
|
|
@@ -295,7 +295,7 @@ class GroupHookArgs:
|
|
|
295
295
|
@pulumi.getter(name="mergeRequestsEvents")
|
|
296
296
|
def merge_requests_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
297
297
|
"""
|
|
298
|
-
Invoke the hook for merge requests events.
|
|
298
|
+
Invoke the hook for merge requests events.
|
|
299
299
|
"""
|
|
300
300
|
return pulumi.get(self, "merge_requests_events")
|
|
301
301
|
|
|
@@ -319,7 +319,7 @@ class GroupHookArgs:
|
|
|
319
319
|
@pulumi.getter(name="noteEvents")
|
|
320
320
|
def note_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
321
321
|
"""
|
|
322
|
-
Invoke the hook for note events.
|
|
322
|
+
Invoke the hook for note events.
|
|
323
323
|
"""
|
|
324
324
|
return pulumi.get(self, "note_events")
|
|
325
325
|
|
|
@@ -331,7 +331,7 @@ class GroupHookArgs:
|
|
|
331
331
|
@pulumi.getter(name="pipelineEvents")
|
|
332
332
|
def pipeline_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
333
333
|
"""
|
|
334
|
-
Invoke the hook for pipeline events.
|
|
334
|
+
Invoke the hook for pipeline events.
|
|
335
335
|
"""
|
|
336
336
|
return pulumi.get(self, "pipeline_events")
|
|
337
337
|
|
|
@@ -343,7 +343,7 @@ class GroupHookArgs:
|
|
|
343
343
|
@pulumi.getter(name="pushEvents")
|
|
344
344
|
def push_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
345
345
|
"""
|
|
346
|
-
Invoke the hook for push events.
|
|
346
|
+
Invoke the hook for push events.
|
|
347
347
|
"""
|
|
348
348
|
return pulumi.get(self, "push_events")
|
|
349
349
|
|
|
@@ -367,7 +367,7 @@ class GroupHookArgs:
|
|
|
367
367
|
@pulumi.getter(name="releasesEvents")
|
|
368
368
|
def releases_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
369
369
|
"""
|
|
370
|
-
Invoke the hook for release events.
|
|
370
|
+
Invoke the hook for release events.
|
|
371
371
|
"""
|
|
372
372
|
return pulumi.get(self, "releases_events")
|
|
373
373
|
|
|
@@ -379,7 +379,7 @@ class GroupHookArgs:
|
|
|
379
379
|
@pulumi.getter(name="subgroupEvents")
|
|
380
380
|
def subgroup_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
381
381
|
"""
|
|
382
|
-
Invoke the hook for subgroup events.
|
|
382
|
+
Invoke the hook for subgroup events.
|
|
383
383
|
"""
|
|
384
384
|
return pulumi.get(self, "subgroup_events")
|
|
385
385
|
|
|
@@ -391,7 +391,7 @@ class GroupHookArgs:
|
|
|
391
391
|
@pulumi.getter(name="tagPushEvents")
|
|
392
392
|
def tag_push_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
393
393
|
"""
|
|
394
|
-
Invoke the hook for tag push events.
|
|
394
|
+
Invoke the hook for tag push events.
|
|
395
395
|
"""
|
|
396
396
|
return pulumi.get(self, "tag_push_events")
|
|
397
397
|
|
|
@@ -415,7 +415,7 @@ class GroupHookArgs:
|
|
|
415
415
|
@pulumi.getter(name="wikiPageEvents")
|
|
416
416
|
def wiki_page_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
417
417
|
"""
|
|
418
|
-
Invoke the hook for wiki page events.
|
|
418
|
+
Invoke the hook for wiki page events.
|
|
419
419
|
"""
|
|
420
420
|
return pulumi.get(self, "wiki_page_events")
|
|
421
421
|
|
|
@@ -457,32 +457,32 @@ class _GroupHookState:
|
|
|
457
457
|
"""
|
|
458
458
|
Input properties used for looking up and filtering GroupHook resources.
|
|
459
459
|
:param pulumi.Input[_builtins.str] branch_filter_strategy: Filter push events by branch. Valid values are: `wildcard`, `regex`, `all_branches`.
|
|
460
|
-
:param pulumi.Input[_builtins.bool] confidential_issues_events: Invoke the hook for confidential issues events.
|
|
461
|
-
:param pulumi.Input[_builtins.bool] confidential_note_events: Invoke the hook for confidential note events.
|
|
460
|
+
:param pulumi.Input[_builtins.bool] confidential_issues_events: Invoke the hook for confidential issues events.
|
|
461
|
+
:param pulumi.Input[_builtins.bool] confidential_note_events: Invoke the hook for confidential note events.
|
|
462
462
|
:param pulumi.Input[Sequence[pulumi.Input['GroupHookCustomHeaderArgs']]] custom_headers: Custom headers for the project webhook.
|
|
463
463
|
:param pulumi.Input[_builtins.str] custom_webhook_template: Custom webhook template.
|
|
464
|
-
:param pulumi.Input[_builtins.bool] deployment_events: Invoke the hook for deployment events.
|
|
464
|
+
:param pulumi.Input[_builtins.bool] deployment_events: Invoke the hook for deployment events.
|
|
465
465
|
:param pulumi.Input[_builtins.str] description: Description of the group webhook.
|
|
466
|
-
:param pulumi.Input[_builtins.bool] emoji_events: Invoke the hook for emoji events.
|
|
467
|
-
:param pulumi.Input[_builtins.bool] enable_ssl_verification: Enable SSL verification when invoking the hook.
|
|
468
|
-
:param pulumi.Input[_builtins.bool] feature_flag_events: Invoke the hook for feature flag events.
|
|
466
|
+
:param pulumi.Input[_builtins.bool] emoji_events: Invoke the hook for emoji events.
|
|
467
|
+
:param pulumi.Input[_builtins.bool] enable_ssl_verification: Enable SSL verification when invoking the hook.
|
|
468
|
+
:param pulumi.Input[_builtins.bool] feature_flag_events: Invoke the hook for feature flag events.
|
|
469
469
|
:param pulumi.Input[_builtins.str] group: The full path or id of the group to add the hook to.
|
|
470
470
|
:param pulumi.Input[_builtins.int] group_id: The id of the group for the hook.
|
|
471
471
|
:param pulumi.Input[_builtins.int] hook_id: The id of the group hook.
|
|
472
|
-
:param pulumi.Input[_builtins.bool] issues_events: Invoke the hook for issues events.
|
|
473
|
-
:param pulumi.Input[_builtins.bool] job_events: Invoke the hook for job events.
|
|
474
|
-
:param pulumi.Input[_builtins.bool] merge_requests_events: Invoke the hook for merge requests events.
|
|
472
|
+
:param pulumi.Input[_builtins.bool] issues_events: Invoke the hook for issues events.
|
|
473
|
+
:param pulumi.Input[_builtins.bool] job_events: Invoke the hook for job events.
|
|
474
|
+
:param pulumi.Input[_builtins.bool] merge_requests_events: Invoke the hook for merge requests events.
|
|
475
475
|
:param pulumi.Input[_builtins.str] name: Name of the group webhook.
|
|
476
|
-
:param pulumi.Input[_builtins.bool] note_events: Invoke the hook for note events.
|
|
477
|
-
:param pulumi.Input[_builtins.bool] pipeline_events: Invoke the hook for pipeline events.
|
|
478
|
-
:param pulumi.Input[_builtins.bool] push_events: Invoke the hook for push events.
|
|
476
|
+
:param pulumi.Input[_builtins.bool] note_events: Invoke the hook for note events.
|
|
477
|
+
:param pulumi.Input[_builtins.bool] pipeline_events: Invoke the hook for pipeline events.
|
|
478
|
+
:param pulumi.Input[_builtins.bool] push_events: Invoke the hook for push events.
|
|
479
479
|
:param pulumi.Input[_builtins.str] push_events_branch_filter: Invoke the hook for push events on matching branches only.
|
|
480
|
-
:param pulumi.Input[_builtins.bool] releases_events: Invoke the hook for release events.
|
|
481
|
-
:param pulumi.Input[_builtins.bool] subgroup_events: Invoke the hook for subgroup events.
|
|
482
|
-
:param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events.
|
|
480
|
+
:param pulumi.Input[_builtins.bool] releases_events: Invoke the hook for release events.
|
|
481
|
+
:param pulumi.Input[_builtins.bool] subgroup_events: Invoke the hook for subgroup events.
|
|
482
|
+
:param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events.
|
|
483
483
|
:param pulumi.Input[_builtins.str] token: A token to present when invoking the hook. The token is not available for imported resources.
|
|
484
484
|
:param pulumi.Input[_builtins.str] url: The url of the hook to invoke. Forces re-creation to preserve `token`.
|
|
485
|
-
:param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events.
|
|
485
|
+
:param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events.
|
|
486
486
|
"""
|
|
487
487
|
if branch_filter_strategy is not None:
|
|
488
488
|
pulumi.set(__self__, "branch_filter_strategy", branch_filter_strategy)
|
|
@@ -555,7 +555,7 @@ class _GroupHookState:
|
|
|
555
555
|
@pulumi.getter(name="confidentialIssuesEvents")
|
|
556
556
|
def confidential_issues_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
557
557
|
"""
|
|
558
|
-
Invoke the hook for confidential issues events.
|
|
558
|
+
Invoke the hook for confidential issues events.
|
|
559
559
|
"""
|
|
560
560
|
return pulumi.get(self, "confidential_issues_events")
|
|
561
561
|
|
|
@@ -567,7 +567,7 @@ class _GroupHookState:
|
|
|
567
567
|
@pulumi.getter(name="confidentialNoteEvents")
|
|
568
568
|
def confidential_note_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
569
569
|
"""
|
|
570
|
-
Invoke the hook for confidential note events.
|
|
570
|
+
Invoke the hook for confidential note events.
|
|
571
571
|
"""
|
|
572
572
|
return pulumi.get(self, "confidential_note_events")
|
|
573
573
|
|
|
@@ -603,7 +603,7 @@ class _GroupHookState:
|
|
|
603
603
|
@pulumi.getter(name="deploymentEvents")
|
|
604
604
|
def deployment_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
605
605
|
"""
|
|
606
|
-
Invoke the hook for deployment events.
|
|
606
|
+
Invoke the hook for deployment events.
|
|
607
607
|
"""
|
|
608
608
|
return pulumi.get(self, "deployment_events")
|
|
609
609
|
|
|
@@ -627,7 +627,7 @@ class _GroupHookState:
|
|
|
627
627
|
@pulumi.getter(name="emojiEvents")
|
|
628
628
|
def emoji_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
629
629
|
"""
|
|
630
|
-
Invoke the hook for emoji events.
|
|
630
|
+
Invoke the hook for emoji events.
|
|
631
631
|
"""
|
|
632
632
|
return pulumi.get(self, "emoji_events")
|
|
633
633
|
|
|
@@ -639,7 +639,7 @@ class _GroupHookState:
|
|
|
639
639
|
@pulumi.getter(name="enableSslVerification")
|
|
640
640
|
def enable_ssl_verification(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
641
641
|
"""
|
|
642
|
-
Enable SSL verification when invoking the hook.
|
|
642
|
+
Enable SSL verification when invoking the hook.
|
|
643
643
|
"""
|
|
644
644
|
return pulumi.get(self, "enable_ssl_verification")
|
|
645
645
|
|
|
@@ -651,7 +651,7 @@ class _GroupHookState:
|
|
|
651
651
|
@pulumi.getter(name="featureFlagEvents")
|
|
652
652
|
def feature_flag_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
653
653
|
"""
|
|
654
|
-
Invoke the hook for feature flag events.
|
|
654
|
+
Invoke the hook for feature flag events.
|
|
655
655
|
"""
|
|
656
656
|
return pulumi.get(self, "feature_flag_events")
|
|
657
657
|
|
|
@@ -699,7 +699,7 @@ class _GroupHookState:
|
|
|
699
699
|
@pulumi.getter(name="issuesEvents")
|
|
700
700
|
def issues_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
701
701
|
"""
|
|
702
|
-
Invoke the hook for issues events.
|
|
702
|
+
Invoke the hook for issues events.
|
|
703
703
|
"""
|
|
704
704
|
return pulumi.get(self, "issues_events")
|
|
705
705
|
|
|
@@ -711,7 +711,7 @@ class _GroupHookState:
|
|
|
711
711
|
@pulumi.getter(name="jobEvents")
|
|
712
712
|
def job_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
713
713
|
"""
|
|
714
|
-
Invoke the hook for job events.
|
|
714
|
+
Invoke the hook for job events.
|
|
715
715
|
"""
|
|
716
716
|
return pulumi.get(self, "job_events")
|
|
717
717
|
|
|
@@ -723,7 +723,7 @@ class _GroupHookState:
|
|
|
723
723
|
@pulumi.getter(name="mergeRequestsEvents")
|
|
724
724
|
def merge_requests_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
725
725
|
"""
|
|
726
|
-
Invoke the hook for merge requests events.
|
|
726
|
+
Invoke the hook for merge requests events.
|
|
727
727
|
"""
|
|
728
728
|
return pulumi.get(self, "merge_requests_events")
|
|
729
729
|
|
|
@@ -747,7 +747,7 @@ class _GroupHookState:
|
|
|
747
747
|
@pulumi.getter(name="noteEvents")
|
|
748
748
|
def note_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
749
749
|
"""
|
|
750
|
-
Invoke the hook for note events.
|
|
750
|
+
Invoke the hook for note events.
|
|
751
751
|
"""
|
|
752
752
|
return pulumi.get(self, "note_events")
|
|
753
753
|
|
|
@@ -759,7 +759,7 @@ class _GroupHookState:
|
|
|
759
759
|
@pulumi.getter(name="pipelineEvents")
|
|
760
760
|
def pipeline_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
761
761
|
"""
|
|
762
|
-
Invoke the hook for pipeline events.
|
|
762
|
+
Invoke the hook for pipeline events.
|
|
763
763
|
"""
|
|
764
764
|
return pulumi.get(self, "pipeline_events")
|
|
765
765
|
|
|
@@ -771,7 +771,7 @@ class _GroupHookState:
|
|
|
771
771
|
@pulumi.getter(name="pushEvents")
|
|
772
772
|
def push_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
773
773
|
"""
|
|
774
|
-
Invoke the hook for push events.
|
|
774
|
+
Invoke the hook for push events.
|
|
775
775
|
"""
|
|
776
776
|
return pulumi.get(self, "push_events")
|
|
777
777
|
|
|
@@ -795,7 +795,7 @@ class _GroupHookState:
|
|
|
795
795
|
@pulumi.getter(name="releasesEvents")
|
|
796
796
|
def releases_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
797
797
|
"""
|
|
798
|
-
Invoke the hook for release events.
|
|
798
|
+
Invoke the hook for release events.
|
|
799
799
|
"""
|
|
800
800
|
return pulumi.get(self, "releases_events")
|
|
801
801
|
|
|
@@ -807,7 +807,7 @@ class _GroupHookState:
|
|
|
807
807
|
@pulumi.getter(name="subgroupEvents")
|
|
808
808
|
def subgroup_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
809
809
|
"""
|
|
810
|
-
Invoke the hook for subgroup events.
|
|
810
|
+
Invoke the hook for subgroup events.
|
|
811
811
|
"""
|
|
812
812
|
return pulumi.get(self, "subgroup_events")
|
|
813
813
|
|
|
@@ -819,7 +819,7 @@ class _GroupHookState:
|
|
|
819
819
|
@pulumi.getter(name="tagPushEvents")
|
|
820
820
|
def tag_push_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
821
821
|
"""
|
|
822
|
-
Invoke the hook for tag push events.
|
|
822
|
+
Invoke the hook for tag push events.
|
|
823
823
|
"""
|
|
824
824
|
return pulumi.get(self, "tag_push_events")
|
|
825
825
|
|
|
@@ -855,7 +855,7 @@ class _GroupHookState:
|
|
|
855
855
|
@pulumi.getter(name="wikiPageEvents")
|
|
856
856
|
def wiki_page_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
857
857
|
"""
|
|
858
|
-
Invoke the hook for wiki page events.
|
|
858
|
+
Invoke the hook for wiki page events.
|
|
859
859
|
"""
|
|
860
860
|
return pulumi.get(self, "wiki_page_events")
|
|
861
861
|
|
|
@@ -899,8 +899,6 @@ class GroupHook(pulumi.CustomResource):
|
|
|
899
899
|
"""
|
|
900
900
|
The `GroupHook` resource allows to manage the lifecycle of a group hook.
|
|
901
901
|
|
|
902
|
-
> Note that `push_events` defaults to `true`.
|
|
903
|
-
|
|
904
902
|
**Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/group_webhooks/)
|
|
905
903
|
|
|
906
904
|
## Import
|
|
@@ -930,30 +928,30 @@ class GroupHook(pulumi.CustomResource):
|
|
|
930
928
|
:param str resource_name: The name of the resource.
|
|
931
929
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
932
930
|
:param pulumi.Input[_builtins.str] branch_filter_strategy: Filter push events by branch. Valid values are: `wildcard`, `regex`, `all_branches`.
|
|
933
|
-
:param pulumi.Input[_builtins.bool] confidential_issues_events: Invoke the hook for confidential issues events.
|
|
934
|
-
:param pulumi.Input[_builtins.bool] confidential_note_events: Invoke the hook for confidential note events.
|
|
931
|
+
:param pulumi.Input[_builtins.bool] confidential_issues_events: Invoke the hook for confidential issues events.
|
|
932
|
+
:param pulumi.Input[_builtins.bool] confidential_note_events: Invoke the hook for confidential note events.
|
|
935
933
|
:param pulumi.Input[Sequence[pulumi.Input[Union['GroupHookCustomHeaderArgs', 'GroupHookCustomHeaderArgsDict']]]] custom_headers: Custom headers for the project webhook.
|
|
936
934
|
:param pulumi.Input[_builtins.str] custom_webhook_template: Custom webhook template.
|
|
937
|
-
:param pulumi.Input[_builtins.bool] deployment_events: Invoke the hook for deployment events.
|
|
935
|
+
:param pulumi.Input[_builtins.bool] deployment_events: Invoke the hook for deployment events.
|
|
938
936
|
:param pulumi.Input[_builtins.str] description: Description of the group webhook.
|
|
939
|
-
:param pulumi.Input[_builtins.bool] emoji_events: Invoke the hook for emoji events.
|
|
940
|
-
:param pulumi.Input[_builtins.bool] enable_ssl_verification: Enable SSL verification when invoking the hook.
|
|
941
|
-
:param pulumi.Input[_builtins.bool] feature_flag_events: Invoke the hook for feature flag events.
|
|
937
|
+
:param pulumi.Input[_builtins.bool] emoji_events: Invoke the hook for emoji events.
|
|
938
|
+
:param pulumi.Input[_builtins.bool] enable_ssl_verification: Enable SSL verification when invoking the hook.
|
|
939
|
+
:param pulumi.Input[_builtins.bool] feature_flag_events: Invoke the hook for feature flag events.
|
|
942
940
|
:param pulumi.Input[_builtins.str] group: The full path or id of the group to add the hook to.
|
|
943
|
-
:param pulumi.Input[_builtins.bool] issues_events: Invoke the hook for issues events.
|
|
944
|
-
:param pulumi.Input[_builtins.bool] job_events: Invoke the hook for job events.
|
|
945
|
-
:param pulumi.Input[_builtins.bool] merge_requests_events: Invoke the hook for merge requests events.
|
|
941
|
+
:param pulumi.Input[_builtins.bool] issues_events: Invoke the hook for issues events.
|
|
942
|
+
:param pulumi.Input[_builtins.bool] job_events: Invoke the hook for job events.
|
|
943
|
+
:param pulumi.Input[_builtins.bool] merge_requests_events: Invoke the hook for merge requests events.
|
|
946
944
|
:param pulumi.Input[_builtins.str] name: Name of the group webhook.
|
|
947
|
-
:param pulumi.Input[_builtins.bool] note_events: Invoke the hook for note events.
|
|
948
|
-
:param pulumi.Input[_builtins.bool] pipeline_events: Invoke the hook for pipeline events.
|
|
949
|
-
:param pulumi.Input[_builtins.bool] push_events: Invoke the hook for push events.
|
|
945
|
+
:param pulumi.Input[_builtins.bool] note_events: Invoke the hook for note events.
|
|
946
|
+
:param pulumi.Input[_builtins.bool] pipeline_events: Invoke the hook for pipeline events.
|
|
947
|
+
:param pulumi.Input[_builtins.bool] push_events: Invoke the hook for push events.
|
|
950
948
|
:param pulumi.Input[_builtins.str] push_events_branch_filter: Invoke the hook for push events on matching branches only.
|
|
951
|
-
:param pulumi.Input[_builtins.bool] releases_events: Invoke the hook for release events.
|
|
952
|
-
:param pulumi.Input[_builtins.bool] subgroup_events: Invoke the hook for subgroup events.
|
|
953
|
-
:param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events.
|
|
949
|
+
:param pulumi.Input[_builtins.bool] releases_events: Invoke the hook for release events.
|
|
950
|
+
:param pulumi.Input[_builtins.bool] subgroup_events: Invoke the hook for subgroup events.
|
|
951
|
+
:param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events.
|
|
954
952
|
:param pulumi.Input[_builtins.str] token: A token to present when invoking the hook. The token is not available for imported resources.
|
|
955
953
|
:param pulumi.Input[_builtins.str] url: The url of the hook to invoke. Forces re-creation to preserve `token`.
|
|
956
|
-
:param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events.
|
|
954
|
+
:param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events.
|
|
957
955
|
"""
|
|
958
956
|
...
|
|
959
957
|
@overload
|
|
@@ -964,8 +962,6 @@ class GroupHook(pulumi.CustomResource):
|
|
|
964
962
|
"""
|
|
965
963
|
The `GroupHook` resource allows to manage the lifecycle of a group hook.
|
|
966
964
|
|
|
967
|
-
> Note that `push_events` defaults to `true`.
|
|
968
|
-
|
|
969
965
|
**Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/group_webhooks/)
|
|
970
966
|
|
|
971
967
|
## Import
|
|
@@ -1119,32 +1115,32 @@ class GroupHook(pulumi.CustomResource):
|
|
|
1119
1115
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
1120
1116
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1121
1117
|
:param pulumi.Input[_builtins.str] branch_filter_strategy: Filter push events by branch. Valid values are: `wildcard`, `regex`, `all_branches`.
|
|
1122
|
-
:param pulumi.Input[_builtins.bool] confidential_issues_events: Invoke the hook for confidential issues events.
|
|
1123
|
-
:param pulumi.Input[_builtins.bool] confidential_note_events: Invoke the hook for confidential note events.
|
|
1118
|
+
:param pulumi.Input[_builtins.bool] confidential_issues_events: Invoke the hook for confidential issues events.
|
|
1119
|
+
:param pulumi.Input[_builtins.bool] confidential_note_events: Invoke the hook for confidential note events.
|
|
1124
1120
|
:param pulumi.Input[Sequence[pulumi.Input[Union['GroupHookCustomHeaderArgs', 'GroupHookCustomHeaderArgsDict']]]] custom_headers: Custom headers for the project webhook.
|
|
1125
1121
|
:param pulumi.Input[_builtins.str] custom_webhook_template: Custom webhook template.
|
|
1126
|
-
:param pulumi.Input[_builtins.bool] deployment_events: Invoke the hook for deployment events.
|
|
1122
|
+
:param pulumi.Input[_builtins.bool] deployment_events: Invoke the hook for deployment events.
|
|
1127
1123
|
:param pulumi.Input[_builtins.str] description: Description of the group webhook.
|
|
1128
|
-
:param pulumi.Input[_builtins.bool] emoji_events: Invoke the hook for emoji events.
|
|
1129
|
-
:param pulumi.Input[_builtins.bool] enable_ssl_verification: Enable SSL verification when invoking the hook.
|
|
1130
|
-
:param pulumi.Input[_builtins.bool] feature_flag_events: Invoke the hook for feature flag events.
|
|
1124
|
+
:param pulumi.Input[_builtins.bool] emoji_events: Invoke the hook for emoji events.
|
|
1125
|
+
:param pulumi.Input[_builtins.bool] enable_ssl_verification: Enable SSL verification when invoking the hook.
|
|
1126
|
+
:param pulumi.Input[_builtins.bool] feature_flag_events: Invoke the hook for feature flag events.
|
|
1131
1127
|
:param pulumi.Input[_builtins.str] group: The full path or id of the group to add the hook to.
|
|
1132
1128
|
:param pulumi.Input[_builtins.int] group_id: The id of the group for the hook.
|
|
1133
1129
|
:param pulumi.Input[_builtins.int] hook_id: The id of the group hook.
|
|
1134
|
-
:param pulumi.Input[_builtins.bool] issues_events: Invoke the hook for issues events.
|
|
1135
|
-
:param pulumi.Input[_builtins.bool] job_events: Invoke the hook for job events.
|
|
1136
|
-
:param pulumi.Input[_builtins.bool] merge_requests_events: Invoke the hook for merge requests events.
|
|
1130
|
+
:param pulumi.Input[_builtins.bool] issues_events: Invoke the hook for issues events.
|
|
1131
|
+
:param pulumi.Input[_builtins.bool] job_events: Invoke the hook for job events.
|
|
1132
|
+
:param pulumi.Input[_builtins.bool] merge_requests_events: Invoke the hook for merge requests events.
|
|
1137
1133
|
:param pulumi.Input[_builtins.str] name: Name of the group webhook.
|
|
1138
|
-
:param pulumi.Input[_builtins.bool] note_events: Invoke the hook for note events.
|
|
1139
|
-
:param pulumi.Input[_builtins.bool] pipeline_events: Invoke the hook for pipeline events.
|
|
1140
|
-
:param pulumi.Input[_builtins.bool] push_events: Invoke the hook for push events.
|
|
1134
|
+
:param pulumi.Input[_builtins.bool] note_events: Invoke the hook for note events.
|
|
1135
|
+
:param pulumi.Input[_builtins.bool] pipeline_events: Invoke the hook for pipeline events.
|
|
1136
|
+
:param pulumi.Input[_builtins.bool] push_events: Invoke the hook for push events.
|
|
1141
1137
|
:param pulumi.Input[_builtins.str] push_events_branch_filter: Invoke the hook for push events on matching branches only.
|
|
1142
|
-
:param pulumi.Input[_builtins.bool] releases_events: Invoke the hook for release events.
|
|
1143
|
-
:param pulumi.Input[_builtins.bool] subgroup_events: Invoke the hook for subgroup events.
|
|
1144
|
-
:param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events.
|
|
1138
|
+
:param pulumi.Input[_builtins.bool] releases_events: Invoke the hook for release events.
|
|
1139
|
+
:param pulumi.Input[_builtins.bool] subgroup_events: Invoke the hook for subgroup events.
|
|
1140
|
+
:param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events.
|
|
1145
1141
|
:param pulumi.Input[_builtins.str] token: A token to present when invoking the hook. The token is not available for imported resources.
|
|
1146
1142
|
:param pulumi.Input[_builtins.str] url: The url of the hook to invoke. Forces re-creation to preserve `token`.
|
|
1147
|
-
:param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events.
|
|
1143
|
+
:param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events.
|
|
1148
1144
|
"""
|
|
1149
1145
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
1150
1146
|
|
|
@@ -1191,7 +1187,7 @@ class GroupHook(pulumi.CustomResource):
|
|
|
1191
1187
|
@pulumi.getter(name="confidentialIssuesEvents")
|
|
1192
1188
|
def confidential_issues_events(self) -> pulumi.Output[_builtins.bool]:
|
|
1193
1189
|
"""
|
|
1194
|
-
Invoke the hook for confidential issues events.
|
|
1190
|
+
Invoke the hook for confidential issues events.
|
|
1195
1191
|
"""
|
|
1196
1192
|
return pulumi.get(self, "confidential_issues_events")
|
|
1197
1193
|
|
|
@@ -1199,7 +1195,7 @@ class GroupHook(pulumi.CustomResource):
|
|
|
1199
1195
|
@pulumi.getter(name="confidentialNoteEvents")
|
|
1200
1196
|
def confidential_note_events(self) -> pulumi.Output[_builtins.bool]:
|
|
1201
1197
|
"""
|
|
1202
|
-
Invoke the hook for confidential note events.
|
|
1198
|
+
Invoke the hook for confidential note events.
|
|
1203
1199
|
"""
|
|
1204
1200
|
return pulumi.get(self, "confidential_note_events")
|
|
1205
1201
|
|
|
@@ -1223,7 +1219,7 @@ class GroupHook(pulumi.CustomResource):
|
|
|
1223
1219
|
@pulumi.getter(name="deploymentEvents")
|
|
1224
1220
|
def deployment_events(self) -> pulumi.Output[_builtins.bool]:
|
|
1225
1221
|
"""
|
|
1226
|
-
Invoke the hook for deployment events.
|
|
1222
|
+
Invoke the hook for deployment events.
|
|
1227
1223
|
"""
|
|
1228
1224
|
return pulumi.get(self, "deployment_events")
|
|
1229
1225
|
|
|
@@ -1239,7 +1235,7 @@ class GroupHook(pulumi.CustomResource):
|
|
|
1239
1235
|
@pulumi.getter(name="emojiEvents")
|
|
1240
1236
|
def emoji_events(self) -> pulumi.Output[_builtins.bool]:
|
|
1241
1237
|
"""
|
|
1242
|
-
Invoke the hook for emoji events.
|
|
1238
|
+
Invoke the hook for emoji events.
|
|
1243
1239
|
"""
|
|
1244
1240
|
return pulumi.get(self, "emoji_events")
|
|
1245
1241
|
|
|
@@ -1247,7 +1243,7 @@ class GroupHook(pulumi.CustomResource):
|
|
|
1247
1243
|
@pulumi.getter(name="enableSslVerification")
|
|
1248
1244
|
def enable_ssl_verification(self) -> pulumi.Output[_builtins.bool]:
|
|
1249
1245
|
"""
|
|
1250
|
-
Enable SSL verification when invoking the hook.
|
|
1246
|
+
Enable SSL verification when invoking the hook.
|
|
1251
1247
|
"""
|
|
1252
1248
|
return pulumi.get(self, "enable_ssl_verification")
|
|
1253
1249
|
|
|
@@ -1255,7 +1251,7 @@ class GroupHook(pulumi.CustomResource):
|
|
|
1255
1251
|
@pulumi.getter(name="featureFlagEvents")
|
|
1256
1252
|
def feature_flag_events(self) -> pulumi.Output[_builtins.bool]:
|
|
1257
1253
|
"""
|
|
1258
|
-
Invoke the hook for feature flag events.
|
|
1254
|
+
Invoke the hook for feature flag events.
|
|
1259
1255
|
"""
|
|
1260
1256
|
return pulumi.get(self, "feature_flag_events")
|
|
1261
1257
|
|
|
@@ -1287,7 +1283,7 @@ class GroupHook(pulumi.CustomResource):
|
|
|
1287
1283
|
@pulumi.getter(name="issuesEvents")
|
|
1288
1284
|
def issues_events(self) -> pulumi.Output[_builtins.bool]:
|
|
1289
1285
|
"""
|
|
1290
|
-
Invoke the hook for issues events.
|
|
1286
|
+
Invoke the hook for issues events.
|
|
1291
1287
|
"""
|
|
1292
1288
|
return pulumi.get(self, "issues_events")
|
|
1293
1289
|
|
|
@@ -1295,7 +1291,7 @@ class GroupHook(pulumi.CustomResource):
|
|
|
1295
1291
|
@pulumi.getter(name="jobEvents")
|
|
1296
1292
|
def job_events(self) -> pulumi.Output[_builtins.bool]:
|
|
1297
1293
|
"""
|
|
1298
|
-
Invoke the hook for job events.
|
|
1294
|
+
Invoke the hook for job events.
|
|
1299
1295
|
"""
|
|
1300
1296
|
return pulumi.get(self, "job_events")
|
|
1301
1297
|
|
|
@@ -1303,7 +1299,7 @@ class GroupHook(pulumi.CustomResource):
|
|
|
1303
1299
|
@pulumi.getter(name="mergeRequestsEvents")
|
|
1304
1300
|
def merge_requests_events(self) -> pulumi.Output[_builtins.bool]:
|
|
1305
1301
|
"""
|
|
1306
|
-
Invoke the hook for merge requests events.
|
|
1302
|
+
Invoke the hook for merge requests events.
|
|
1307
1303
|
"""
|
|
1308
1304
|
return pulumi.get(self, "merge_requests_events")
|
|
1309
1305
|
|
|
@@ -1319,7 +1315,7 @@ class GroupHook(pulumi.CustomResource):
|
|
|
1319
1315
|
@pulumi.getter(name="noteEvents")
|
|
1320
1316
|
def note_events(self) -> pulumi.Output[_builtins.bool]:
|
|
1321
1317
|
"""
|
|
1322
|
-
Invoke the hook for note events.
|
|
1318
|
+
Invoke the hook for note events.
|
|
1323
1319
|
"""
|
|
1324
1320
|
return pulumi.get(self, "note_events")
|
|
1325
1321
|
|
|
@@ -1327,7 +1323,7 @@ class GroupHook(pulumi.CustomResource):
|
|
|
1327
1323
|
@pulumi.getter(name="pipelineEvents")
|
|
1328
1324
|
def pipeline_events(self) -> pulumi.Output[_builtins.bool]:
|
|
1329
1325
|
"""
|
|
1330
|
-
Invoke the hook for pipeline events.
|
|
1326
|
+
Invoke the hook for pipeline events.
|
|
1331
1327
|
"""
|
|
1332
1328
|
return pulumi.get(self, "pipeline_events")
|
|
1333
1329
|
|
|
@@ -1335,7 +1331,7 @@ class GroupHook(pulumi.CustomResource):
|
|
|
1335
1331
|
@pulumi.getter(name="pushEvents")
|
|
1336
1332
|
def push_events(self) -> pulumi.Output[_builtins.bool]:
|
|
1337
1333
|
"""
|
|
1338
|
-
Invoke the hook for push events.
|
|
1334
|
+
Invoke the hook for push events.
|
|
1339
1335
|
"""
|
|
1340
1336
|
return pulumi.get(self, "push_events")
|
|
1341
1337
|
|
|
@@ -1351,7 +1347,7 @@ class GroupHook(pulumi.CustomResource):
|
|
|
1351
1347
|
@pulumi.getter(name="releasesEvents")
|
|
1352
1348
|
def releases_events(self) -> pulumi.Output[_builtins.bool]:
|
|
1353
1349
|
"""
|
|
1354
|
-
Invoke the hook for release events.
|
|
1350
|
+
Invoke the hook for release events.
|
|
1355
1351
|
"""
|
|
1356
1352
|
return pulumi.get(self, "releases_events")
|
|
1357
1353
|
|
|
@@ -1359,7 +1355,7 @@ class GroupHook(pulumi.CustomResource):
|
|
|
1359
1355
|
@pulumi.getter(name="subgroupEvents")
|
|
1360
1356
|
def subgroup_events(self) -> pulumi.Output[_builtins.bool]:
|
|
1361
1357
|
"""
|
|
1362
|
-
Invoke the hook for subgroup events.
|
|
1358
|
+
Invoke the hook for subgroup events.
|
|
1363
1359
|
"""
|
|
1364
1360
|
return pulumi.get(self, "subgroup_events")
|
|
1365
1361
|
|
|
@@ -1367,7 +1363,7 @@ class GroupHook(pulumi.CustomResource):
|
|
|
1367
1363
|
@pulumi.getter(name="tagPushEvents")
|
|
1368
1364
|
def tag_push_events(self) -> pulumi.Output[_builtins.bool]:
|
|
1369
1365
|
"""
|
|
1370
|
-
Invoke the hook for tag push events.
|
|
1366
|
+
Invoke the hook for tag push events.
|
|
1371
1367
|
"""
|
|
1372
1368
|
return pulumi.get(self, "tag_push_events")
|
|
1373
1369
|
|
|
@@ -1391,7 +1387,7 @@ class GroupHook(pulumi.CustomResource):
|
|
|
1391
1387
|
@pulumi.getter(name="wikiPageEvents")
|
|
1392
1388
|
def wiki_page_events(self) -> pulumi.Output[_builtins.bool]:
|
|
1393
1389
|
"""
|
|
1394
|
-
Invoke the hook for wiki page events.
|
|
1390
|
+
Invoke the hook for wiki page events.
|
|
1395
1391
|
"""
|
|
1396
1392
|
return pulumi.get(self, "wiki_page_events")
|
|
1397
1393
|
|