@pulumi/artifactory 8.7.1 → 8.7.2

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 (159) hide show
  1. package/alpineRepository.d.ts +18 -35
  2. package/alpineRepository.js +0 -6
  3. package/alpineRepository.js.map +1 -1
  4. package/debianRepository.d.ts +24 -32
  5. package/debianRepository.js +2 -4
  6. package/debianRepository.js.map +1 -1
  7. package/dockerV1Repository.d.ts +17 -32
  8. package/dockerV1Repository.js +1 -5
  9. package/dockerV1Repository.js.map +1 -1
  10. package/dockerV2Repository.d.ts +21 -35
  11. package/dockerV2Repository.js +0 -4
  12. package/dockerV2Repository.js.map +1 -1
  13. package/localAnsibleRepository.d.ts +20 -37
  14. package/localAnsibleRepository.js +0 -4
  15. package/localAnsibleRepository.js.map +1 -1
  16. package/localCargoRepository.d.ts +19 -36
  17. package/localCargoRepository.js +0 -6
  18. package/localCargoRepository.js.map +1 -1
  19. package/localConanRepository.d.ts +18 -32
  20. package/localConanRepository.js +0 -4
  21. package/localConanRepository.js.map +1 -1
  22. package/localGradleRepository.d.ts +23 -37
  23. package/localGradleRepository.js +0 -4
  24. package/localGradleRepository.js.map +1 -1
  25. package/localHelmociRepository.d.ts +19 -33
  26. package/localHelmociRepository.js +0 -4
  27. package/localHelmociRepository.js.map +1 -1
  28. package/localIvyRepository.d.ts +35 -49
  29. package/localIvyRepository.js +0 -4
  30. package/localIvyRepository.js.map +1 -1
  31. package/localMavenRepository.d.ts +23 -37
  32. package/localMavenRepository.js +0 -4
  33. package/localMavenRepository.js.map +1 -1
  34. package/localNugetRepository.d.ts +19 -33
  35. package/localNugetRepository.js +0 -4
  36. package/localNugetRepository.js.map +1 -1
  37. package/localOciRepository.d.ts +19 -33
  38. package/localOciRepository.js +0 -4
  39. package/localOciRepository.js.map +1 -1
  40. package/localRpmRepository.d.ts +21 -35
  41. package/localRpmRepository.js +0 -4
  42. package/localRpmRepository.js.map +1 -1
  43. package/localSbtRepository.d.ts +35 -49
  44. package/localSbtRepository.js +0 -4
  45. package/localSbtRepository.js.map +1 -1
  46. package/localTerraformModuleRepository.d.ts +17 -31
  47. package/localTerraformModuleRepository.js +0 -4
  48. package/localTerraformModuleRepository.js.map +1 -1
  49. package/localTerraformProviderRepository.d.ts +17 -31
  50. package/localTerraformProviderRepository.js +0 -4
  51. package/localTerraformProviderRepository.js.map +1 -1
  52. package/package.json +2 -2
  53. package/remoteAlpineRepository.d.ts +63 -59
  54. package/remoteAlpineRepository.js +3 -2
  55. package/remoteAlpineRepository.js.map +1 -1
  56. package/remoteAnsibleRepository.d.ts +62 -58
  57. package/remoteAnsibleRepository.js +0 -2
  58. package/remoteAnsibleRepository.js.map +1 -1
  59. package/remoteBowerRepository.d.ts +65 -61
  60. package/remoteBowerRepository.js +3 -2
  61. package/remoteBowerRepository.js.map +1 -1
  62. package/remoteCargoRepository.d.ts +65 -61
  63. package/remoteCargoRepository.js +3 -2
  64. package/remoteCargoRepository.js.map +1 -1
  65. package/remoteChefRepository.d.ts +63 -59
  66. package/remoteChefRepository.js +3 -2
  67. package/remoteChefRepository.js.map +1 -1
  68. package/remoteCocoapodsRepository.d.ts +65 -61
  69. package/remoteCocoapodsRepository.js +3 -2
  70. package/remoteCocoapodsRepository.js.map +1 -1
  71. package/remoteComposerRepository.d.ts +65 -61
  72. package/remoteComposerRepository.js +3 -2
  73. package/remoteComposerRepository.js.map +1 -1
  74. package/remoteConanRepository.d.ts +65 -61
  75. package/remoteConanRepository.js +3 -2
  76. package/remoteConanRepository.js.map +1 -1
  77. package/remoteCondaRepository.d.ts +63 -59
  78. package/remoteCondaRepository.js +3 -2
  79. package/remoteCondaRepository.js.map +1 -1
  80. package/remoteCranRepository.d.ts +63 -59
  81. package/remoteCranRepository.js +3 -2
  82. package/remoteCranRepository.js.map +1 -1
  83. package/remoteDebianRepository.d.ts +63 -59
  84. package/remoteDebianRepository.js +3 -2
  85. package/remoteDebianRepository.js.map +1 -1
  86. package/remoteDockerRepository.d.ts +70 -84
  87. package/remoteDockerRepository.js +3 -2
  88. package/remoteDockerRepository.js.map +1 -1
  89. package/remoteGemsRepository.d.ts +66 -62
  90. package/remoteGemsRepository.js +3 -2
  91. package/remoteGemsRepository.js.map +1 -1
  92. package/remoteGenericRepository.d.ts +65 -61
  93. package/remoteGenericRepository.js +3 -2
  94. package/remoteGenericRepository.js.map +1 -1
  95. package/remoteGitlfsRepository.d.ts +63 -59
  96. package/remoteGitlfsRepository.js +3 -2
  97. package/remoteGitlfsRepository.js.map +1 -1
  98. package/remoteGoRepository.d.ts +89 -61
  99. package/remoteGoRepository.js +7 -2
  100. package/remoteGoRepository.js.map +1 -1
  101. package/remoteGradleRepository.d.ts +72 -68
  102. package/remoteGradleRepository.js +3 -2
  103. package/remoteGradleRepository.js.map +1 -1
  104. package/remoteHelmRepository.d.ts +65 -61
  105. package/remoteHelmRepository.js +3 -2
  106. package/remoteHelmRepository.js.map +1 -1
  107. package/remoteHelmociRepository.d.ts +66 -62
  108. package/remoteHelmociRepository.js +3 -2
  109. package/remoteHelmociRepository.js.map +1 -1
  110. package/remoteHuggingfacemlRepository.d.ts +63 -59
  111. package/remoteHuggingfacemlRepository.js +0 -2
  112. package/remoteHuggingfacemlRepository.js.map +1 -1
  113. package/remoteIvyRepository.d.ts +71 -67
  114. package/remoteIvyRepository.js +3 -2
  115. package/remoteIvyRepository.js.map +1 -1
  116. package/remoteMavenRepository.d.ts +72 -68
  117. package/remoteMavenRepository.js +3 -2
  118. package/remoteMavenRepository.js.map +1 -1
  119. package/remoteNpmRepository.d.ts +63 -59
  120. package/remoteNpmRepository.js +0 -2
  121. package/remoteNpmRepository.js.map +1 -1
  122. package/remoteNugetRepository.d.ts +69 -65
  123. package/remoteNugetRepository.js +3 -2
  124. package/remoteNugetRepository.js.map +1 -1
  125. package/remoteOciRepository.d.ts +66 -62
  126. package/remoteOciRepository.js +3 -2
  127. package/remoteOciRepository.js.map +1 -1
  128. package/remoteOpkgRepository.d.ts +63 -59
  129. package/remoteOpkgRepository.js +3 -2
  130. package/remoteOpkgRepository.js.map +1 -1
  131. package/remoteP2Repository.d.ts +63 -59
  132. package/remoteP2Repository.js +3 -2
  133. package/remoteP2Repository.js.map +1 -1
  134. package/remotePubRepository.d.ts +63 -59
  135. package/remotePubRepository.js +3 -2
  136. package/remotePubRepository.js.map +1 -1
  137. package/remotePuppetRepository.d.ts +63 -59
  138. package/remotePuppetRepository.js +3 -2
  139. package/remotePuppetRepository.js.map +1 -1
  140. package/remotePypiRepository.d.ts +66 -62
  141. package/remotePypiRepository.js +3 -2
  142. package/remotePypiRepository.js.map +1 -1
  143. package/remoteRpmRepository.d.ts +63 -59
  144. package/remoteRpmRepository.js +3 -2
  145. package/remoteRpmRepository.js.map +1 -1
  146. package/remoteSbtRepository.d.ts +71 -67
  147. package/remoteSbtRepository.js +3 -2
  148. package/remoteSbtRepository.js.map +1 -1
  149. package/remoteSwiftRepository.d.ts +63 -59
  150. package/remoteSwiftRepository.js +3 -2
  151. package/remoteSwiftRepository.js.map +1 -1
  152. package/remoteTerraformRepository.d.ts +65 -61
  153. package/remoteTerraformRepository.js +3 -2
  154. package/remoteTerraformRepository.js.map +1 -1
  155. package/remoteVcsRepository.d.ts +65 -61
  156. package/remoteVcsRepository.js +3 -2
  157. package/remoteVcsRepository.js.map +1 -1
  158. package/repositoryLayout.d.ts +1 -1
  159. package/types/output.d.ts +140 -140
