@pulumi/gitlab 6.8.0 → 6.8.1
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.
- package/package.json +1 -1
- package/pipelineSchedule.d.ts +3 -3
package/package.json
CHANGED
package/pipelineSchedule.d.ts
CHANGED
|
@@ -45,7 +45,7 @@ export declare class PipelineSchedule extends pulumi.CustomResource {
|
|
|
45
45
|
/**
|
|
46
46
|
* The activation of pipeline schedule. If false is set, the pipeline schedule will deactivated initially.
|
|
47
47
|
*/
|
|
48
|
-
readonly active: pulumi.Output<boolean
|
|
48
|
+
readonly active: pulumi.Output<boolean>;
|
|
49
49
|
/**
|
|
50
50
|
* The cron (e.g. `0 1 * * *`).
|
|
51
51
|
*/
|
|
@@ -53,7 +53,7 @@ export declare class PipelineSchedule extends pulumi.CustomResource {
|
|
|
53
53
|
/**
|
|
54
54
|
* The timezone.
|
|
55
55
|
*/
|
|
56
|
-
readonly cronTimezone: pulumi.Output<string
|
|
56
|
+
readonly cronTimezone: pulumi.Output<string>;
|
|
57
57
|
/**
|
|
58
58
|
* The description of the pipeline schedule.
|
|
59
59
|
*/
|
|
@@ -79,7 +79,7 @@ export declare class PipelineSchedule extends pulumi.CustomResource {
|
|
|
79
79
|
* prior to editing it. This can help when managing scheduled pipeline drift when other users are making changes outside
|
|
80
80
|
* Terraform.
|
|
81
81
|
*/
|
|
82
|
-
readonly takeOwnership: pulumi.Output<boolean
|
|
82
|
+
readonly takeOwnership: pulumi.Output<boolean>;
|
|
83
83
|
/**
|
|
84
84
|
* Create a PipelineSchedule resource with the given unique name, arguments, and options.
|
|
85
85
|
*
|