@pulumiverse/vercel 4.6.1 → 5.3.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.
Files changed (153) hide show
  1. package/accessGroup.d.ts +3 -2
  2. package/accessGroup.js +3 -2
  3. package/accessGroup.js.map +1 -1
  4. package/accessGroupProject.d.ts +4 -3
  5. package/accessGroupProject.js +4 -3
  6. package/accessGroupProject.js.map +1 -1
  7. package/attackChallengeMode.d.ts +4 -4
  8. package/attackChallengeMode.js +4 -4
  9. package/blobObject.d.ts +177 -0
  10. package/blobObject.js +89 -0
  11. package/blobObject.js.map +1 -0
  12. package/blobProjectConnection.d.ts +144 -0
  13. package/blobProjectConnection.js +105 -0
  14. package/blobProjectConnection.js.map +1 -0
  15. package/blobStore.d.ts +159 -0
  16. package/blobStore.js +100 -0
  17. package/blobStore.js.map +1 -0
  18. package/bulkRedirects.d.ts +135 -0
  19. package/bulkRedirects.js +114 -0
  20. package/bulkRedirects.js.map +1 -0
  21. package/customEnvironment.d.ts +7 -9
  22. package/customEnvironment.js +7 -9
  23. package/customEnvironment.js.map +1 -1
  24. package/deployment.d.ts +36 -0
  25. package/deployment.js +27 -0
  26. package/deployment.js.map +1 -1
  27. package/dnsRecord.d.ts +8 -12
  28. package/dnsRecord.js +8 -12
  29. package/dnsRecord.js.map +1 -1
  30. package/edgeConfig.d.ts +7 -9
  31. package/edgeConfig.js +7 -9
  32. package/edgeConfig.js.map +1 -1
  33. package/edgeConfigItem.d.ts +6 -10
  34. package/edgeConfigItem.js +6 -10
  35. package/edgeConfigItem.js.map +1 -1
  36. package/edgeConfigSchema.d.ts +6 -8
  37. package/edgeConfigSchema.js +6 -8
  38. package/edgeConfigSchema.js.map +1 -1
  39. package/edgeConfigToken.d.ts +7 -11
  40. package/edgeConfigToken.js +7 -11
  41. package/edgeConfigToken.js.map +1 -1
  42. package/featureFlagConfig.d.ts +167 -0
  43. package/featureFlagConfig.js +131 -0
  44. package/featureFlagConfig.js.map +1 -0
  45. package/featureFlagDefinition.d.ts +160 -0
  46. package/featureFlagDefinition.js +111 -0
  47. package/featureFlagDefinition.js.map +1 -0
  48. package/featureFlagSdkKey.d.ts +160 -0
  49. package/featureFlagSdkKey.js +120 -0
  50. package/featureFlagSdkKey.js.map +1 -0
  51. package/featureFlagSegment.d.ts +191 -0
  52. package/featureFlagSegment.js +126 -0
  53. package/featureFlagSegment.js.map +1 -0
  54. package/firewallBypass.d.ts +3 -2
  55. package/firewallBypass.js +3 -2
  56. package/firewallBypass.js.map +1 -1
  57. package/firewallConfig.d.ts +2 -0
  58. package/firewallConfig.js +2 -0
  59. package/firewallConfig.js.map +1 -1
  60. package/getBlobObject.d.ts +100 -0
  61. package/getBlobObject.js +32 -0
  62. package/getBlobObject.js.map +1 -0
  63. package/getBlobProjectConnections.d.ts +91 -0
  64. package/getBlobProjectConnections.js +64 -0
  65. package/getBlobProjectConnections.js.map +1 -0
  66. package/getBlobStore.d.ts +104 -0
  67. package/getBlobStore.js +54 -0
  68. package/getBlobStore.js.map +1 -0
  69. package/getBlobStoreSecrets.d.ts +80 -0
  70. package/getBlobStoreSecrets.js +54 -0
  71. package/getBlobStoreSecrets.js.map +1 -0
  72. package/getBlobStores.d.ts +63 -0
  73. package/getBlobStores.js +48 -0
  74. package/getBlobStores.js.map +1 -0
  75. package/getBulkRedirects.d.ts +97 -0
  76. package/getBulkRedirects.js +60 -0
  77. package/getBulkRedirects.js.map +1 -0
  78. package/getFeatureFlag.d.ts +121 -0
  79. package/getFeatureFlag.js +60 -0
  80. package/getFeatureFlag.js.map +1 -0
  81. package/getFeatureFlagSdkKey.d.ts +100 -0
  82. package/getFeatureFlagSdkKey.js +60 -0
  83. package/getFeatureFlagSdkKey.js.map +1 -0
  84. package/getFeatureFlagSegment.d.ts +113 -0
  85. package/getFeatureFlagSegment.js +60 -0
  86. package/getFeatureFlagSegment.js.map +1 -0
  87. package/getFile.d.ts +9 -0
  88. package/getFile.js.map +1 -1
  89. package/getPrebuiltProject.d.ts +51 -0
  90. package/getPrebuiltProject.js +42 -0
  91. package/getPrebuiltProject.js.map +1 -1
  92. package/getProject.d.ts +14 -4
  93. package/getProject.js.map +1 -1
  94. package/getProjectDirectory.d.ts +47 -0
  95. package/getProjectDirectory.js +38 -0
  96. package/getProjectDirectory.js.map +1 -1
  97. package/getProjectRoutes.d.ts +89 -0
  98. package/getProjectRoutes.js +62 -0
  99. package/getProjectRoutes.js.map +1 -0
  100. package/index.d.ts +63 -0
  101. package/index.js +88 -2
  102. package/index.js.map +1 -1
  103. package/logDrain.d.ts +6 -8
  104. package/logDrain.js +6 -8
  105. package/logDrain.js.map +1 -1
  106. package/microfrontendGroup.d.ts +4 -5
  107. package/microfrontendGroup.js +4 -5
  108. package/microfrontendGroup.js.map +1 -1
  109. package/microfrontendGroupMembership.d.ts +4 -7
  110. package/microfrontendGroupMembership.js +4 -7
  111. package/microfrontendGroupMembership.js.map +1 -1
  112. package/package.json +2 -2
  113. package/project.d.ts +75 -38
  114. package/project.js +53 -14
  115. package/project.js.map +1 -1
  116. package/projectCrons.d.ts +6 -7
  117. package/projectCrons.js +6 -7
  118. package/projectCrons.js.map +1 -1
  119. package/projectDeploymentRetention.d.ts +12 -4
  120. package/projectDeploymentRetention.js +12 -4
  121. package/projectDeploymentRetention.js.map +1 -1
  122. package/projectDomain.d.ts +6 -8
  123. package/projectDomain.js +6 -8
  124. package/projectDomain.js.map +1 -1
  125. package/projectEnvironmentVariable.d.ts +24 -20
  126. package/projectEnvironmentVariable.js +23 -16
  127. package/projectEnvironmentVariable.js.map +1 -1
  128. package/projectEnvironmentVariables.d.ts +18 -5
  129. package/projectEnvironmentVariables.js +18 -5
  130. package/projectEnvironmentVariables.js.map +1 -1
  131. package/projectMembers.d.ts +6 -0
  132. package/projectMembers.js +6 -0
  133. package/projectMembers.js.map +1 -1
  134. package/projectProtectionBypass.d.ts +171 -0
  135. package/projectProtectionBypass.js +119 -0
  136. package/projectProtectionBypass.js.map +1 -0
  137. package/projectRoute.d.ts +219 -0
  138. package/projectRoute.js +148 -0
  139. package/projectRoute.js.map +1 -0
  140. package/sharedEnvironmentVariable.d.ts +28 -9
  141. package/sharedEnvironmentVariable.js +27 -5
  142. package/sharedEnvironmentVariable.js.map +1 -1
  143. package/teamConfig.d.ts +3 -2
  144. package/teamConfig.js +3 -2
  145. package/teamConfig.js.map +1 -1
  146. package/teamMember.d.ts +3 -1
  147. package/teamMember.js +3 -1
  148. package/teamMember.js.map +1 -1
  149. package/types/input.d.ts +324 -4
  150. package/types/output.d.ts +705 -2
  151. package/userToken.d.ts +186 -0
  152. package/userToken.js +115 -0
  153. package/userToken.js.map +1 -0