@@ -57,36 +57,30 @@ export declare class AlpineRepository extends pulumi.CustomResource {
57
57
  * therefore requires strict content moderation to prevent malicious users from uploading content that may compromise
58
58
  * security (e.g., cross-site scripting attacks).
59
59
  */
60
- readonly archiveBrowsingEnabled: pulumi.Output<boolean | undefined>;
60
+ readonly archiveBrowsingEnabled: pulumi.Output<boolean>;
61
61
  /**
62
62
  * When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
63
63
  */
64
- readonly blackedOut: pulumi.Output<boolean | undefined>;
65
- /**
66
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
67
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
68
- */
69
- readonly cdnRedirect: pulumi.Output<boolean | undefined>;
64
+ readonly blackedOut: pulumi.Output<boolean>;
70
65
  /**
71
66
  * Public description.
72
67
  */
73
- readonly description: pulumi.Output<string | undefined>;
68
+ readonly description: pulumi.Output<string>;
74
69
  /**
75
70
  * When set, download requests to this repository will redirect the client to download the artifact directly from the cloud
76
71
  * storage provider. Available in Enterprise+ and Edge licenses only.
77
72
  */
78
- readonly downloadDirect: pulumi.Output<boolean | undefined>;
73
+ readonly downloadDirect: pulumi.Output<boolean>;
79
74
  /**
80
75
  * List of artifact patterns to exclude when evaluating artifact requests, in the form of `x/y/**&#47;z/*`.By default no
81
76
  * artifacts are excluded.
82
77
  */
83
- readonly excludesPattern: pulumi.Output<string | undefined>;
78
+ readonly excludesPattern: pulumi.Output<string>;
84
79
  /**
85
80
  * List of comma-separated artifact patterns to include when evaluating artifact requests in the form of `x/y/**&#47;z/*`. When
86
81
  * used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (`**&#47;*`).
87
82
  */
88
- readonly includesPattern: pulumi.Output<string | undefined>;
89
- readonly indexCompressionFormats: pulumi.Output<string[] | undefined>;
83
+ readonly includesPattern: pulumi.Output<string>;
90
84
  /**
91
85
  * the identity key of the repo.
92
86
  */
@@ -94,36 +88,36 @@ export declare class AlpineRepository extends pulumi.CustomResource {
94
88
  /**
95
89
  * Internal description.
96
90
  */
97
- readonly notes: pulumi.Output<string | undefined>;
98
- readonly packageType: pulumi.Output<string>;
91
+ readonly notes: pulumi.Output<string>;
99
92
  /**
100
93
  * Used to sign index files in Alpine Linux repositories. See:
101
94
  * https://www.jfrog.com/confluence/display/JFROG/Alpine+Linux+Repositories#AlpineLinuxRepositories-SigningAlpineLinuxIndex
102
95
  */
103
- readonly primaryKeypairRef: pulumi.Output<string | undefined>;
96
+ readonly primaryKeypairRef: pulumi.Output<string>;
104
97
  /**
105
98
  * Setting repositories with priority will cause metadata to be merged only from repositories set with this field
106
99
  */
107
- readonly priorityResolution: pulumi.Output<boolean | undefined>;
100
+ readonly priorityResolution: pulumi.Output<boolean>;
108
101
  readonly projectEnvironments: pulumi.Output<string[]>;
109
102
  /**
110
103
  * Project key for assigning this repository to. Must be 2 - 32 lowercase alphanumeric and hyphen characters. When
111
104
  * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
112
105
  */
113
- readonly projectKey: pulumi.Output<string | undefined>;
106
+ readonly projectKey: pulumi.Output<string>;
114
107
  /**
115
108
  * List of property set name
116
109
  */
117
110
  readonly propertySets: pulumi.Output<string[] | undefined>;
118
111
  /**
119
- * Repository layout key for the local repository
112
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
113
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
120
114
  */
121
- readonly repoLayoutRef: pulumi.Output<string | undefined>;
115
+ readonly repoLayoutRef: pulumi.Output<string>;
122
116
  /**
123
117
  * Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
124
118
  * Xray settings.
125
119
  */
126
- readonly xrayIndex: pulumi.Output<boolean | undefined>;
120
+ readonly xrayIndex: pulumi.Output<boolean>;
127
121
  /**
128
122
  * Create a AlpineRepository resource with the given unique name, arguments, and options.
129
123
  *
@@ -147,11 +141,6 @@ export interface AlpineRepositoryState {
147
141
  * When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
148
142
  */
149
143
  blackedOut?: pulumi.Input<boolean>;
150
- /**
151
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
152
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
153
- */
154
- cdnRedirect?: pulumi.Input<boolean>;
155
144
  /**
156
145
  * Public description.
157
146
  */
@@ -171,7 +160,6 @@ export interface AlpineRepositoryState {
171
160
  * used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (`**&#47;*`).
172
161
  */
173
162
  includesPattern?: pulumi.Input<string>;
174
- indexCompressionFormats?: pulumi.Input<pulumi.Input<string>[]>;
175
163
  /**
176
164
  * the identity key of the repo.
177
165
  */
@@ -180,7 +168,6 @@ export interface AlpineRepositoryState {
180
168
  * Internal description.
181
169
  */
182
170
  notes?: pulumi.Input<string>;
183
- packageType?: pulumi.Input<string>;
184
171
  /**
185
172
  * Used to sign index files in Alpine Linux repositories. See:
186
173
  * https://www.jfrog.com/confluence/display/JFROG/Alpine+Linux+Repositories#AlpineLinuxRepositories-SigningAlpineLinuxIndex
@@ -201,7 +188,8 @@ export interface AlpineRepositoryState {
201
188
  */
202
189
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
203
190
  /**
204
- * Repository layout key for the local repository
191
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
192
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
205
193
  */
206
194
  repoLayoutRef?: pulumi.Input<string>;
207
195
  /**
@@ -224,11 +212,6 @@ export interface AlpineRepositoryArgs {
224
212
  * When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
225
213
  */
226
214
  blackedOut?: pulumi.Input<boolean>;
227
- /**
228
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
229
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
230
- */
231
- cdnRedirect?: pulumi.Input<boolean>;
232
215
  /**
233
216
  * Public description.
234
217
  */
@@ -248,7 +231,6 @@ export interface AlpineRepositoryArgs {
248
231
  * used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (`**&#47;*`).
249
232
  */
250
233
  includesPattern?: pulumi.Input<string>;
251
- indexCompressionFormats?: pulumi.Input<pulumi.Input<string>[]>;
252
234
  /**
253
235
  * the identity key of the repo.
254
236
  */
@@ -277,7 +259,8 @@ export interface AlpineRepositoryArgs {
277
259
  */
278
260
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
279
261
  /**
280
- * Repository layout key for the local repository
262
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
263
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
281
264
  */
282
265
  repoLayoutRef?: pulumi.Input<string>;
283
266
  /**
@@ -72,15 +72,12 @@ class AlpineRepository extends pulumi.CustomResource {
72
72
  const state = argsOrState;
73
73
  resourceInputs["archiveBrowsingEnabled"] = state ? state.archiveBrowsingEnabled : undefined;
74
74
  resourceInputs["blackedOut"] = state ? state.blackedOut : undefined;
75
- resourceInputs["cdnRedirect"] = state ? state.cdnRedirect : undefined;
76
75
  resourceInputs["description"] = state ? state.description : undefined;
77
76
  resourceInputs["downloadDirect"] = state ? state.downloadDirect : undefined;
78
77
  resourceInputs["excludesPattern"] = state ? state.excludesPattern : undefined;
79
78
  resourceInputs["includesPattern"] = state ? state.includesPattern : undefined;
80
- resourceInputs["indexCompressionFormats"] = state ? state.indexCompressionFormats : undefined;
81
79
  resourceInputs["key"] = state ? state.key : undefined;
82
80
  resourceInputs["notes"] = state ? state.notes : undefined;
83
- resourceInputs["packageType"] = state ? state.packageType : undefined;
84
81
  resourceInputs["primaryKeypairRef"] = state ? state.primaryKeypairRef : undefined;
85
82
  resourceInputs["priorityResolution"] = state ? state.priorityResolution : undefined;
86
83
  resourceInputs["projectEnvironments"] = state ? state.projectEnvironments : undefined;
@@ -96,12 +93,10 @@ class AlpineRepository extends pulumi.CustomResource {
96
93
  }
97
94
  resourceInputs["archiveBrowsingEnabled"] = args ? args.archiveBrowsingEnabled : undefined;
98
95
  resourceInputs["blackedOut"] = args ? args.blackedOut : undefined;
99
- resourceInputs["cdnRedirect"] = args ? args.cdnRedirect : undefined;
100
96
  resourceInputs["description"] = args ? args.description : undefined;
101
97
  resourceInputs["downloadDirect"] = args ? args.downloadDirect : undefined;
102
98
  resourceInputs["excludesPattern"] = args ? args.excludesPattern : undefined;
103
99
  resourceInputs["includesPattern"] = args ? args.includesPattern : undefined;
104
- resourceInputs["indexCompressionFormats"] = args ? args.indexCompressionFormats : undefined;
105
100
  resourceInputs["key"] = args ? args.key : undefined;
106
101
  resourceInputs["notes"] = args ? args.notes : undefined;
107
102
  resourceInputs["primaryKeypairRef"] = args ? args.primaryKeypairRef : undefined;
@@ -111,7 +106,6 @@ class AlpineRepository extends pulumi.CustomResource {
111
106
  resourceInputs["propertySets"] = args ? args.propertySets : undefined;
112
107
  resourceInputs["repoLayoutRef"] = args ? args.repoLayoutRef : undefined;
113
108
  resourceInputs["xrayIndex"] = args ? args.xrayIndex : undefined;
114
- resourceInputs["packageType"] = undefined /*out*/;
115
109
  }
116
110
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
117
111
  super(AlpineRepository.__pulumiType, name, resourceInputs, opts);
@@ -1 +1 @@
1
- {"version":3,"file":"alpineRepository.js","sourceRoot":"","sources":["../alpineRepository.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"alpineRepository.js","sourceRoot":"","sources":["../alpineRepository.ts"],"names":[],"mappings":"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"}
@@ -78,35 +78,34 @@ export declare class DebianRepository extends pulumi.CustomResource {
78
78
  * therefore requires strict content moderation to prevent malicious users from uploading content that may compromise
79
79
  * security (e.g., cross-site scripting attacks).
80
80
  */
81
- readonly archiveBrowsingEnabled: pulumi.Output<boolean | undefined>;
81
+ readonly archiveBrowsingEnabled: pulumi.Output<boolean>;
82
82
  /**
83
83
  * When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
84
84
  */
85
- readonly blackedOut: pulumi.Output<boolean | undefined>;
85
+ readonly blackedOut: pulumi.Output<boolean>;
86
86
  /**
87
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
88
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
87
+ * When set, enable indexing with debug symbols (.ddeb).
89
88
  */
90
- readonly cdnRedirect: pulumi.Output<boolean | undefined>;
89
+ readonly ddebSupported: pulumi.Output<boolean>;
91
90
  /**
92
91
  * Public description.
93
92
  */
94
- readonly description: pulumi.Output<string | undefined>;
93
+ readonly description: pulumi.Output<string>;
95
94
  /**
96
95
  * When set, download requests to this repository will redirect the client to download the artifact directly from the cloud
97
96
  * storage provider. Available in Enterprise+ and Edge licenses only.
98
97
  */
99
- readonly downloadDirect: pulumi.Output<boolean | undefined>;
98
+ readonly downloadDirect: pulumi.Output<boolean>;
100
99
  /**
101
100
  * List of artifact patterns to exclude when evaluating artifact requests, in the form of `x/y/**&#47;z/*`.By default no
102
101
  * artifacts are excluded.
103
102
  */
104
- readonly excludesPattern: pulumi.Output<string | undefined>;
103
+ readonly excludesPattern: pulumi.Output<string>;
105
104
  /**
106
105
  * List of comma-separated artifact patterns to include when evaluating artifact requests in the form of `x/y/**&#47;z/*`. When
107
106
  * used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (`**&#47;*`).
108
107
  */
109
- readonly includesPattern: pulumi.Output<string | undefined>;
108
+ readonly includesPattern: pulumi.Output<string>;
110
109
  /**
111
110
  * The options are Bzip2 (.bz2 extension) (default), LZMA (.lzma extension)
112
111
  * and XZ (.xz extension).
@@ -119,8 +118,7 @@ export declare class DebianRepository extends pulumi.CustomResource {
119
118
  /**
120
119
  * Internal description.
121
120
  */
122
- readonly notes: pulumi.Output<string | undefined>;
123
- readonly packageType: pulumi.Output<string>;
121
+ readonly notes: pulumi.Output<string>;
124
122
  /**
125
123
  * The primary RSA key to be used to sign packages.
126
124
  */
@@ -128,36 +126,35 @@ export declare class DebianRepository extends pulumi.CustomResource {
128
126
  /**
129
127
  * Setting repositories with priority will cause metadata to be merged only from repositories set with this field
130
128
  */
131
- readonly priorityResolution: pulumi.Output<boolean | undefined>;
129
+ readonly priorityResolution: pulumi.Output<boolean>;
132
130
  readonly projectEnvironments: pulumi.Output<string[]>;
133
131
  /**
134
132
  * Project key for assigning this repository to. Must be 2 - 32 lowercase alphanumeric and hyphen characters. When
135
133
  * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
136
134
  */
137
- readonly projectKey: pulumi.Output<string | undefined>;
135
+ readonly projectKey: pulumi.Output<string>;
138
136
  /**
139
137
  * List of property set name
140
138
  */
141
139
  readonly propertySets: pulumi.Output<string[] | undefined>;
142
140
  /**
143
- * Repository layout key for the local repository
141
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
142
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
144
143
  */
145
- readonly repoLayoutRef: pulumi.Output<string | undefined>;
144
+ readonly repoLayoutRef: pulumi.Output<string>;
146
145
  /**
147
146
  * The secondary RSA key to be used to sign packages.
148
147
  */
149
148
  readonly secondaryKeypairRef: pulumi.Output<string | undefined>;
150
149
  /**
151
150
  * When set, the repository will use the deprecated trivial layout.
152
- *
153
- * @deprecated You shouldn't be using this
154
151
  */
155
- readonly trivialLayout: pulumi.Output<boolean | undefined>;
152
+ readonly trivialLayout: pulumi.Output<boolean>;
156
153
  /**
157
154
  * Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
158
155
  * Xray settings.
159
156
  */
160
- readonly xrayIndex: pulumi.Output<boolean | undefined>;
157
+ readonly xrayIndex: pulumi.Output<boolean>;
161
158
  /**
162
159
  * Create a DebianRepository resource with the given unique name, arguments, and options.
163
160
  *
@@ -182,10 +179,9 @@ export interface DebianRepositoryState {
182
179
  */
183
180
  blackedOut?: pulumi.Input<boolean>;
184
181
  /**
185
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
186
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
182
+ * When set, enable indexing with debug symbols (.ddeb).
187
183
  */
188
- cdnRedirect?: pulumi.Input<boolean>;
184
+ ddebSupported?: pulumi.Input<boolean>;
189
185
  /**
190
186
  * Public description.
191
187
  */
@@ -218,7 +214,6 @@ export interface DebianRepositoryState {
218
214
  * Internal description.
219
215
  */
220
216
  notes?: pulumi.Input<string>;
221
- packageType?: pulumi.Input<string>;
222
217
  /**
223
218
  * The primary RSA key to be used to sign packages.
224
219
  */
@@ -238,7 +233,8 @@ export interface DebianRepositoryState {
238
233
  */
239
234
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
240
235
  /**
241
- * Repository layout key for the local repository
236
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
237
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
242
238
  */
243
239
  repoLayoutRef?: pulumi.Input<string>;
244
240
  /**
@@ -247,8 +243,6 @@ export interface DebianRepositoryState {
247
243
  secondaryKeypairRef?: pulumi.Input<string>;
248
244
  /**
249
245
  * When set, the repository will use the deprecated trivial layout.
250
- *
251
- * @deprecated You shouldn't be using this
252
246
  */
253
247
  trivialLayout?: pulumi.Input<boolean>;
254
248
  /**
@@ -272,10 +266,9 @@ export interface DebianRepositoryArgs {
272
266
  */
273
267
  blackedOut?: pulumi.Input<boolean>;
274
268
  /**
275
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
276
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
269
+ * When set, enable indexing with debug symbols (.ddeb).
277
270
  */
278
- cdnRedirect?: pulumi.Input<boolean>;
271
+ ddebSupported?: pulumi.Input<boolean>;
279
272
  /**
280
273
  * Public description.
281
274
  */
@@ -327,7 +320,8 @@ export interface DebianRepositoryArgs {
327
320
  */
328
321
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
329
322
  /**
330
- * Repository layout key for the local repository
323
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
324
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
331
325
  */
332
326
  repoLayoutRef?: pulumi.Input<string>;
333
327
  /**
@@ -336,8 +330,6 @@ export interface DebianRepositoryArgs {
336
330
  secondaryKeypairRef?: pulumi.Input<string>;
337
331
  /**
338
332
  * When set, the repository will use the deprecated trivial layout.
339
- *
340
- * @deprecated You shouldn't be using this
341
333
  */
342
334
  trivialLayout?: pulumi.Input<boolean>;
343
335
  /**
@@ -93,7 +93,7 @@ class DebianRepository extends pulumi.CustomResource {
93
93
  const state = argsOrState;
94
94
  resourceInputs["archiveBrowsingEnabled"] = state ? state.archiveBrowsingEnabled : undefined;
95
95
  resourceInputs["blackedOut"] = state ? state.blackedOut : undefined;
96
- resourceInputs["cdnRedirect"] = state ? state.cdnRedirect : undefined;
96
+ resourceInputs["ddebSupported"] = state ? state.ddebSupported : undefined;
97
97
  resourceInputs["description"] = state ? state.description : undefined;
98
98
  resourceInputs["downloadDirect"] = state ? state.downloadDirect : undefined;
99
99
  resourceInputs["excludesPattern"] = state ? state.excludesPattern : undefined;
@@ -101,7 +101,6 @@ class DebianRepository extends pulumi.CustomResource {
101
101
  resourceInputs["indexCompressionFormats"] = state ? state.indexCompressionFormats : undefined;
102
102
  resourceInputs["key"] = state ? state.key : undefined;
103
103
  resourceInputs["notes"] = state ? state.notes : undefined;
104
- resourceInputs["packageType"] = state ? state.packageType : undefined;
105
104
  resourceInputs["primaryKeypairRef"] = state ? state.primaryKeypairRef : undefined;
106
105
  resourceInputs["priorityResolution"] = state ? state.priorityResolution : undefined;
107
106
  resourceInputs["projectEnvironments"] = state ? state.projectEnvironments : undefined;
@@ -119,7 +118,7 @@ class DebianRepository extends pulumi.CustomResource {
119
118
  }
120
119
  resourceInputs["archiveBrowsingEnabled"] = args ? args.archiveBrowsingEnabled : undefined;
121
120
  resourceInputs["blackedOut"] = args ? args.blackedOut : undefined;
122
- resourceInputs["cdnRedirect"] = args ? args.cdnRedirect : undefined;
121
+ resourceInputs["ddebSupported"] = args ? args.ddebSupported : undefined;
123
122
  resourceInputs["description"] = args ? args.description : undefined;
124
123
  resourceInputs["downloadDirect"] = args ? args.downloadDirect : undefined;
125
124
  resourceInputs["excludesPattern"] = args ? args.excludesPattern : undefined;
@@ -136,7 +135,6 @@ class DebianRepository extends pulumi.CustomResource {
136
135
  resourceInputs["secondaryKeypairRef"] = args ? args.secondaryKeypairRef : undefined;
137
136
  resourceInputs["trivialLayout"] = args ? args.trivialLayout : undefined;
138
137
  resourceInputs["xrayIndex"] = args ? args.xrayIndex : undefined;
139
- resourceInputs["packageType"] = undefined /*out*/;
140
138
  }
141
139
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
142
140
  super(DebianRepository.__pulumiType, name, resourceInputs, opts);
@@ -1 +1 @@
1
- {"version":3,"file":"debianRepository.js","sourceRoot":"","sources":["../debianRepository.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"debianRepository.js","sourceRoot":"","sources":["../debianRepository.ts"],"names":[],"mappings":"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"}
@@ -41,36 +41,31 @@ export declare class DockerV1Repository extends pulumi.CustomResource {
41
41
  * therefore requires strict content moderation to prevent malicious users from uploading content that may compromise
42
42
  * security (e.g., cross-site scripting attacks).
43
43
  */
44
- readonly archiveBrowsingEnabled: pulumi.Output<boolean | undefined>;
44
+ readonly archiveBrowsingEnabled: pulumi.Output<boolean>;
45
45
  /**
46
46
  * When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
47
47
  */
48
- readonly blackedOut: pulumi.Output<boolean | undefined>;
48
+ readonly blackedOut: pulumi.Output<boolean>;
49
49
  readonly blockPushingSchema1: pulumi.Output<boolean>;
50
- /**
51
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
52
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
53
- */
54
- readonly cdnRedirect: pulumi.Output<boolean | undefined>;
55
50
  /**
56
51
  * Public description.
57
52
  */
58
- readonly description: pulumi.Output<string | undefined>;
53
+ readonly description: pulumi.Output<string>;
59
54
  /**
60
55
  * When set, download requests to this repository will redirect the client to download the artifact directly from the cloud
61
56
  * storage provider. Available in Enterprise+ and Edge licenses only.
62
57
  */
63
- readonly downloadDirect: pulumi.Output<boolean | undefined>;
58
+ readonly downloadDirect: pulumi.Output<boolean>;
64
59
  /**
65
60
  * List of artifact patterns to exclude when evaluating artifact requests, in the form of `x/y/**&#47;z/*`.By default no
66
61
  * artifacts are excluded.
67
62
  */
68
- readonly excludesPattern: pulumi.Output<string | undefined>;
63
+ readonly excludesPattern: pulumi.Output<string>;
69
64
  /**
70
65
  * List of comma-separated artifact patterns to include when evaluating artifact requests in the form of `x/y/**&#47;z/*`. When
71
66
  * used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (`**&#47;*`).
72
67
  */
73
- readonly includesPattern: pulumi.Output<string | undefined>;
68
+ readonly includesPattern: pulumi.Output<string>;
74
69
  /**
75
70
  * the identity key of the repo.
76
71
  */
@@ -79,32 +74,32 @@ export declare class DockerV1Repository extends pulumi.CustomResource {
79
74
  /**
80
75
  * Internal description.
81
76
  */
82
- readonly notes: pulumi.Output<string | undefined>;
83
- readonly packageType: pulumi.Output<string>;
77
+ readonly notes: pulumi.Output<string>;
84
78
  /**
85
79
  * Setting repositories with priority will cause metadata to be merged only from repositories set with this field
86
80
  */
87
- readonly priorityResolution: pulumi.Output<boolean | undefined>;
81
+ readonly priorityResolution: pulumi.Output<boolean>;
88
82
  readonly projectEnvironments: pulumi.Output<string[]>;
89
83
  /**
90
84
  * Project key for assigning this repository to. Must be 2 - 32 lowercase alphanumeric and hyphen characters. When
91
85
  * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
92
86
  */
93
- readonly projectKey: pulumi.Output<string | undefined>;
87
+ readonly projectKey: pulumi.Output<string>;
94
88
  /**
95
89
  * List of property set name
96
90
  */
97
91
  readonly propertySets: pulumi.Output<string[] | undefined>;
98
92
  /**
99
- * Repository layout key for the local repository
93
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
94
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
100
95
  */
101
- readonly repoLayoutRef: pulumi.Output<string | undefined>;
96
+ readonly repoLayoutRef: pulumi.Output<string>;
102
97
  readonly tagRetention: pulumi.Output<number>;
103
98
  /**
104
99
  * Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
105
100
  * Xray settings.
106
101
  */
107
- readonly xrayIndex: pulumi.Output<boolean | undefined>;
102
+ readonly xrayIndex: pulumi.Output<boolean>;
108
103
  /**
109
104
  * Create a DockerV1Repository resource with the given unique name, arguments, and options.
110
105
  *
@@ -130,11 +125,6 @@ export interface DockerV1RepositoryState {
130
125
  */
131
126
  blackedOut?: pulumi.Input<boolean>;
132
127
  blockPushingSchema1?: pulumi.Input<boolean>;
133
- /**
134
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
135
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
136
- */
137
- cdnRedirect?: pulumi.Input<boolean>;
138
128
  /**
139
129
  * Public description.
140
130
  */
@@ -163,7 +153,6 @@ export interface DockerV1RepositoryState {
163
153
  * Internal description.
164
154
  */
165
155
  notes?: pulumi.Input<string>;
166
- packageType?: pulumi.Input<string>;
167
156
  /**
168
157
  * Setting repositories with priority will cause metadata to be merged only from repositories set with this field
169
158
  */
@@ -179,7 +168,8 @@ export interface DockerV1RepositoryState {
179
168
  */
180
169
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
181
170
  /**
182
- * Repository layout key for the local repository
171
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
172
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
183
173
  */
184
174
  repoLayoutRef?: pulumi.Input<string>;
185
175
  tagRetention?: pulumi.Input<number>;
@@ -203,11 +193,6 @@ export interface DockerV1RepositoryArgs {
203
193
  * When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
204
194
  */
205
195
  blackedOut?: pulumi.Input<boolean>;
206
- /**
207
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
208
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
209
- */
210
- cdnRedirect?: pulumi.Input<boolean>;
211
196
  /**
212
197
  * Public description.
213
198
  */
@@ -231,7 +216,6 @@ export interface DockerV1RepositoryArgs {
231
216
  * the identity key of the repo.
232
217
  */
233
218
  key: pulumi.Input<string>;
234
- maxUniqueTags?: pulumi.Input<number>;
235
219
  /**
236
220
  * Internal description.
237
221
  */
@@ -251,7 +235,8 @@ export interface DockerV1RepositoryArgs {
251
235
  */
252
236
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
253
237
  /**
254
- * Repository layout key for the local repository
238
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
239
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
255
240
  */
256
241
  repoLayoutRef?: pulumi.Input<string>;
257
242
  /**
@@ -57,7 +57,6 @@ class DockerV1Repository extends pulumi.CustomResource {
57
57
  resourceInputs["archiveBrowsingEnabled"] = state ? state.archiveBrowsingEnabled : undefined;
58
58
  resourceInputs["blackedOut"] = state ? state.blackedOut : undefined;
59
59
  resourceInputs["blockPushingSchema1"] = state ? state.blockPushingSchema1 : undefined;
60
- resourceInputs["cdnRedirect"] = state ? state.cdnRedirect : undefined;
61
60
  resourceInputs["description"] = state ? state.description : undefined;
62
61
  resourceInputs["downloadDirect"] = state ? state.downloadDirect : undefined;
63
62
  resourceInputs["excludesPattern"] = state ? state.excludesPattern : undefined;
@@ -65,7 +64,6 @@ class DockerV1Repository extends pulumi.CustomResource {
65
64
  resourceInputs["key"] = state ? state.key : undefined;
66
65
  resourceInputs["maxUniqueTags"] = state ? state.maxUniqueTags : undefined;
67
66
  resourceInputs["notes"] = state ? state.notes : undefined;
68
- resourceInputs["packageType"] = state ? state.packageType : undefined;
69
67
  resourceInputs["priorityResolution"] = state ? state.priorityResolution : undefined;
70
68
  resourceInputs["projectEnvironments"] = state ? state.projectEnvironments : undefined;
71
69
  resourceInputs["projectKey"] = state ? state.projectKey : undefined;
@@ -81,13 +79,11 @@ class DockerV1Repository extends pulumi.CustomResource {
81
79
  }
82
80
  resourceInputs["archiveBrowsingEnabled"] = args ? args.archiveBrowsingEnabled : undefined;
83
81
  resourceInputs["blackedOut"] = args ? args.blackedOut : undefined;
84
- resourceInputs["cdnRedirect"] = args ? args.cdnRedirect : undefined;
85
82
  resourceInputs["description"] = args ? args.description : undefined;
86
83
  resourceInputs["downloadDirect"] = args ? args.downloadDirect : undefined;
87
84
  resourceInputs["excludesPattern"] = args ? args.excludesPattern : undefined;
88
85
  resourceInputs["includesPattern"] = args ? args.includesPattern : undefined;
89
86
  resourceInputs["key"] = args ? args.key : undefined;
90
- resourceInputs["maxUniqueTags"] = args ? args.maxUniqueTags : undefined;
91
87
  resourceInputs["notes"] = args ? args.notes : undefined;
92
88
  resourceInputs["priorityResolution"] = args ? args.priorityResolution : undefined;
93
89
  resourceInputs["projectEnvironments"] = args ? args.projectEnvironments : undefined;
@@ -97,7 +93,7 @@ class DockerV1Repository extends pulumi.CustomResource {
97
93
  resourceInputs["xrayIndex"] = args ? args.xrayIndex : undefined;
98
94
  resourceInputs["apiVersion"] = undefined /*out*/;
99
95
  resourceInputs["blockPushingSchema1"] = undefined /*out*/;
100
- resourceInputs["packageType"] = undefined /*out*/;
96
+ resourceInputs["maxUniqueTags"] = undefined /*out*/;
101
97
  resourceInputs["tagRetention"] = undefined /*out*/;
102
98
  }
103
99
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);