@pulumi/artifactory 0.6.0 → 0.7.0

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 (148) hide show
  1. package/alpineRepository.d.ts +64 -1
  2. package/alpineRepository.js +1 -1
  3. package/alpineRepository.js.map +1 -1
  4. package/backup.d.ts +168 -0
  5. package/backup.js +105 -0
  6. package/backup.js.map +1 -0
  7. package/debianRepository.d.ts +63 -0
  8. package/debianRepository.js.map +1 -1
  9. package/dockerV1Repository.d.ts +63 -0
  10. package/dockerV1Repository.js.map +1 -1
  11. package/dockerV2Repository.d.ts +66 -9
  12. package/dockerV2Repository.js.map +1 -1
  13. package/federatedAlpineRepository.d.ts +63 -0
  14. package/federatedAlpineRepository.js.map +1 -1
  15. package/federatedBowerRepository.d.ts +63 -0
  16. package/federatedBowerRepository.js.map +1 -1
  17. package/federatedCargoRepository.d.ts +63 -0
  18. package/federatedCargoRepository.js.map +1 -1
  19. package/federatedChefRepository.d.ts +63 -0
  20. package/federatedChefRepository.js.map +1 -1
  21. package/federatedCocoapodsRepository.d.ts +63 -0
  22. package/federatedCocoapodsRepository.js.map +1 -1
  23. package/federatedComposerRepository.d.ts +63 -0
  24. package/federatedComposerRepository.js.map +1 -1
  25. package/federatedConanRepository.d.ts +63 -0
  26. package/federatedConanRepository.js.map +1 -1
  27. package/federatedCondaRepository.d.ts +63 -0
  28. package/federatedCondaRepository.js.map +1 -1
  29. package/federatedCranRepository.d.ts +63 -0
  30. package/federatedCranRepository.js.map +1 -1
  31. package/federatedDebianRepository.d.ts +63 -0
  32. package/federatedDebianRepository.js.map +1 -1
  33. package/federatedDockerRepository.d.ts +63 -0
  34. package/federatedDockerRepository.js.map +1 -1
  35. package/federatedGemsRepository.d.ts +63 -0
  36. package/federatedGemsRepository.js.map +1 -1
  37. package/federatedGenericRepository.d.ts +63 -0
  38. package/federatedGenericRepository.js.map +1 -1
  39. package/federatedGitltfsRepository.d.ts +63 -0
  40. package/federatedGitltfsRepository.js.map +1 -1
  41. package/federatedGoRepository.d.ts +63 -0
  42. package/federatedGoRepository.js.map +1 -1
  43. package/federatedGradleRepository.d.ts +63 -0
  44. package/federatedGradleRepository.js.map +1 -1
  45. package/federatedHelmRepository.d.ts +63 -0
  46. package/federatedHelmRepository.js.map +1 -1
  47. package/federatedIvyRepository.d.ts +63 -0
  48. package/federatedIvyRepository.js.map +1 -1
  49. package/federatedMavenRepository.d.ts +63 -0
  50. package/federatedMavenRepository.js.map +1 -1
  51. package/federatedNpmRepository.d.ts +63 -0
  52. package/federatedNpmRepository.js.map +1 -1
  53. package/federatedNugetRepository.d.ts +63 -0
  54. package/federatedNugetRepository.js.map +1 -1
  55. package/federatedOpkgRepository.d.ts +63 -0
  56. package/federatedOpkgRepository.js.map +1 -1
  57. package/federatedPuppetRepository.d.ts +63 -0
  58. package/federatedPuppetRepository.js.map +1 -1
  59. package/federatedPypiRepository.d.ts +63 -0
  60. package/federatedPypiRepository.js.map +1 -1
  61. package/federatedRpmRepository.d.ts +63 -0
  62. package/federatedRpmRepository.js.map +1 -1
  63. package/federatedSbtRepository.d.ts +63 -0
  64. package/federatedSbtRepository.js.map +1 -1
  65. package/federatedVagrantRepository.d.ts +63 -0
  66. package/federatedVagrantRepository.js.map +1 -1
  67. package/goRepository.d.ts +6 -6
  68. package/index.d.ts +3 -0
  69. package/index.js +15 -0
  70. package/index.js.map +1 -1
  71. package/localBowerRepository.d.ts +63 -0
  72. package/localBowerRepository.js.map +1 -1
  73. package/localChefRepository.d.ts +63 -0
  74. package/localChefRepository.js.map +1 -1
  75. package/localCocoapodsRepository.d.ts +63 -0
  76. package/localCocoapodsRepository.js.map +1 -1
  77. package/localComposerRepository.d.ts +63 -0
  78. package/localComposerRepository.js.map +1 -1
  79. package/localConanRepository.d.ts +63 -0
  80. package/localConanRepository.js.map +1 -1
  81. package/localCranRepository.d.ts +63 -0
  82. package/localCranRepository.js.map +1 -1
  83. package/localGemsRepository.d.ts +63 -0
  84. package/localGemsRepository.js.map +1 -1
  85. package/localGenericRepository.d.ts +60 -12
  86. package/localGenericRepository.js.map +1 -1
  87. package/localGitltfsRepository.d.ts +63 -0
  88. package/localGitltfsRepository.js.map +1 -1
  89. package/localGoRepository.d.ts +63 -0
  90. package/localGoRepository.js.map +1 -1
  91. package/localGradleRepository.d.ts +64 -1
  92. package/localGradleRepository.js +1 -1
  93. package/localGradleRepository.js.map +1 -1
  94. package/localHelmRepository.d.ts +63 -0
  95. package/localHelmRepository.js.map +1 -1
  96. package/localIvyRepository.d.ts +63 -0
  97. package/localIvyRepository.js.map +1 -1
  98. package/localMavenRepository.d.ts +65 -2
  99. package/localMavenRepository.js +2 -2
  100. package/localMavenRepository.js.map +1 -1
  101. package/localNpmRepository.d.ts +63 -0
  102. package/localNpmRepository.js.map +1 -1
  103. package/localNugetRepository.d.ts +64 -1
  104. package/localNugetRepository.js +1 -1
  105. package/localNugetRepository.js.map +1 -1
  106. package/localOpkgRepository.d.ts +63 -0
  107. package/localOpkgRepository.js.map +1 -1
  108. package/localPuppetRepository.d.ts +63 -0
  109. package/localPuppetRepository.js.map +1 -1
  110. package/localPypiRepository.d.ts +63 -0
  111. package/localPypiRepository.js.map +1 -1
  112. package/localRpmRepository.d.ts +63 -0
  113. package/localRpmRepository.js.map +1 -1
  114. package/localSbtRepository.d.ts +63 -0
  115. package/localSbtRepository.js.map +1 -1
  116. package/localVagrantRepository.d.ts +63 -0
  117. package/localVagrantRepository.js.map +1 -1
  118. package/mavenRepository.d.ts +3 -3
  119. package/package.json +2 -2
  120. package/package.json.dev +2 -2
  121. package/remoteCargoRepository.d.ts +136 -54
  122. package/remoteCargoRepository.js +2 -0
  123. package/remoteCargoRepository.js.map +1 -1
  124. package/remoteDockerRepository.d.ts +127 -54
  125. package/remoteDockerRepository.js +2 -0
  126. package/remoteDockerRepository.js.map +1 -1
  127. package/remoteGradleRepository.d.ts +530 -0
  128. package/remoteGradleRepository.js +168 -0
  129. package/remoteGradleRepository.js.map +1 -0
  130. package/remoteHelmRepository.d.ts +136 -54
  131. package/remoteHelmRepository.js +2 -0
  132. package/remoteHelmRepository.js.map +1 -1
  133. package/remoteMavenRepository.d.ts +530 -0
  134. package/remoteMavenRepository.js +168 -0
  135. package/remoteMavenRepository.js.map +1 -0
  136. package/remoteNpmRepository.d.ts +127 -57
  137. package/remoteNpmRepository.js.map +1 -1
  138. package/remotePypiRepository.d.ts +136 -54
  139. package/remotePypiRepository.js +2 -0
  140. package/remotePypiRepository.js.map +1 -1
  141. package/types/input.d.ts +36 -0
  142. package/types/output.d.ts +36 -0
  143. package/virtualConanRepository.d.ts +6 -3
  144. package/virtualConanRepository.js.map +1 -1
  145. package/virtualGenericRepository.d.ts +15 -30
  146. package/virtualGenericRepository.js.map +1 -1
  147. package/virtualHelmRepository.d.ts +3 -3
  148. package/virtualRpmRepository.d.ts +6 -6