package/types/input.d.ts CHANGED
@@ -1,5 +1,27 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "../types/input";
3
+ export interface BulkRedirectsRedirect {
4
+ /**
5
+ * Whether the source match is case-sensitive.
6
+ */
7
+ caseSensitive?: pulumi.Input<boolean>;
8
+ /**
9
+ * The destination pathname or URL to redirect to.
10
+ */
11
+ destination: pulumi.Input<string>;
12
+ /**
13
+ * Whether query parameters are considered when matching the redirect.
14
+ */
15
+ query?: pulumi.Input<boolean>;
16
+ /**
17
+ * The source pathname to match.
18
+ */
19
+ source: pulumi.Input<string>;
20
+ /**
21
+ * The HTTP status code for the redirect.
22
+ */
23
+ statusCode: pulumi.Input<number>;
24
+ }
3
25
  export interface CustomEnvironmentBranchTracking {
4
26
  /**
5
27
  * The pattern of the branch name to track.
@@ -50,6 +72,102 @@ export interface DnsRecordSrv {
50
72
  */
51
73
  weight: pulumi.Input<number>;
52
74
  }
75
+ export interface FeatureFlagConfigDevelopment {
76
+ /**
77
+ * The variant to serve when this environment is enabled and no rules match.
78
+ */
79
+ defaultVariantId: pulumi.Input<string>;
80
+ /**
81
+ * The variant to serve while this environment is disabled or paused.
82
+ */
83
+ disabledVariantId: pulumi.Input<string>;
84
+ /**
85
+ * Whether the flag should actively evaluate in this environment.
86
+ */
87
+ enabled?: pulumi.Input<boolean>;
88
+ }
89
+ export interface FeatureFlagConfigPreview {
90
+ /**
91
+ * The variant to serve when this environment is enabled and no rules match.
92
+ */
93
+ defaultVariantId: pulumi.Input<string>;
94
+ /**
95
+ * The variant to serve while this environment is disabled or paused.
96
+ */
97
+ disabledVariantId: pulumi.Input<string>;
98
+ /**
99
+ * Whether the flag should actively evaluate in this environment.
100
+ */
101
+ enabled?: pulumi.Input<boolean>;
102
+ }
103
+ export interface FeatureFlagConfigProduction {
104
+ /**
105
+ * The variant to serve when this environment is enabled and no rules match.
106
+ */
107
+ defaultVariantId: pulumi.Input<string>;
108
+ /**
109
+ * The variant to serve while this environment is disabled or paused.
110
+ */
111
+ disabledVariantId: pulumi.Input<string>;
112
+ /**
113
+ * Whether the flag should actively evaluate in this environment.
114
+ */
115
+ enabled?: pulumi.Input<boolean>;
116
+ }
117
+ export interface FeatureFlagDefinitionVariant {
118
+ /**
119
+ * A human-readable description for the variant.
120
+ */
121
+ description?: pulumi.Input<string>;
122
+ /**
123
+ * The stable variant identifier referenced by flag configuration.
124
+ */
125
+ id: pulumi.Input<string>;
126
+ /**
127
+ * A human-readable label for the variant.
128
+ */
129
+ label?: pulumi.Input<string>;
130
+ /**
131
+ * The boolean value for this variant. Use this when `kind = "boolean"`.
132
+ */
133
+ valueBool?: pulumi.Input<boolean>;
134
+ /**
135
+ * The numeric value for this variant. Use this when `kind = "number"`.
136
+ */
137
+ valueNumber?: pulumi.Input<number>;
138
+ /**
139
+ * The string value for this variant. Use this when `kind = "string"`.
140
+ */
141
+ valueString?: pulumi.Input<string>;
142
+ }
143
+ export interface FeatureFlagSegmentExclude {
144
+ /**
145
+ * The entity attribute to match, for example `email`.
146
+ */
147
+ attribute: pulumi.Input<string>;
148
+ /**
149
+ * The entity type to match, for example `user`.
150
+ */
151
+ entity: pulumi.Input<string>;
152
+ /**
153
+ * The exact values to include or exclude for this entity attribute.
154
+ */
155
+ values: pulumi.Input<pulumi.Input<string>[]>;
156
+ }
157
+ export interface FeatureFlagSegmentInclude {
158
+ /**
159
+ * The entity attribute to match, for example `email`.
160
+ */
161
+ attribute: pulumi.Input<string>;
162
+ /**
163
+ * The entity type to match, for example `user`.
164
+ */
165
+ entity: pulumi.Input<string>;
166
+ /**
167
+ * The exact values to include or exclude for this entity attribute.
168
+ */
169
+ values: pulumi.Input<pulumi.Input<string>[]>;
170
+ }
53
171
  export interface FirewallConfigIpRules {
54
172
  rules?: pulumi.Input<pulumi.Input<inputs.FirewallConfigIpRulesRule>[]>;
55
173
  }
