@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
@@ -60,16 +60,13 @@ class LocalCargoRepository extends pulumi.CustomResource {
60
60
  resourceInputs["anonymousAccess"] = state ? state.anonymousAccess : undefined;
61
61
  resourceInputs["archiveBrowsingEnabled"] = state ? state.archiveBrowsingEnabled : undefined;
62
62
  resourceInputs["blackedOut"] = state ? state.blackedOut : undefined;
63
- resourceInputs["cdnRedirect"] = state ? state.cdnRedirect : undefined;
64
63
  resourceInputs["description"] = state ? state.description : undefined;
65
64
  resourceInputs["downloadDirect"] = state ? state.downloadDirect : undefined;
66
65
  resourceInputs["enableSparseIndex"] = state ? state.enableSparseIndex : undefined;
67
66
  resourceInputs["excludesPattern"] = state ? state.excludesPattern : undefined;
68
67
  resourceInputs["includesPattern"] = state ? state.includesPattern : undefined;
69
- resourceInputs["indexCompressionFormats"] = state ? state.indexCompressionFormats : undefined;
70
68
  resourceInputs["key"] = state ? state.key : undefined;
71
69
  resourceInputs["notes"] = state ? state.notes : undefined;
72
- resourceInputs["packageType"] = state ? state.packageType : undefined;
73
70
  resourceInputs["priorityResolution"] = state ? state.priorityResolution : undefined;
74
71
  resourceInputs["projectEnvironments"] = state ? state.projectEnvironments : undefined;
75
72
  resourceInputs["projectKey"] = state ? state.projectKey : undefined;
@@ -85,13 +82,11 @@ class LocalCargoRepository extends pulumi.CustomResource {
85
82
  resourceInputs["anonymousAccess"] = args ? args.anonymousAccess : undefined;
86
83
  resourceInputs["archiveBrowsingEnabled"] = args ? args.archiveBrowsingEnabled : undefined;
87
84
  resourceInputs["blackedOut"] = args ? args.blackedOut : undefined;
88
- resourceInputs["cdnRedirect"] = args ? args.cdnRedirect : undefined;
89
85
  resourceInputs["description"] = args ? args.description : undefined;
90
86
  resourceInputs["downloadDirect"] = args ? args.downloadDirect : undefined;
91
87
  resourceInputs["enableSparseIndex"] = args ? args.enableSparseIndex : undefined;
92
88
  resourceInputs["excludesPattern"] = args ? args.excludesPattern : undefined;
93
89
  resourceInputs["includesPattern"] = args ? args.includesPattern : undefined;
94
- resourceInputs["indexCompressionFormats"] = args ? args.indexCompressionFormats : undefined;
95
90
  resourceInputs["key"] = args ? args.key : undefined;
96
91
  resourceInputs["notes"] = args ? args.notes : undefined;
97
92
  resourceInputs["priorityResolution"] = args ? args.priorityResolution : undefined;
@@ -100,7 +95,6 @@ class LocalCargoRepository extends pulumi.CustomResource {
100
95
  resourceInputs["propertySets"] = args ? args.propertySets : undefined;
101
96
  resourceInputs["repoLayoutRef"] = args ? args.repoLayoutRef : undefined;
102
97
  resourceInputs["xrayIndex"] = args ? args.xrayIndex : undefined;
103
- resourceInputs["packageType"] = undefined /*out*/;
104
98
  }
105
99
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
106
100
  super(LocalCargoRepository.__pulumiType, name, resourceInputs, opts);
@@ -1 +1 @@
1
- {"version":3,"file":"localCargoRepository.js","sourceRoot":"","sources":["../localCargoRepository.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"localCargoRepository.js","sourceRoot":"","sources":["../localCargoRepository.ts"],"names":[],"mappings":"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"}
@@ -40,39 +40,34 @@ export declare class LocalConanRepository extends pulumi.CustomResource {
40
40
  * therefore requires strict content moderation to prevent malicious users from uploading content that may compromise
41
41
  * security (e.g., cross-site scripting attacks).
42
42
  */
43
- readonly archiveBrowsingEnabled: pulumi.Output<boolean | undefined>;
43
+ readonly archiveBrowsingEnabled: pulumi.Output<boolean>;
44
44
  /**
45
45
  * When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
46
46
  */
47
- readonly blackedOut: pulumi.Output<boolean | undefined>;
48
- /**
49
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
50
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
51
- */
52
- readonly cdnRedirect: pulumi.Output<boolean | undefined>;
47
+ readonly blackedOut: pulumi.Output<boolean>;
53
48
  /**
54
49
  * Public description.
55
50
  */
56
- readonly description: pulumi.Output<string | undefined>;
51
+ readonly description: pulumi.Output<string>;
57
52
  /**
58
53
  * When set, download requests to this repository will redirect the client to download the artifact directly from the cloud
59
54
  * storage provider. Available in Enterprise+ and Edge licenses only.
60
55
  */
61
- readonly downloadDirect: pulumi.Output<boolean | undefined>;
56
+ readonly downloadDirect: pulumi.Output<boolean>;
62
57
  /**
63
58
  * List of artifact patterns to exclude when evaluating artifact requests, in the form of `x/y/**&#47;z/*`.By default no
64
59
  * artifacts are excluded.
65
60
  */
66
- readonly excludesPattern: pulumi.Output<string | undefined>;
61
+ readonly excludesPattern: pulumi.Output<string>;
67
62
  /**
68
63
  * Force basic authentication credentials in order to use this repository. Default value is `false`.
69
64
  */
70
- readonly forceConanAuthentication: pulumi.Output<boolean | undefined>;
65
+ readonly forceConanAuthentication: pulumi.Output<boolean>;
71
66
  /**
72
67
  * List of comma-separated artifact patterns to include when evaluating artifact requests in the form of `x/y/**&#47;z/*`. When
73
68
  * used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (`**&#47;*`).
74
69
  */
75
- readonly includesPattern: pulumi.Output<string | undefined>;
70
+ readonly includesPattern: pulumi.Output<string>;
76
71
  /**
77
72
  * the identity key of the repo.
78
73
  */
@@ -80,31 +75,31 @@ export declare class LocalConanRepository extends pulumi.CustomResource {
80
75
  /**
81
76
  * Internal description.
82
77
  */
83
- readonly notes: pulumi.Output<string | undefined>;
84
- readonly packageType: pulumi.Output<string>;
78
+ readonly notes: pulumi.Output<string>;
85
79
  /**
86
80
  * Setting repositories with priority will cause metadata to be merged only from repositories set with this field
87
81
  */
88
- readonly priorityResolution: pulumi.Output<boolean | undefined>;
82
+ readonly priorityResolution: pulumi.Output<boolean>;
89
83
  readonly projectEnvironments: pulumi.Output<string[]>;
90
84
  /**
91
85
  * Project key for assigning this repository to. Must be 2 - 32 lowercase alphanumeric and hyphen characters. When
92
86
  * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
93
87
  */
94
- readonly projectKey: pulumi.Output<string | undefined>;
88
+ readonly projectKey: pulumi.Output<string>;
95
89
  /**
96
90
  * List of property set name
97
91
  */
98
92
  readonly propertySets: pulumi.Output<string[] | undefined>;
99
93
  /**
100
- * Repository layout key for the local repository
94
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
95
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
101
96
  */
102
- readonly repoLayoutRef: pulumi.Output<string | undefined>;
97
+ readonly repoLayoutRef: pulumi.Output<string>;
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 LocalConanRepository resource with the given unique name, arguments, and options.
110
105
  *
@@ -128,11 +123,6 @@ export interface LocalConanRepositoryState {
128
123
  * When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
129
124
  */
130
125
  blackedOut?: pulumi.Input<boolean>;
131
- /**
132
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
133
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
134
- */
135
- cdnRedirect?: pulumi.Input<boolean>;
136
126
  /**
137
127
  * Public description.
138
128
  */
@@ -164,7 +154,6 @@ export interface LocalConanRepositoryState {
164
154
  * Internal description.
165
155
  */
166
156
  notes?: pulumi.Input<string>;
167
- packageType?: pulumi.Input<string>;
168
157
  /**
169
158
  * Setting repositories with priority will cause metadata to be merged only from repositories set with this field
170
159
  */
@@ -180,7 +169,8 @@ export interface LocalConanRepositoryState {
180
169
  */
181
170
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
182
171
  /**
183
- * Repository layout key for the local repository
172
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
173
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
184
174
  */
185
175
  repoLayoutRef?: pulumi.Input<string>;
186
176
  /**
@@ -203,11 +193,6 @@ export interface LocalConanRepositoryArgs {
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
  */
@@ -254,7 +239,8 @@ export interface LocalConanRepositoryArgs {
254
239
  */
255
240
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
256
241
  /**
257
- * Repository layout key for the local repository
242
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
243
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
258
244
  */
259
245
  repoLayoutRef?: pulumi.Input<string>;
260
246
  /**
@@ -55,7 +55,6 @@ class LocalConanRepository extends pulumi.CustomResource {
55
55
  const state = argsOrState;
56
56
  resourceInputs["archiveBrowsingEnabled"] = state ? state.archiveBrowsingEnabled : undefined;
57
57
  resourceInputs["blackedOut"] = state ? state.blackedOut : undefined;
58
- resourceInputs["cdnRedirect"] = state ? state.cdnRedirect : undefined;
59
58
  resourceInputs["description"] = state ? state.description : undefined;
60
59
  resourceInputs["downloadDirect"] = state ? state.downloadDirect : undefined;
61
60
  resourceInputs["excludesPattern"] = state ? state.excludesPattern : undefined;
@@ -63,7 +62,6 @@ class LocalConanRepository extends pulumi.CustomResource {
63
62
  resourceInputs["includesPattern"] = state ? state.includesPattern : undefined;
64
63
  resourceInputs["key"] = state ? state.key : undefined;
65
64
  resourceInputs["notes"] = state ? state.notes : undefined;
66
- resourceInputs["packageType"] = state ? state.packageType : undefined;
67
65
  resourceInputs["priorityResolution"] = state ? state.priorityResolution : undefined;
68
66
  resourceInputs["projectEnvironments"] = state ? state.projectEnvironments : undefined;
69
67
  resourceInputs["projectKey"] = state ? state.projectKey : undefined;
@@ -78,7 +76,6 @@ class LocalConanRepository extends pulumi.CustomResource {
78
76
  }
79
77
  resourceInputs["archiveBrowsingEnabled"] = args ? args.archiveBrowsingEnabled : undefined;
80
78
  resourceInputs["blackedOut"] = args ? args.blackedOut : undefined;
81
- resourceInputs["cdnRedirect"] = args ? args.cdnRedirect : undefined;
82
79
  resourceInputs["description"] = args ? args.description : undefined;
83
80
  resourceInputs["downloadDirect"] = args ? args.downloadDirect : undefined;
84
81
  resourceInputs["excludesPattern"] = args ? args.excludesPattern : undefined;
@@ -92,7 +89,6 @@ class LocalConanRepository extends pulumi.CustomResource {
92
89
  resourceInputs["propertySets"] = args ? args.propertySets : undefined;
93
90
  resourceInputs["repoLayoutRef"] = args ? args.repoLayoutRef : undefined;
94
91
  resourceInputs["xrayIndex"] = args ? args.xrayIndex : undefined;
95
- resourceInputs["packageType"] = undefined /*out*/;
96
92
  }
97
93
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
98
94
  super(LocalConanRepository.__pulumiType, name, resourceInputs, opts);
@@ -1 +1 @@
1
- {"version":3,"file":"localConanRepository.js","sourceRoot":"","sources":["../localConanRepository.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"localConanRepository.js","sourceRoot":"","sources":["../localConanRepository.ts"],"names":[],"mappings":"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"}
@@ -48,50 +48,45 @@ export declare class LocalGradleRepository extends pulumi.CustomResource {
48
48
  * therefore requires strict content moderation to prevent malicious users from uploading content that may compromise
49
49
  * security (e.g., cross-site scripting attacks).
50
50
  */
51
- readonly archiveBrowsingEnabled: pulumi.Output<boolean | undefined>;
51
+ readonly archiveBrowsingEnabled: pulumi.Output<boolean>;
52
52
  /**
53
53
  * When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
54
54
  */
55
- readonly blackedOut: pulumi.Output<boolean | undefined>;
56
- /**
57
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
58
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
59
- */
60
- readonly cdnRedirect: pulumi.Output<boolean | undefined>;
55
+ readonly blackedOut: pulumi.Output<boolean>;
61
56
  /**
62
57
  * Checksum policy determines how Artifactory behaves when a client checksum for a deployed
63
58
  * resource is missing or conflicts with the locally calculated checksum (bad checksum). The options are
64
59
  * `client-checksums` and `generated-checksums`. For more details,
65
60
  * please refer to [Checksum Policy](https://www.jfrog.com/confluence/display/JFROG/Local+Repositories#LocalRepositories-ChecksumPolicy).
66
61
  */
67
- readonly checksumPolicyType: pulumi.Output<string | undefined>;
62
+ readonly checksumPolicyType: pulumi.Output<string>;
68
63
  /**
69
64
  * Public description.
70
65
  */
71
- readonly description: pulumi.Output<string | undefined>;
66
+ readonly description: pulumi.Output<string>;
72
67
  /**
73
68
  * When set, download requests to this repository will redirect the client to download the artifact directly from the cloud
74
69
  * storage provider. Available in Enterprise+ and Edge licenses only.
75
70
  */
76
- readonly downloadDirect: pulumi.Output<boolean | undefined>;
71
+ readonly downloadDirect: pulumi.Output<boolean>;
77
72
  /**
78
73
  * List of artifact patterns to exclude when evaluating artifact requests, in the form of `x/y/**&#47;z/*`.By default no
79
74
  * artifacts are excluded.
80
75
  */
81
- readonly excludesPattern: pulumi.Output<string | undefined>;
76
+ readonly excludesPattern: pulumi.Output<string>;
82
77
  /**
83
78
  * If set, Artifactory allows you to deploy release artifacts into this repository. Default is `true`.
84
79
  */
85
- readonly handleReleases: pulumi.Output<boolean | undefined>;
80
+ readonly handleReleases: pulumi.Output<boolean>;
86
81
  /**
87
82
  * If set, Artifactory allows you to deploy snapshot artifacts into this repository. Default is `true`.
88
83
  */
89
- readonly handleSnapshots: pulumi.Output<boolean | undefined>;
84
+ readonly handleSnapshots: pulumi.Output<boolean>;
90
85
  /**
91
86
  * List of comma-separated artifact patterns to include when evaluating artifact requests in the form of `x/y/**&#47;z/*`. When
92
87
  * used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (`**&#47;*`).
93
88
  */
94
- readonly includesPattern: pulumi.Output<string | undefined>;
89
+ readonly includesPattern: pulumi.Output<string>;
95
90
  /**
96
91
  * the identity key of the repo.
97
92
  */
@@ -101,46 +96,46 @@ export declare class LocalGradleRepository extends pulumi.CustomResource {
101
96
  * Once the number of snapshots exceeds this setting, older versions are removed.
102
97
  * A value of 0 (default) indicates there is no limit, and unique snapshots are not cleaned up.
103
98
  */
104
- readonly maxUniqueSnapshots: pulumi.Output<number | undefined>;
99
+ readonly maxUniqueSnapshots: pulumi.Output<number>;
105
100
  /**
106
101
  * Internal description.
107
102
  */
108
- readonly notes: pulumi.Output<string | undefined>;
109
- readonly packageType: pulumi.Output<string>;
103
+ readonly notes: pulumi.Output<string>;
110
104
  /**
111
105
  * Setting repositories with priority will cause metadata to be merged only from repositories set with this field
112
106
  */
113
- readonly priorityResolution: pulumi.Output<boolean | undefined>;
107
+ readonly priorityResolution: pulumi.Output<boolean>;
114
108
  readonly projectEnvironments: pulumi.Output<string[]>;
115
109
  /**
116
110
  * Project key for assigning this repository to. Must be 2 - 32 lowercase alphanumeric and hyphen characters. When
117
111
  * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
118
112
  */
119
- readonly projectKey: pulumi.Output<string | undefined>;
113
+ readonly projectKey: pulumi.Output<string>;
120
114
  /**
121
115
  * List of property set name
122
116
  */
123
117
  readonly propertySets: pulumi.Output<string[] | undefined>;
124
118
  /**
125
- * Repository layout key for the local repository
119
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
120
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
126
121
  */
127
- readonly repoLayoutRef: pulumi.Output<string | undefined>;
122
+ readonly repoLayoutRef: pulumi.Output<string>;
128
123
  /**
129
124
  * Specifies the naming convention for Maven SNAPSHOT versions.
130
125
  * The options are -
131
126
  */
132
- readonly snapshotVersionBehavior: pulumi.Output<string | undefined>;
127
+ readonly snapshotVersionBehavior: pulumi.Output<string>;
133
128
  /**
134
129
  * By default, Artifactory keeps your repositories healthy by refusing POMs with incorrect coordinates (path).
135
130
  * If the groupId:artifactId:version information inside the POM does not match the deployed path, Artifactory rejects the deployment with a "409 Conflict" error.
136
131
  * You can disable this behavior by setting the Suppress POM Consistency Checks checkbox. True by default for Gradle repository.
137
132
  */
138
- readonly suppressPomConsistencyChecks: pulumi.Output<boolean | undefined>;
133
+ readonly suppressPomConsistencyChecks: pulumi.Output<boolean>;
139
134
  /**
140
135
  * Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
141
136
  * Xray settings.
142
137
  */
143
- readonly xrayIndex: pulumi.Output<boolean | undefined>;
138
+ readonly xrayIndex: pulumi.Output<boolean>;
144
139
  /**
145
140
  * Create a LocalGradleRepository resource with the given unique name, arguments, and options.
146
141
  *
@@ -164,11 +159,6 @@ export interface LocalGradleRepositoryState {
164
159
  * When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
165
160
  */
166
161
  blackedOut?: pulumi.Input<boolean>;
167
- /**
168
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
169
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
170
- */
171
- cdnRedirect?: pulumi.Input<boolean>;
172
162
  /**
173
163
  * Checksum policy determines how Artifactory behaves when a client checksum for a deployed
174
164
  * resource is missing or conflicts with the locally calculated checksum (bad checksum). The options are
@@ -217,7 +207,6 @@ export interface LocalGradleRepositoryState {
217
207
  * Internal description.
218
208
  */
219
209
  notes?: pulumi.Input<string>;
220
- packageType?: pulumi.Input<string>;
221
210
  /**
222
211
  * Setting repositories with priority will cause metadata to be merged only from repositories set with this field
223
212
  */
@@ -233,7 +222,8 @@ export interface LocalGradleRepositoryState {
233
222
  */
234
223
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
235
224
  /**
236
- * Repository layout key for the local repository
225
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
226
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
237
227
  */
238
228
  repoLayoutRef?: pulumi.Input<string>;
239
229
  /**
@@ -267,11 +257,6 @@ export interface LocalGradleRepositoryArgs {
267
257
  * When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
268
258
  */
269
259
  blackedOut?: pulumi.Input<boolean>;
270
- /**
271
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
272
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
273
- */
274
- cdnRedirect?: pulumi.Input<boolean>;
275
260
  /**
276
261
  * Checksum policy determines how Artifactory behaves when a client checksum for a deployed
277
262
  * resource is missing or conflicts with the locally calculated checksum (bad checksum). The options are
@@ -335,7 +320,8 @@ export interface LocalGradleRepositoryArgs {
335
320
  */
336
321
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
337
322
  /**
338
- * 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.
339
325
  */
340
326
  repoLayoutRef?: pulumi.Input<string>;
341
327
  /**
@@ -63,7 +63,6 @@ class LocalGradleRepository extends pulumi.CustomResource {
63
63
  const state = argsOrState;
64
64
  resourceInputs["archiveBrowsingEnabled"] = state ? state.archiveBrowsingEnabled : undefined;
65
65
  resourceInputs["blackedOut"] = state ? state.blackedOut : undefined;
66
- resourceInputs["cdnRedirect"] = state ? state.cdnRedirect : undefined;
67
66
  resourceInputs["checksumPolicyType"] = state ? state.checksumPolicyType : undefined;
68
67
  resourceInputs["description"] = state ? state.description : undefined;
69
68
  resourceInputs["downloadDirect"] = state ? state.downloadDirect : undefined;
@@ -74,7 +73,6 @@ class LocalGradleRepository extends pulumi.CustomResource {
74
73
  resourceInputs["key"] = state ? state.key : undefined;
75
74
  resourceInputs["maxUniqueSnapshots"] = state ? state.maxUniqueSnapshots : undefined;
76
75
  resourceInputs["notes"] = state ? state.notes : undefined;
77
- resourceInputs["packageType"] = state ? state.packageType : undefined;
78
76
  resourceInputs["priorityResolution"] = state ? state.priorityResolution : undefined;
79
77
  resourceInputs["projectEnvironments"] = state ? state.projectEnvironments : undefined;
80
78
  resourceInputs["projectKey"] = state ? state.projectKey : undefined;
@@ -91,7 +89,6 @@ class LocalGradleRepository extends pulumi.CustomResource {
91
89
  }
92
90
  resourceInputs["archiveBrowsingEnabled"] = args ? args.archiveBrowsingEnabled : undefined;
93
91
  resourceInputs["blackedOut"] = args ? args.blackedOut : undefined;
94
- resourceInputs["cdnRedirect"] = args ? args.cdnRedirect : undefined;
95
92
  resourceInputs["checksumPolicyType"] = args ? args.checksumPolicyType : undefined;
96
93
  resourceInputs["description"] = args ? args.description : undefined;
97
94
  resourceInputs["downloadDirect"] = args ? args.downloadDirect : undefined;
@@ -110,7 +107,6 @@ class LocalGradleRepository extends pulumi.CustomResource {
110
107
  resourceInputs["snapshotVersionBehavior"] = args ? args.snapshotVersionBehavior : undefined;
111
108
  resourceInputs["suppressPomConsistencyChecks"] = args ? args.suppressPomConsistencyChecks : undefined;
112
109
  resourceInputs["xrayIndex"] = args ? args.xrayIndex : undefined;
113
- resourceInputs["packageType"] = undefined /*out*/;
114
110
  }
115
111
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
116
112
  super(LocalGradleRepository.__pulumiType, name, resourceInputs, opts);
@@ -1 +1 @@
1
- {"version":3,"file":"localGradleRepository.js","sourceRoot":"","sources":["../localGradleRepository.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"localGradleRepository.js","sourceRoot":"","sources":["../localGradleRepository.ts"],"names":[],"mappings":"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"}
@@ -46,35 +46,30 @@ export declare class LocalHelmociRepository extends pulumi.CustomResource {
46
46
  * therefore requires strict content moderation to prevent malicious users from uploading content that may compromise
47
47
  * security (e.g., cross-site scripting attacks).
48
48
  */
49
- readonly archiveBrowsingEnabled: pulumi.Output<boolean | undefined>;
49
+ readonly archiveBrowsingEnabled: pulumi.Output<boolean>;
50
50
  /**
51
51
  * When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
52
52
  */
53
- readonly blackedOut: pulumi.Output<boolean | undefined>;
54
- /**
55
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
56
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
57
- */
58
- readonly cdnRedirect: pulumi.Output<boolean | undefined>;
53
+ readonly blackedOut: pulumi.Output<boolean>;
59
54
  /**
60
55
  * Public description.
61
56
  */
62
- readonly description: pulumi.Output<string | undefined>;
57
+ readonly description: pulumi.Output<string>;
63
58
  /**
64
59
  * When set, download requests to this repository will redirect the client to download the artifact directly from the cloud
65
60
  * storage provider. Available in Enterprise+ and Edge licenses only.
66
61
  */
67
- readonly downloadDirect: pulumi.Output<boolean | undefined>;
62
+ readonly downloadDirect: pulumi.Output<boolean>;
68
63
  /**
69
64
  * List of artifact patterns to exclude when evaluating artifact requests, in the form of `x/y/**&#47;z/*`.By default no
70
65
  * artifacts are excluded.
71
66
  */
72
- readonly excludesPattern: pulumi.Output<string | undefined>;
67
+ readonly excludesPattern: pulumi.Output<string>;
73
68
  /**
74
69
  * List of comma-separated artifact patterns to include when evaluating artifact requests in the form of `x/y/**&#47;z/*`. When
75
70
  * used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (`**&#47;*`).
76
71
  */
77
- readonly includesPattern: pulumi.Output<string | undefined>;
72
+ readonly includesPattern: pulumi.Output<string>;
78
73
  /**
79
74
  * the identity key of the repo.
80
75
  */
@@ -84,39 +79,39 @@ export declare class LocalHelmociRepository extends pulumi.CustomResource {
84
79
  * repository. Once the number tags for an image exceeds this setting, older tags are removed.
85
80
  * A value of 0 (default) indicates there is no limit.
86
81
  */
87
- readonly maxUniqueTags: pulumi.Output<number | undefined>;
82
+ readonly maxUniqueTags: pulumi.Output<number>;
88
83
  /**
89
84
  * Internal description.
90
85
  */
91
- readonly notes: pulumi.Output<string | undefined>;
92
- readonly packageType: pulumi.Output<string>;
86
+ readonly notes: pulumi.Output<string>;
93
87
  /**
94
88
  * Setting repositories with priority will cause metadata to be merged only from repositories set with this field
95
89
  */
96
- readonly priorityResolution: pulumi.Output<boolean | undefined>;
90
+ readonly priorityResolution: pulumi.Output<boolean>;
97
91
  readonly projectEnvironments: pulumi.Output<string[]>;
98
92
  /**
99
93
  * Project key for assigning this repository to. Must be 2 - 32 lowercase alphanumeric and hyphen characters. When
100
94
  * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
101
95
  */
102
- readonly projectKey: pulumi.Output<string | undefined>;
96
+ readonly projectKey: pulumi.Output<string>;
103
97
  /**
104
98
  * List of property set name
105
99
  */
106
100
  readonly propertySets: pulumi.Output<string[] | undefined>;
107
101
  /**
108
- * Repository layout key for the local repository
102
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
103
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
109
104
  */
110
- readonly repoLayoutRef: pulumi.Output<string | undefined>;
105
+ readonly repoLayoutRef: pulumi.Output<string>;
111
106
  /**
112
107
  * If greater than 1, overwritten tags will be saved by their digest, up to the set up number.
113
108
  */
114
- readonly tagRetention: pulumi.Output<number | undefined>;
109
+ readonly tagRetention: pulumi.Output<number>;
115
110
  /**
116
111
  * Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
117
112
  * Xray settings.
118
113
  */
119
- readonly xrayIndex: pulumi.Output<boolean | undefined>;
114
+ readonly xrayIndex: pulumi.Output<boolean>;
120
115
  /**
121
116
  * Create a LocalHelmociRepository resource with the given unique name, arguments, and options.
122
117
  *
@@ -140,11 +135,6 @@ export interface LocalHelmociRepositoryState {
140
135
  * When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
141
136
  */
142
137
  blackedOut?: pulumi.Input<boolean>;
143
- /**
144
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
145
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
146
- */
147
- cdnRedirect?: pulumi.Input<boolean>;
148
138
  /**
149
139
  * Public description.
150
140
  */
@@ -178,7 +168,6 @@ export interface LocalHelmociRepositoryState {
178
168
  * Internal description.
179
169
  */
180
170
  notes?: pulumi.Input<string>;
181
- packageType?: pulumi.Input<string>;
182
171
  /**
183
172
  * Setting repositories with priority will cause metadata to be merged only from repositories set with this field
184
173
  */
@@ -194,7 +183,8 @@ export interface LocalHelmociRepositoryState {
194
183
  */
195
184
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
196
185
  /**
197
- * Repository layout key for the local repository
186
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
187
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
198
188
  */
199
189
  repoLayoutRef?: pulumi.Input<string>;
200
190
  /**
@@ -221,11 +211,6 @@ export interface LocalHelmociRepositoryArgs {
221
211
  * When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
222
212
  */
223
213
  blackedOut?: pulumi.Input<boolean>;
224
- /**
225
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
226
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
227
- */
228
- cdnRedirect?: pulumi.Input<boolean>;
229
214
  /**
230
215
  * Public description.
231
216
  */
@@ -274,7 +259,8 @@ export interface LocalHelmociRepositoryArgs {
274
259
  */
275
260
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
276
261
  /**
277
- * 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.
278
264
  */
279
265
  repoLayoutRef?: pulumi.Input<string>;
280
266
  /**