@@ -0,0 +1,530 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "./types";
3
+ /**
4
+ * ## # Artifactory Remote Gradle Repository Resource
5
+ *
6
+ * Provides an Artifactory remote `gradle` repository resource.
7
+ * Official documentation can be found [here](https://www.jfrog.com/confluence/display/JFROG/Remote+Repositories).
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * Includes only new and relevant fields, for anything else, see: generic repo.
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as artifactory from "@pulumi/artifactory";
15
+ *
16
+ * const gradle_remote = new artifactory.RemoteGradleRepository("gradle-remote", {
17
+ * fetchJarsEagerly: true,
18
+ * fetchSourcesEagerly: false,
19
+ * key: "gradle-remote-foo",
20
+ * rejectInvalidJars: true,
21
+ * suppressPomConsistencyChecks: true,
22
+ * url: "https://repo1.maven.org/maven2/",
23
+ * });
24
+ * ```
25
+ */
26
+ export declare class RemoteGradleRepository extends pulumi.CustomResource {
27
+ /**
28
+ * Get an existing RemoteGradleRepository resource's state with the given name, ID, and optional extra
29
+ * properties used to qualify the lookup.
30
+ *
31
+ * @param name The _unique_ name of the resulting resource.
32
+ * @param id The _unique_ provider ID of the resource to lookup.
33
+ * @param state Any extra arguments used during the lookup.
34
+ * @param opts Optional settings to control the behavior of the CustomResource.
35
+ */
36
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: RemoteGradleRepositoryState, opts?: pulumi.CustomResourceOptions): RemoteGradleRepository;
37
+ /**
38
+ * Returns true if the given object is an instance of RemoteGradleRepository. This is designed to work even
39
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
40
+ */
41
+ static isInstance(obj: any): obj is RemoteGradleRepository;
42
+ /**
43
+ * Also known as 'Lenient Host Authentication', Allow credentials of this repository to be used on requests redirected to any other host.
44
+ */
45
+ readonly allowAnyHostAuth: pulumi.Output<boolean>;
46
+ /**
47
+ * The number of seconds the repository stays in assumed offline state after a connection error. At the end of this time, an online check is attempted in order to reset the offline status. A value of 0 means the repository is never assumed offline. Default to 300.
48
+ */
49
+ readonly assumedOfflinePeriodSecs: pulumi.Output<number | undefined>;
50
+ /**
51
+ * (A.K.A 'Ignore Repository' on the UI) When set, the repository or its local cache do not participate in artifact resolution.
52
+ */
53
+ readonly blackedOut: pulumi.Output<boolean>;
54
+ /**
55
+ * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources, HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked, Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
56
+ */
57
+ readonly blockMismatchingMimeTypes: pulumi.Output<boolean>;
58
+ /**
59
+ * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources, HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked, Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
60
+ */
61
+ readonly bypassHeadRequests: pulumi.Output<boolean>;
62
+ readonly clientTlsCertificate: pulumi.Output<string>;
63
+ /**
64
+ * Reference [JFROG Smart Remote Repositories](https://www.jfrog.com/confluence/display/JFROG/Smart+Remote+Repositories)
65
+ */
66
+ readonly contentSynchronisation: pulumi.Output<outputs.RemoteGradleRepositoryContentSynchronisation>;
67
+ readonly description: pulumi.Output<string>;
68
+ /**
69
+ * Enables cookie management if the remote repository uses cookies to manage client state.
70
+ */
71
+ readonly enableCookieManagement: pulumi.Output<boolean>;
72
+ /**
73
+ * List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**&#47;z/*. By default no artifacts are excluded.
74
+ */
75
+ readonly excludesPattern: pulumi.Output<string>;
76
+ /**
77
+ * This field is not returned in a get payload but is offered on the UI. It's inserted here for inclusive and informational reasons. It does not function
78
+ *
79
+ * @deprecated This field is not returned in a get payload but is offered on the UI. It's inserted here for inclusive and informational reasons. It does not function
80
+ */
81
+ readonly failedRetrievalCachePeriodSecs: pulumi.Output<number>;
82
+ /**
83
+ * - When set, if a POM is requested, Artifactory attempts to fetch the corresponding jar in the background. This will accelerate first access time to the jar when it is subsequently requested.
84
+ */
85
+ readonly fetchJarsEagerly: pulumi.Output<boolean | undefined>;
86
+ /**
87
+ * - When set, if a binaries jar is requested, Artifactory attempts to fetch the corresponding source jar in the background. This will accelerate first access time to the source jar when it is subsequently requested.
88
+ */
89
+ readonly fetchSourcesEagerly: pulumi.Output<boolean | undefined>;
90
+ /**
91
+ * - If set, Artifactory allows you to deploy release artifacts into this repository.
92
+ */
93
+ readonly handleReleases: pulumi.Output<boolean | undefined>;
94
+ /**
95
+ * - If set, Artifactory allows you to deploy snapshot artifacts into this repository.
96
+ */
97
+ readonly handleSnapshots: pulumi.Output<boolean | undefined>;
98
+ /**
99
+ * When set, Artifactory will return an error to the client that causes the build to fail if there is a failure to communicate with this repository.
100
+ */
101
+ readonly hardFail: pulumi.Output<boolean>;
102
+ /**
103
+ * List of artifact patterns to include when evaluating artifact requests in the form of x/y/**&#47;z/*. When used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (**&#47;*).
104
+ */
105
+ readonly includesPattern: pulumi.Output<string>;
106
+ /**
107
+ * The repository identifier. Must be unique system-wide
108
+ */
109
+ readonly key: pulumi.Output<string>;
110
+ /**
111
+ * - Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of the 'Retrieval Cache Period'. This field exists in the API but not in the UI.
112
+ */
113
+ readonly listRemoteFolderItems: pulumi.Output<boolean | undefined>;
114
+ /**
115
+ * The local address to be used when creating connections. Useful for specifying the interface to use on systems with multiple network interfaces.
116
+ */
117
+ readonly localAddress: pulumi.Output<string | undefined>;
118
+ /**
119
+ * The number of seconds to cache artifact retrieval misses (artifact not found). A value of 0 indicates no caching.
120
+ */
121
+ readonly missedCachePeriodSeconds: pulumi.Output<number>;
122
+ readonly notes: pulumi.Output<string | undefined>;
123
+ /**
124
+ * If set, Artifactory does not try to fetch remote artifacts. Only locally-cached artifacts are retrieved.
125
+ */
126
+ readonly offline: pulumi.Output<boolean>;
127
+ readonly packageType: pulumi.Output<string>;
128
+ readonly password: pulumi.Output<string | undefined>;
129
+ /**
130
+ * Setting repositories with priority will cause metadata to be merged only from repositories set with this field
131
+ */
132
+ readonly priorityResolution: pulumi.Output<boolean>;
133
+ /**
134
+ * Project environment for assigning this repository to. Allow values: "DEV" or "PROD"
135
+ */
136
+ readonly projectEnvironments: pulumi.Output<string[] | undefined>;
137
+ /**
138
+ * Project key for assigning this repository to. When assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
139
+ */
140
+ readonly projectKey: pulumi.Output<string | undefined>;
141
+ /**
142
+ * When set, if query params are included in the request to Artifactory, they will be passed on to the remote repository.
143
+ */
144
+ readonly propagateQueryParams: pulumi.Output<boolean | undefined>;
145
+ /**
146
+ * List of property set name
147
+ */
148
+ readonly propertySets: pulumi.Output<string[] | undefined>;
149
+ readonly proxy: pulumi.Output<string>;
150
+ /**
151
+ * - Reject the caching of jar files that are found to be invalid. For example, pseudo jars retrieved behind a "captive portal".
152
+ */
153
+ readonly rejectInvalidJars: pulumi.Output<boolean | undefined>;
154
+ /**
155
+ * - Checking the Checksum effectively verifies the integrity of a deployed resource. The Checksum Policy determines how the system behaves when a client checksum for a remote resource is missing or conflicts with the locally calculated checksum. Available policies are 'generate-if-absent', 'fail', 'ignore-and-generate', and 'pass-thru'.
156
+ */
157
+ readonly remoteRepoChecksumPolicyType: pulumi.Output<string | undefined>;
158
+ /**
159
+ * Repository layout key for the remote layout mapping
160
+ */
161
+ readonly remoteRepoLayoutRef: pulumi.Output<string>;
162
+ /**
163
+ * Repository layout key for the remote repository
164
+ */
165
+ readonly repoLayoutRef: pulumi.Output<string>;
166
+ /**
167
+ * The metadataRetrievalTimeoutSecs field not allowed to be bigger then retrievalCachePeriodSecs field.
168
+ */
169
+ readonly retrievalCachePeriodSeconds: pulumi.Output<number>;
170
+ readonly shareConfiguration: pulumi.Output<boolean>;
171
+ /**
172
+ * Network timeout (in ms) to use when establishing a connection and for unanswered requests. Timing out on a network operation is considered a retrieval failure.
173
+ */
174
+ readonly socketTimeoutMillis: pulumi.Output<number>;
175
+ /**
176
+ * When set, the repository should store cached artifacts locally. When not set, artifacts are not stored locally, and direct repository-to-client streaming is used. This can be useful for multi-server setups over a high-speed LAN, with one Artifactory caching certain data on central storage, and streaming it directly to satellite pass-though Artifactory servers.
177
+ */
178
+ readonly storeArtifactsLocally: pulumi.Output<boolean>;
179
+ /**
180
+ * - By default, the system keeps your repositories healthy by refusing POMs with incorrect coordinates (path). If the groupId:artifactId:version information inside the POM does not match the deployed path, Artifactory rejects the deployment with a "409 Conflict" error. You can disable this behavior by setting this attribute to 'true'.
181
+ */
182
+ readonly suppressPomConsistencyChecks: pulumi.Output<boolean | undefined>;
183
+ /**
184
+ * When set, remote artifacts are fetched along with their properties.
185
+ */
186
+ readonly synchronizeProperties: pulumi.Output<boolean>;
187
+ readonly unusedArtifactsCleanupPeriodEnabled: pulumi.Output<boolean>;
188
+ /**
189
+ * The number of hours to wait before an artifact is deemed "unused" and eligible for cleanup from the repository. A value of 0 means automatic cleanup of cached artifacts is disabled.
190
+ */
191
+ readonly unusedArtifactsCleanupPeriodHours: pulumi.Output<number>;
192
+ /**
193
+ * - the remote repo URL. You kinda don't have a remote repo without it
194
+ */
195
+ readonly url: pulumi.Output<string>;
196
+ readonly username: pulumi.Output<string | undefined>;
197
+ /**
198
+ * Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
199
+ */
200
+ readonly xrayIndex: pulumi.Output<boolean | undefined>;
201
+ /**
202
+ * Create a RemoteGradleRepository resource with the given unique name, arguments, and options.
203
+ *
204
+ * @param name The _unique_ name of the resource.
205
+ * @param args The arguments to use to populate this resource's properties.
206
+ * @param opts A bag of options that control this resource's behavior.
207
+ */
208
+ constructor(name: string, args: RemoteGradleRepositoryArgs, opts?: pulumi.CustomResourceOptions);
209
+ }
210
+ /**
211
+ * Input properties used for looking up and filtering RemoteGradleRepository resources.
212
+ */
213
+ export interface RemoteGradleRepositoryState {
214
+ /**
215
+ * Also known as 'Lenient Host Authentication', Allow credentials of this repository to be used on requests redirected to any other host.
216
+ */
217
+ allowAnyHostAuth?: pulumi.Input<boolean>;
218
+ /**
219
+ * The number of seconds the repository stays in assumed offline state after a connection error. At the end of this time, an online check is attempted in order to reset the offline status. A value of 0 means the repository is never assumed offline. Default to 300.
220
+ */
221
+ assumedOfflinePeriodSecs?: pulumi.Input<number>;
222
+ /**
223
+ * (A.K.A 'Ignore Repository' on the UI) When set, the repository or its local cache do not participate in artifact resolution.
224
+ */
225
+ blackedOut?: pulumi.Input<boolean>;
226
+ /**
227
+ * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources, HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked, Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
228
+ */
229
+ blockMismatchingMimeTypes?: pulumi.Input<boolean>;
230
+ /**
231
+ * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources, HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked, Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
232
+ */
233
+ bypassHeadRequests?: pulumi.Input<boolean>;
234
+ clientTlsCertificate?: pulumi.Input<string>;
235
+ /**
236
+ * Reference [JFROG Smart Remote Repositories](https://www.jfrog.com/confluence/display/JFROG/Smart+Remote+Repositories)
237
+ */
238
+ contentSynchronisation?: pulumi.Input<inputs.RemoteGradleRepositoryContentSynchronisation>;
239
+ description?: pulumi.Input<string>;
240
+ /**
241
+ * Enables cookie management if the remote repository uses cookies to manage client state.
242
+ */
243
+ enableCookieManagement?: pulumi.Input<boolean>;
244
+ /**
245
+ * List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**&#47;z/*. By default no artifacts are excluded.
246
+ */
247
+ excludesPattern?: pulumi.Input<string>;
248
+ /**
249
+ * This field is not returned in a get payload but is offered on the UI. It's inserted here for inclusive and informational reasons. It does not function
250
+ *
251
+ * @deprecated This field is not returned in a get payload but is offered on the UI. It's inserted here for inclusive and informational reasons. It does not function
252
+ */
253
+ failedRetrievalCachePeriodSecs?: pulumi.Input<number>;
254
+ /**
255
+ * - When set, if a POM is requested, Artifactory attempts to fetch the corresponding jar in the background. This will accelerate first access time to the jar when it is subsequently requested.
256
+ */
257
+ fetchJarsEagerly?: pulumi.Input<boolean>;
258
+ /**
259
+ * - When set, if a binaries jar is requested, Artifactory attempts to fetch the corresponding source jar in the background. This will accelerate first access time to the source jar when it is subsequently requested.
260
+ */
261
+ fetchSourcesEagerly?: pulumi.Input<boolean>;
262
+ /**
263
+ * - If set, Artifactory allows you to deploy release artifacts into this repository.
264
+ */
265
+ handleReleases?: pulumi.Input<boolean>;
266
+ /**
267
+ * - If set, Artifactory allows you to deploy snapshot artifacts into this repository.
268
+ */
269
+ handleSnapshots?: pulumi.Input<boolean>;
270
+ /**
271
+ * When set, Artifactory will return an error to the client that causes the build to fail if there is a failure to communicate with this repository.
272
+ */
273
+ hardFail?: pulumi.Input<boolean>;
274
+ /**
275
+ * List of artifact patterns to include when evaluating artifact requests in the form of x/y/**&#47;z/*. When used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (**&#47;*).
276
+ */
277
+ includesPattern?: pulumi.Input<string>;
278
+ /**
279
+ * The repository identifier. Must be unique system-wide
280
+ */
281
+ key?: pulumi.Input<string>;
282
+ /**
283
+ * - Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of the 'Retrieval Cache Period'. This field exists in the API but not in the UI.
284
+ */
285
+ listRemoteFolderItems?: pulumi.Input<boolean>;
286
+ /**
287
+ * The local address to be used when creating connections. Useful for specifying the interface to use on systems with multiple network interfaces.
288
+ */
289
+ localAddress?: pulumi.Input<string>;
290
+ /**
291
+ * The number of seconds to cache artifact retrieval misses (artifact not found). A value of 0 indicates no caching.
292
+ */
293
+ missedCachePeriodSeconds?: pulumi.Input<number>;
294
+ notes?: pulumi.Input<string>;
295
+ /**
296
+ * If set, Artifactory does not try to fetch remote artifacts. Only locally-cached artifacts are retrieved.
297
+ */
298
+ offline?: pulumi.Input<boolean>;
299
+ packageType?: pulumi.Input<string>;
300
+ password?: pulumi.Input<string>;
301
+ /**
302
+ * Setting repositories with priority will cause metadata to be merged only from repositories set with this field
303
+ */
304
+ priorityResolution?: pulumi.Input<boolean>;
305
+ /**
306
+ * Project environment for assigning this repository to. Allow values: "DEV" or "PROD"
307
+ */
308
+ projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
309
+ /**
310
+ * Project key for assigning this repository to. When assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
311
+ */
312
+ projectKey?: pulumi.Input<string>;
313
+ /**
314
+ * When set, if query params are included in the request to Artifactory, they will be passed on to the remote repository.
315
+ */
316
+ propagateQueryParams?: pulumi.Input<boolean>;
317
+ /**
318
+ * List of property set name
319
+ */
320
+ propertySets?: pulumi.Input<pulumi.Input<string>[]>;
321
+ proxy?: pulumi.Input<string>;
322
+ /**
323
+ * - Reject the caching of jar files that are found to be invalid. For example, pseudo jars retrieved behind a "captive portal".
324
+ */
325
+ rejectInvalidJars?: pulumi.Input<boolean>;
326
+ /**
327
+ * - Checking the Checksum effectively verifies the integrity of a deployed resource. The Checksum Policy determines how the system behaves when a client checksum for a remote resource is missing or conflicts with the locally calculated checksum. Available policies are 'generate-if-absent', 'fail', 'ignore-and-generate', and 'pass-thru'.
328
+ */
329
+ remoteRepoChecksumPolicyType?: pulumi.Input<string>;
330
+ /**
331
+ * Repository layout key for the remote layout mapping
332
+ */
333
+ remoteRepoLayoutRef?: pulumi.Input<string>;
334
+ /**
335
+ * Repository layout key for the remote repository
336
+ */
337
+ repoLayoutRef?: pulumi.Input<string>;
338
+ /**
339
+ * The metadataRetrievalTimeoutSecs field not allowed to be bigger then retrievalCachePeriodSecs field.
340
+ */
341
+ retrievalCachePeriodSeconds?: pulumi.Input<number>;
342
+ shareConfiguration?: pulumi.Input<boolean>;
343
+ /**
344
+ * Network timeout (in ms) to use when establishing a connection and for unanswered requests. Timing out on a network operation is considered a retrieval failure.
345
+ */
346
+ socketTimeoutMillis?: pulumi.Input<number>;
347
+ /**
348
+ * When set, the repository should store cached artifacts locally. When not set, artifacts are not stored locally, and direct repository-to-client streaming is used. This can be useful for multi-server setups over a high-speed LAN, with one Artifactory caching certain data on central storage, and streaming it directly to satellite pass-though Artifactory servers.
349
+ */
350
+ storeArtifactsLocally?: pulumi.Input<boolean>;
351
+ /**
352
+ * - By default, the system keeps your repositories healthy by refusing POMs with incorrect coordinates (path). If the groupId:artifactId:version information inside the POM does not match the deployed path, Artifactory rejects the deployment with a "409 Conflict" error. You can disable this behavior by setting this attribute to 'true'.
353
+ */
354
+ suppressPomConsistencyChecks?: pulumi.Input<boolean>;
355
+ /**
356
+ * When set, remote artifacts are fetched along with their properties.
357
+ */
358
+ synchronizeProperties?: pulumi.Input<boolean>;
359
+ unusedArtifactsCleanupPeriodEnabled?: pulumi.Input<boolean>;
360
+ /**
361
+ * The number of hours to wait before an artifact is deemed "unused" and eligible for cleanup from the repository. A value of 0 means automatic cleanup of cached artifacts is disabled.
362
+ */
363
+ unusedArtifactsCleanupPeriodHours?: pulumi.Input<number>;
364
+ /**
365
+ * - the remote repo URL. You kinda don't have a remote repo without it
366
+ */
367
+ url?: pulumi.Input<string>;
368
+ username?: pulumi.Input<string>;
369
+ /**
370
+ * Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
371
+ */
372
+ xrayIndex?: pulumi.Input<boolean>;
373
+ }
374
+ /**
375
+ * The set of arguments for constructing a RemoteGradleRepository resource.
376
+ */
377
+ export interface RemoteGradleRepositoryArgs {
378
+ /**
379
+ * Also known as 'Lenient Host Authentication', Allow credentials of this repository to be used on requests redirected to any other host.
380
+ */
381
+ allowAnyHostAuth?: pulumi.Input<boolean>;
382
+ /**
383
+ * The number of seconds the repository stays in assumed offline state after a connection error. At the end of this time, an online check is attempted in order to reset the offline status. A value of 0 means the repository is never assumed offline. Default to 300.
384
+ */
385
+ assumedOfflinePeriodSecs?: pulumi.Input<number>;
386
+ /**
387
+ * (A.K.A 'Ignore Repository' on the UI) When set, the repository or its local cache do not participate in artifact resolution.
388
+ */
389
+ blackedOut?: pulumi.Input<boolean>;
390
+ /**
391
+ * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources, HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked, Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
392
+ */
393
+ blockMismatchingMimeTypes?: pulumi.Input<boolean>;
394
+ /**
395
+ * Before caching an artifact, Artifactory first sends a HEAD request to the remote resource. In some remote resources, HEAD requests are disallowed and therefore rejected, even though downloading the artifact is allowed. When checked, Artifactory will bypass the HEAD request and cache the artifact directly using a GET request.
396
+ */
397
+ bypassHeadRequests?: pulumi.Input<boolean>;
398
+ clientTlsCertificate?: pulumi.Input<string>;
399
+ /**
400
+ * Reference [JFROG Smart Remote Repositories](https://www.jfrog.com/confluence/display/JFROG/Smart+Remote+Repositories)
401
+ */
402
+ contentSynchronisation?: pulumi.Input<inputs.RemoteGradleRepositoryContentSynchronisation>;
403
+ description?: pulumi.Input<string>;
404
+ /**
405
+ * Enables cookie management if the remote repository uses cookies to manage client state.
406
+ */
407
+ enableCookieManagement?: pulumi.Input<boolean>;
408
+ /**
409
+ * List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**&#47;z/*. By default no artifacts are excluded.
410
+ */
411
+ excludesPattern?: pulumi.Input<string>;
412
+ /**
413
+ * - When set, if a POM is requested, Artifactory attempts to fetch the corresponding jar in the background. This will accelerate first access time to the jar when it is subsequently requested.
414
+ */
415
+ fetchJarsEagerly?: pulumi.Input<boolean>;
416
+ /**
417
+ * - When set, if a binaries jar is requested, Artifactory attempts to fetch the corresponding source jar in the background. This will accelerate first access time to the source jar when it is subsequently requested.
418
+ */
419
+ fetchSourcesEagerly?: pulumi.Input<boolean>;
420
+ /**
421
+ * - If set, Artifactory allows you to deploy release artifacts into this repository.
422
+ */
423
+ handleReleases?: pulumi.Input<boolean>;
424
+ /**
425
+ * - If set, Artifactory allows you to deploy snapshot artifacts into this repository.
426
+ */
427
+ handleSnapshots?: pulumi.Input<boolean>;
428
+ /**
429
+ * When set, Artifactory will return an error to the client that causes the build to fail if there is a failure to communicate with this repository.
430
+ */
431
+ hardFail?: pulumi.Input<boolean>;
432
+ /**
433
+ * List of artifact patterns to include when evaluating artifact requests in the form of x/y/**&#47;z/*. When used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (**&#47;*).
434
+ */
435
+ includesPattern?: pulumi.Input<string>;
436
+ /**
437
+ * The repository identifier. Must be unique system-wide
438
+ */
439
+ key: pulumi.Input<string>;
440
+ /**
441
+ * - Lists the items of remote folders in simple and list browsing. The remote content is cached according to the value of the 'Retrieval Cache Period'. This field exists in the API but not in the UI.
442
+ */
443
+ listRemoteFolderItems?: pulumi.Input<boolean>;
444
+ /**
445
+ * The local address to be used when creating connections. Useful for specifying the interface to use on systems with multiple network interfaces.
446
+ */
447
+ localAddress?: pulumi.Input<string>;
448
+ /**
449
+ * The number of seconds to cache artifact retrieval misses (artifact not found). A value of 0 indicates no caching.
450
+ */
451
+ missedCachePeriodSeconds?: pulumi.Input<number>;
452
+ notes?: pulumi.Input<string>;
453
+ /**
454
+ * If set, Artifactory does not try to fetch remote artifacts. Only locally-cached artifacts are retrieved.
455
+ */
456
+ offline?: pulumi.Input<boolean>;
457
+ password?: pulumi.Input<string>;
458
+ /**
459
+ * Setting repositories with priority will cause metadata to be merged only from repositories set with this field
460
+ */
461
+ priorityResolution?: pulumi.Input<boolean>;
462
+ /**
463
+ * Project environment for assigning this repository to. Allow values: "DEV" or "PROD"
464
+ */
465
+ projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
466
+ /**
467
+ * Project key for assigning this repository to. When assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
468
+ */
469
+ projectKey?: pulumi.Input<string>;
470
+ /**
471
+ * When set, if query params are included in the request to Artifactory, they will be passed on to the remote repository.
472
+ */
473
+ propagateQueryParams?: pulumi.Input<boolean>;
474
+ /**
475
+ * List of property set name
476
+ */
477
+ propertySets?: pulumi.Input<pulumi.Input<string>[]>;
478
+ proxy?: pulumi.Input<string>;
479
+ /**
480
+ * - Reject the caching of jar files that are found to be invalid. For example, pseudo jars retrieved behind a "captive portal".
481
+ */
482
+ rejectInvalidJars?: pulumi.Input<boolean>;
483
+ /**
484
+ * - Checking the Checksum effectively verifies the integrity of a deployed resource. The Checksum Policy determines how the system behaves when a client checksum for a remote resource is missing or conflicts with the locally calculated checksum. Available policies are 'generate-if-absent', 'fail', 'ignore-and-generate', and 'pass-thru'.
485
+ */
486
+ remoteRepoChecksumPolicyType?: pulumi.Input<string>;
487
+ /**
488
+ * Repository layout key for the remote layout mapping
489
+ */
490
+ remoteRepoLayoutRef?: pulumi.Input<string>;
491
+ /**
492
+ * Repository layout key for the remote repository
493
+ */
494
+ repoLayoutRef?: pulumi.Input<string>;
495
+ /**
496
+ * The metadataRetrievalTimeoutSecs field not allowed to be bigger then retrievalCachePeriodSecs field.
497
+ */
498
+ retrievalCachePeriodSeconds?: pulumi.Input<number>;
499
+ shareConfiguration?: pulumi.Input<boolean>;
500
+ /**
501
+ * Network timeout (in ms) to use when establishing a connection and for unanswered requests. Timing out on a network operation is considered a retrieval failure.
502
+ */
503
+ socketTimeoutMillis?: pulumi.Input<number>;
504
+ /**
505
+ * When set, the repository should store cached artifacts locally. When not set, artifacts are not stored locally, and direct repository-to-client streaming is used. This can be useful for multi-server setups over a high-speed LAN, with one Artifactory caching certain data on central storage, and streaming it directly to satellite pass-though Artifactory servers.
506
+ */
507
+ storeArtifactsLocally?: pulumi.Input<boolean>;
508
+ /**
509
+ * - By default, the system keeps your repositories healthy by refusing POMs with incorrect coordinates (path). If the groupId:artifactId:version information inside the POM does not match the deployed path, Artifactory rejects the deployment with a "409 Conflict" error. You can disable this behavior by setting this attribute to 'true'.
510
+ */
511
+ suppressPomConsistencyChecks?: pulumi.Input<boolean>;
512
+ /**
513
+ * When set, remote artifacts are fetched along with their properties.
514
+ */
515
+ synchronizeProperties?: pulumi.Input<boolean>;
516
+ unusedArtifactsCleanupPeriodEnabled?: pulumi.Input<boolean>;
517
+ /**
518
+ * The number of hours to wait before an artifact is deemed "unused" and eligible for cleanup from the repository. A value of 0 means automatic cleanup of cached artifacts is disabled.
519
+ */
520
+ unusedArtifactsCleanupPeriodHours?: pulumi.Input<number>;
521
+ /**
522
+ * - the remote repo URL. You kinda don't have a remote repo without it
523
+ */
524
+ url: pulumi.Input<string>;
525
+ username?: pulumi.Input<string>;
526
+ /**
527
+ * Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
528
+ */
529
+ xrayIndex?: pulumi.Input<boolean>;
530
+ }