@@ -329,9 +447,9 @@ export interface ProjectEnvironment {
329
447
  */
330
448
  key: pulumi.Input<string>;
331
449
  /**
332
- * Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy))
450
+ * Whether the Environment Variable is sensitive (meaning it cannot be read via the API or Vercel Dashboard once set). This must be explicitly set. If a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy) is active, environment variables may have to be sensitive. Variables targeting only `development` must set this to `false`. Variables targeting `preview`, `production`, or custom environments may have to set this to `true`. A variable cannot target `development` together with `preview`, `production`, or custom environments while that team policy is enabled.
333
451
  */
334
- sensitive?: pulumi.Input<boolean>;
452
+ sensitive: pulumi.Input<boolean>;
335
453
  /**
336
454
  * The environments that the Environment Variable should be present on. Valid targets are either `production`, `preview`, or `development`. At least one of `target` or `customEnvironmentIds` must be set.
337
455
  */
@@ -363,9 +481,9 @@ export interface ProjectEnvironmentVariablesVariable {
363
481
  */
364
482
  key: pulumi.Input<string>;
365
483
  /**
366
- * Whether the Environment Variable is sensitive or not.
484
+ * Whether the Environment Variable is sensitive (meaning it cannot be read via the API or Vercel Dashboard once set). This must be explicitly set. If a team-wide environment variable policy is active, environment variables may have to be sensitive. Variables targeting only `development` must set this to `false`. Variables targeting `preview`, `production`, or custom environments may have to set this to `true`. A variable cannot target `development` together with `preview`, `production`, or custom environments while that team policy is enabled.
367
485
  */
368
- sensitive?: pulumi.Input<boolean>;
486
+ sensitive: pulumi.Input<boolean>;
369
487
  /**
370
488
  * The environments that the Environment Variable should be present on. Valid targets are either `production`, `preview`, or `development`. At least one of `target` or `customEnvironmentIds` must be set.
371
489
  */
@@ -386,10 +504,18 @@ export interface ProjectGitComments {
386
504
  onPullRequest: pulumi.Input<boolean>;
387
505
  }
388
506
  export interface ProjectGitProviderOptions {
507
+ /**
508
+ * **Beta:** Configuration for consolidated git commit status reporting. When enabled, Vercel posts a single consolidated commit status instead of one per deployment. This feature is in beta and may change in backwards-incompatible ways.
509
+ */
510
+ consolidatedGitCommitStatus?: pulumi.Input<inputs.ProjectGitProviderOptionsConsolidatedGitCommitStatus>;
389
511
  /**
390
512
  * Whether to create deployments
391
513
  */
392
514
  createDeployments?: pulumi.Input<boolean>;
515
+ /**
516
+ * Whether Vercel should post git commit statuses for this project. Defaults to `true` when unset.
517
+ */
518
+ gitCommitStatus?: pulumi.Input<boolean>;
393
519
  /**
394
520
  * Whether to enable repository dispatch events
395
521
  */
@@ -399,6 +525,16 @@ export interface ProjectGitProviderOptions {
399
525
  */
400
526
  requireVerifiedCommits?: pulumi.Input<boolean>;
401
527
  }
528
+ export interface ProjectGitProviderOptionsConsolidatedGitCommitStatus {
529
+ /**
530
+ * **Beta:** Whether consolidated commit status is enabled.
531
+ */
532
+ enabled: pulumi.Input<boolean>;
533
+ /**
534
+ * **Beta:** Whether to propagate individual deployment failures to the consolidated status.
535
+ */
536
+ propagateFailures: pulumi.Input<boolean>;
537
+ }
402
538
  export interface ProjectGitRepository {
403
539
  /**
404
540
  * Deploy hooks are unique URLs that allow you to trigger a deployment of a given branch. See https://vercel.com/docs/deployments/deploy-hooks for full information.
@@ -509,6 +645,106 @@ export interface ProjectRollingReleaseStage {
509
645
  */
510
646
  targetPercentage: pulumi.Input<number>;
511
647
  }
648
+ export interface ProjectRoutePosition {
649
+ /**
650
+ * Where to place the rule. One of `start`, `end`, `before`, or `after`.
651
+ */
652
+ placement: pulumi.Input<string>;
653
+ /**
654
+ * The existing route ID to place this rule before or after.
655
+ */
656
+ referenceRouteId?: pulumi.Input<string>;
657
+ }
658
+ export interface ProjectRouteRoute {
659
+ /**
660
+ * Whether the `src` matcher is case-sensitive.
661
+ */
662
+ caseSensitive?: pulumi.Input<boolean>;
663
+ /**
664
+ * The destination for rewrites or redirects.
665
+ */
666
+ dest?: pulumi.Input<string>;
667
+ /**
668
+ * Conditions that must be present for the rule to match.
669
+ */
670
+ has?: pulumi.Input<pulumi.Input<inputs.ProjectRouteRouteHa>[]>;
671
+ /**
672
+ * Headers to set for the matched request.
673
+ */
674
+ headers?: pulumi.Input<{
675
+ [key: string]: pulumi.Input<string>;
676
+ }>;
677
+ /**
678
+ * Conditions that must be absent for the rule to match.
679
+ */
680
+ missings?: pulumi.Input<pulumi.Input<inputs.ProjectRouteRouteMissing>[]>;
681
+ /**
682
+ * Whether the rule should respect cache control headers from the origin.
683
+ */
684
+ respectOriginCacheControl?: pulumi.Input<boolean>;
685
+ /**
686
+ * The source pattern to match.
687
+ */
688
+ src: pulumi.Input<string>;
689
+ /**
690
+ * The HTTP status code to set for redirects or status-only rules.
691
+ */
692
+ status?: pulumi.Input<number>;
693
+ /**
694
+ * Transforms applied to the request or response when the rule matches.
695
+ */
696
+ transforms?: pulumi.Input<pulumi.Input<inputs.ProjectRouteRouteTransform>[]>;
697
+ }
698
+ export interface ProjectRouteRouteHa {
699
+ /**
700
+ * The key to match for `header`, `cookie`, or `query` conditions.
701
+ */
702
+ key?: pulumi.Input<string>;
703
+ /**
704
+ * The condition type. One of `host`, `header`, `cookie`, or `query`.
705
+ */
706
+ type: pulumi.Input<string>;
707
+ /**
708
+ * The value to match.
709
+ */
710
+ value?: pulumi.Input<string>;
711
+ }
712
+ export interface ProjectRouteRouteMissing {
713
+ /**
714
+ * The key to match for `header`, `cookie`, or `query` conditions.
715
+ */
716
+ key?: pulumi.Input<string>;
717
+ /**
718
+ * The condition type. One of `host`, `header`, `cookie`, or `query`.
719
+ */
720
+ type: pulumi.Input<string>;
721
+ /**
722
+ * The value to match.
723
+ */
724
+ value?: pulumi.Input<string>;
725
+ }
726
+ export interface ProjectRouteRouteTransform {
727
+ /**
728
+ * A JSON document containing transform arguments. Prefer `jsonencode(...)` when setting this.
729
+ */
730
+ args?: pulumi.Input<string>;
731
+ /**
732
+ * Environment names that gate this transform.
733
+ */
734
+ envs?: pulumi.Input<pulumi.Input<string>[]>;
735
+ /**
736
+ * The transform operation. One of `append`, `set`, or `delete`.
737
+ */
738
+ op: pulumi.Input<string>;
739
+ /**
740
+ * A JSON document describing the transform target. Prefer `jsonencode(...)` when setting this.
741
+ */
742
+ target?: pulumi.Input<string>;
743
+ /**
744
+ * The transform target. One of `request.headers`, `request.query`, or `response.headers`.
745
+ */
746
+ type: pulumi.Input<string>;
747
+ }
512
748
  export interface ProjectTrustedIps {
513
749
  /**
514
750
  * The allowed IP addressses and CIDR ranges with optional descriptions.
@@ -533,6 +769,90 @@ export interface ProjectTrustedIpsAddress {
533
769
  */
534
770
  value: pulumi.Input<string>;
535
771
  }
772
+ export interface ProjectTrustedSources {
773
+ /**
774
+ * External sources that can reach this project's protected deployments using short-lived OIDC tokens.
775
+ */
776
+ externalSources?: pulumi.Input<pulumi.Input<inputs.ProjectTrustedSourcesExternalSource>[]>;
777
+ /**
778
+ * Vercel projects in the same team that can reach this project's protected deployments.
779
+ */
780
+ projects?: pulumi.Input<pulumi.Input<inputs.ProjectTrustedSourcesProject>[]>;
781
+ }
782
+ export interface ProjectTrustedSourcesExternalSource {
783
+ /**
784
+ * Claims that must match on the OIDC token. Each key is a claim name, and each value is a set of accepted values. The API requires `aud` and issuer-specific identity claims.
785
+ */
786
+ claims: pulumi.Input<{
787
+ [key: string]: pulumi.Input<pulumi.Input<string>[]>;
788
+ }>;
789
+ /**
790
+ * The OIDC issuer URL.
791
+ */
792
+ issuer: pulumi.Input<string>;
793
+ /**
794
+ * A label or description for the trusted external source entry.
795
+ */
796
+ label?: pulumi.Input<string>;
797
+ /**
798
+ * The target environments on this project that may be accessed.
799
+ */
800
+ to: pulumi.Input<inputs.ProjectTrustedSourcesExternalSourceTo>;
801
+ }
802
+ export interface ProjectTrustedSourcesExternalSourceTo {
803
+ /**
804
+ * Named environment preset. Currently only `all-custom` is supported.
805
+ */
806
+ preset?: pulumi.Input<string>;
807
+ /**
808
+ * System environment slugs (`production`, `preview`, `development`) or custom environment slugs.
809
+ */
810
+ slugs?: pulumi.Input<pulumi.Input<string>[]>;
811
+ }
812
+ export interface ProjectTrustedSourcesProject {
813
+ /**
814
+ * Optional overrides for default same-environment matching. Saved rules replace the API defaults for this trusted project.
815
+ */
816
+ customAllows?: pulumi.Input<pulumi.Input<inputs.ProjectTrustedSourcesProjectCustomAllow>[]>;
817
+ /**
818
+ * A label or description for the trusted project.
819
+ */
820
+ label?: pulumi.Input<string>;
821
+ /**
822
+ * The trusted Vercel project ID.
823
+ */
824
+ projectId: pulumi.Input<string>;
825
+ }
826
+ export interface ProjectTrustedSourcesProjectCustomAllow {
827
+ /**
828
+ * The source environments on the trusted project that are allowed to access the target environments.
829
+ */
830
+ from: pulumi.Input<inputs.ProjectTrustedSourcesProjectCustomAllowFrom>;
831
+ /**
832
+ * The target environments on this project that may be accessed.
833
+ */
834
+ to: pulumi.Input<inputs.ProjectTrustedSourcesProjectCustomAllowTo>;
835
+ }
836
+ export interface ProjectTrustedSourcesProjectCustomAllowFrom {
837
+ /**
838
+ * Named environment preset. Currently only `all-custom` is supported.
839
+ */
840
+ preset?: pulumi.Input<string>;
841
+ /**
842
+ * System environment slugs (`production`, `preview`, `development`) or custom environment slugs.
843
+ */
844
+ slugs?: pulumi.Input<pulumi.Input<string>[]>;
845
+ }
846
+ export interface ProjectTrustedSourcesProjectCustomAllowTo {
847
+ /**
848
+ * Named environment preset. Currently only `all-custom` is supported.
849
+ */
850
+ preset?: pulumi.Input<string>;
851
+ /**
852
+ * System environment slugs (`production`, `preview`, `development`) or custom environment slugs.
853
+ */
854
+ slugs?: pulumi.Input<pulumi.Input<string>[]>;
855
+ }
536
856
  export interface ProjectVercelAuthentication {
537
857
  /**
538
858
  * The deployment environment to protect. The default value is `standardProtectionNew` (Standard Protection). Must be one of `standardProtectionNew` (Standard Protection), `standardProtection` (Legacy Standard Protection), `allDeployments`, `onlyPreviewDeployments`, or `none`.