@pulumi/artifactory 2.6.0 → 2.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/goRepository.d.ts +6 -6
- package/mavenRepository.d.ts +6 -6
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/remoteAlpineRepository.d.ts +6 -6
- package/remoteBowerRepository.d.ts +6 -6
- package/remoteCargoRepository.d.ts +6 -6
- package/remoteChefRepository.d.ts +6 -6
- package/remoteCocoapodsRepository.d.ts +6 -6
- package/remoteComposerRepository.d.ts +6 -6
- package/remoteConanRepository.d.ts +6 -6
- package/remoteCondaRepository.d.ts +6 -6
- package/remoteCranRepository.d.ts +6 -6
- package/remoteDebianRepository.d.ts +6 -6
- package/remoteDockerRepository.d.ts +6 -6
- package/remoteGemsRepository.d.ts +6 -6
- package/remoteGenericRepository.d.ts +6 -6
- package/remoteGitlfsRepository.d.ts +6 -6
- package/remoteGoRepository.d.ts +6 -6
- package/remoteGradleRepository.d.ts +6 -6
- package/remoteHelmRepository.d.ts +6 -6
- package/remoteIvyRepository.d.ts +6 -6
- package/remoteMavenRepository.d.ts +6 -6
- package/remoteNpmRepository.d.ts +6 -6
- package/remoteNugetRepository.d.ts +6 -6
- package/remoteOpkgRepository.d.ts +6 -6
- package/remoteP2Repository.d.ts +6 -6
- package/remotePubRepository.d.ts +6 -6
- package/remotePuppetRepository.d.ts +6 -6
- package/remotePypiRepository.d.ts +6 -6
- package/remoteRpmRepository.d.ts +6 -6
- package/remoteSbtRepository.d.ts +6 -6
- package/remoteSwiftRepository.d.ts +6 -6
- package/remoteTerraformRepository.d.ts +6 -6
- package/remoteVcsRepository.d.ts +6 -6
- package/virtualAlpineRepository.d.ts +6 -6
- package/virtualBowerRepository.d.ts +6 -6
- package/virtualChefRepository.d.ts +6 -6
- package/virtualComposerRepository.d.ts +6 -6
- package/virtualConanRepository.d.ts +6 -6
- package/virtualCondaRepository.d.ts +6 -6
- package/virtualCranRepository.d.ts +6 -6
- package/virtualDebianRepository.d.ts +6 -6
- package/virtualDockerRepository.d.ts +6 -6
- package/virtualGemsRepository.d.ts +6 -6
- package/virtualGenericRepository.d.ts +6 -6
- package/virtualGitlfsRepository.d.ts +6 -6
- package/virtualGradleRepository.d.ts +6 -6
- package/virtualHelmRepository.d.ts +6 -6
- package/virtualIvyRepository.d.ts +6 -6
- package/virtualNpmRepository.d.ts +6 -6
- package/virtualNugetRepository.d.ts +6 -6
- package/virtualP2Repository.d.ts +6 -6
- package/virtualPubRepository.d.ts +6 -6
- package/virtualPuppetRepository.d.ts +6 -6
- package/virtualPypiRepository.d.ts +6 -6
- package/virtualRpmRepository.d.ts +6 -6
- package/virtualSbtRepository.d.ts +6 -6
- package/virtualSwiftRepository.d.ts +6 -6
- package/virtualTerraformRepository.d.ts +6 -6
|
@@ -154,8 +154,8 @@ export declare class RemoteGradleRepository extends pulumi.CustomResource {
|
|
|
154
154
|
*/
|
|
155
155
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
156
156
|
/**
|
|
157
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
158
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
157
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
158
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
159
159
|
*/
|
|
160
160
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
161
161
|
/**
|
|
@@ -350,8 +350,8 @@ export interface RemoteGradleRepositoryState {
|
|
|
350
350
|
*/
|
|
351
351
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
352
352
|
/**
|
|
353
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
354
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
353
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
354
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
355
355
|
*/
|
|
356
356
|
projectKey?: pulumi.Input<string>;
|
|
357
357
|
/**
|
|
@@ -533,8 +533,8 @@ export interface RemoteGradleRepositoryArgs {
|
|
|
533
533
|
*/
|
|
534
534
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
535
535
|
/**
|
|
536
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
537
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
536
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
537
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
538
538
|
*/
|
|
539
539
|
projectKey?: pulumi.Input<string>;
|
|
540
540
|
/**
|
|
@@ -151,8 +151,8 @@ export declare class RemoteHelmRepository extends pulumi.CustomResource {
|
|
|
151
151
|
*/
|
|
152
152
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
153
153
|
/**
|
|
154
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
155
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
154
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
155
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
156
156
|
*/
|
|
157
157
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
158
158
|
/**
|
|
@@ -333,8 +333,8 @@ export interface RemoteHelmRepositoryState {
|
|
|
333
333
|
*/
|
|
334
334
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
335
335
|
/**
|
|
336
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
337
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
336
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
337
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
338
338
|
*/
|
|
339
339
|
projectKey?: pulumi.Input<string>;
|
|
340
340
|
/**
|
|
@@ -502,8 +502,8 @@ export interface RemoteHelmRepositoryArgs {
|
|
|
502
502
|
*/
|
|
503
503
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
504
504
|
/**
|
|
505
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
506
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
505
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
506
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
507
507
|
*/
|
|
508
508
|
projectKey?: pulumi.Input<string>;
|
|
509
509
|
/**
|
package/remoteIvyRepository.d.ts
CHANGED
|
@@ -154,8 +154,8 @@ export declare class RemoteIvyRepository extends pulumi.CustomResource {
|
|
|
154
154
|
*/
|
|
155
155
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
156
156
|
/**
|
|
157
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
158
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
157
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
158
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
159
159
|
*/
|
|
160
160
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
161
161
|
/**
|
|
@@ -350,8 +350,8 @@ export interface RemoteIvyRepositoryState {
|
|
|
350
350
|
*/
|
|
351
351
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
352
352
|
/**
|
|
353
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
354
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
353
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
354
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
355
355
|
*/
|
|
356
356
|
projectKey?: pulumi.Input<string>;
|
|
357
357
|
/**
|
|
@@ -533,8 +533,8 @@ export interface RemoteIvyRepositoryArgs {
|
|
|
533
533
|
*/
|
|
534
534
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
535
535
|
/**
|
|
536
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
537
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
536
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
537
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
538
538
|
*/
|
|
539
539
|
projectKey?: pulumi.Input<string>;
|
|
540
540
|
/**
|
|
@@ -154,8 +154,8 @@ export declare class RemoteMavenRepository extends pulumi.CustomResource {
|
|
|
154
154
|
*/
|
|
155
155
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
156
156
|
/**
|
|
157
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
158
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
157
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
158
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
159
159
|
*/
|
|
160
160
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
161
161
|
/**
|
|
@@ -350,8 +350,8 @@ export interface RemoteMavenRepositoryState {
|
|
|
350
350
|
*/
|
|
351
351
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
352
352
|
/**
|
|
353
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
354
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
353
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
354
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
355
355
|
*/
|
|
356
356
|
projectKey?: pulumi.Input<string>;
|
|
357
357
|
/**
|
|
@@ -533,8 +533,8 @@ export interface RemoteMavenRepositoryArgs {
|
|
|
533
533
|
*/
|
|
534
534
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
535
535
|
/**
|
|
536
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
537
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
536
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
537
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
538
538
|
*/
|
|
539
539
|
projectKey?: pulumi.Input<string>;
|
|
540
540
|
/**
|
package/remoteNpmRepository.d.ts
CHANGED
|
@@ -136,8 +136,8 @@ export declare class RemoteNpmRepository extends pulumi.CustomResource {
|
|
|
136
136
|
*/
|
|
137
137
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
138
138
|
/**
|
|
139
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
140
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
139
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
140
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
141
141
|
*/
|
|
142
142
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
143
143
|
/**
|
|
@@ -304,8 +304,8 @@ export interface RemoteNpmRepositoryState {
|
|
|
304
304
|
*/
|
|
305
305
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
306
306
|
/**
|
|
307
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
308
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
307
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
308
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
309
309
|
*/
|
|
310
310
|
projectKey?: pulumi.Input<string>;
|
|
311
311
|
/**
|
|
@@ -459,8 +459,8 @@ export interface RemoteNpmRepositoryArgs {
|
|
|
459
459
|
*/
|
|
460
460
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
461
461
|
/**
|
|
462
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
463
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
462
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
463
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
464
464
|
*/
|
|
465
465
|
projectKey?: pulumi.Input<string>;
|
|
466
466
|
/**
|
|
@@ -151,8 +151,8 @@ export declare class RemoteNugetRepository extends pulumi.CustomResource {
|
|
|
151
151
|
*/
|
|
152
152
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
153
153
|
/**
|
|
154
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
155
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
154
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
155
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
156
156
|
*/
|
|
157
157
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
158
158
|
/**
|
|
@@ -337,8 +337,8 @@ export interface RemoteNugetRepositoryState {
|
|
|
337
337
|
*/
|
|
338
338
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
339
339
|
/**
|
|
340
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
341
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
340
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
341
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
342
342
|
*/
|
|
343
343
|
projectKey?: pulumi.Input<string>;
|
|
344
344
|
/**
|
|
@@ -510,8 +510,8 @@ export interface RemoteNugetRepositoryArgs {
|
|
|
510
510
|
*/
|
|
511
511
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
512
512
|
/**
|
|
513
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
514
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
513
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
514
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
515
515
|
*/
|
|
516
516
|
projectKey?: pulumi.Input<string>;
|
|
517
517
|
/**
|
|
@@ -134,8 +134,8 @@ export declare class RemoteOpkgRepository extends pulumi.CustomResource {
|
|
|
134
134
|
*/
|
|
135
135
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
136
136
|
/**
|
|
137
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
138
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
137
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
138
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
139
139
|
*/
|
|
140
140
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
141
141
|
/**
|
|
@@ -302,8 +302,8 @@ export interface RemoteOpkgRepositoryState {
|
|
|
302
302
|
*/
|
|
303
303
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
304
304
|
/**
|
|
305
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
306
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
305
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
306
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
307
307
|
*/
|
|
308
308
|
projectKey?: pulumi.Input<string>;
|
|
309
309
|
/**
|
|
@@ -457,8 +457,8 @@ export interface RemoteOpkgRepositoryArgs {
|
|
|
457
457
|
*/
|
|
458
458
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
459
459
|
/**
|
|
460
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
461
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
460
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
461
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
462
462
|
*/
|
|
463
463
|
projectKey?: pulumi.Input<string>;
|
|
464
464
|
/**
|
package/remoteP2Repository.d.ts
CHANGED
|
@@ -134,8 +134,8 @@ export declare class RemoteP2Repository extends pulumi.CustomResource {
|
|
|
134
134
|
*/
|
|
135
135
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
136
136
|
/**
|
|
137
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
138
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
137
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
138
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
139
139
|
*/
|
|
140
140
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
141
141
|
/**
|
|
@@ -302,8 +302,8 @@ export interface RemoteP2RepositoryState {
|
|
|
302
302
|
*/
|
|
303
303
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
304
304
|
/**
|
|
305
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
306
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
305
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
306
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
307
307
|
*/
|
|
308
308
|
projectKey?: pulumi.Input<string>;
|
|
309
309
|
/**
|
|
@@ -457,8 +457,8 @@ export interface RemoteP2RepositoryArgs {
|
|
|
457
457
|
*/
|
|
458
458
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
459
459
|
/**
|
|
460
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
461
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
460
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
461
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
462
462
|
*/
|
|
463
463
|
projectKey?: pulumi.Input<string>;
|
|
464
464
|
/**
|
package/remotePubRepository.d.ts
CHANGED
|
@@ -134,8 +134,8 @@ export declare class RemotePubRepository extends pulumi.CustomResource {
|
|
|
134
134
|
*/
|
|
135
135
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
136
136
|
/**
|
|
137
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
138
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
137
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
138
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
139
139
|
*/
|
|
140
140
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
141
141
|
/**
|
|
@@ -302,8 +302,8 @@ export interface RemotePubRepositoryState {
|
|
|
302
302
|
*/
|
|
303
303
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
304
304
|
/**
|
|
305
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
306
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
305
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
306
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
307
307
|
*/
|
|
308
308
|
projectKey?: pulumi.Input<string>;
|
|
309
309
|
/**
|
|
@@ -457,8 +457,8 @@ export interface RemotePubRepositoryArgs {
|
|
|
457
457
|
*/
|
|
458
458
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
459
459
|
/**
|
|
460
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
461
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
460
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
461
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
462
462
|
*/
|
|
463
463
|
projectKey?: pulumi.Input<string>;
|
|
464
464
|
/**
|
|
@@ -134,8 +134,8 @@ export declare class RemotePuppetRepository extends pulumi.CustomResource {
|
|
|
134
134
|
*/
|
|
135
135
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
136
136
|
/**
|
|
137
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
138
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
137
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
138
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
139
139
|
*/
|
|
140
140
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
141
141
|
/**
|
|
@@ -302,8 +302,8 @@ export interface RemotePuppetRepositoryState {
|
|
|
302
302
|
*/
|
|
303
303
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
304
304
|
/**
|
|
305
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
306
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
305
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
306
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
307
307
|
*/
|
|
308
308
|
projectKey?: pulumi.Input<string>;
|
|
309
309
|
/**
|
|
@@ -457,8 +457,8 @@ export interface RemotePuppetRepositoryArgs {
|
|
|
457
457
|
*/
|
|
458
458
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
459
459
|
/**
|
|
460
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
461
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
460
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
461
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
462
462
|
*/
|
|
463
463
|
projectKey?: pulumi.Input<string>;
|
|
464
464
|
/**
|
|
@@ -136,8 +136,8 @@ export declare class RemotePypiRepository extends pulumi.CustomResource {
|
|
|
136
136
|
*/
|
|
137
137
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
138
138
|
/**
|
|
139
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
140
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
139
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
140
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
141
141
|
*/
|
|
142
142
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
143
143
|
/**
|
|
@@ -312,8 +312,8 @@ export interface RemotePypiRepositoryState {
|
|
|
312
312
|
*/
|
|
313
313
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
314
314
|
/**
|
|
315
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
316
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
315
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
316
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
317
317
|
*/
|
|
318
318
|
projectKey?: pulumi.Input<string>;
|
|
319
319
|
/**
|
|
@@ -475,8 +475,8 @@ export interface RemotePypiRepositoryArgs {
|
|
|
475
475
|
*/
|
|
476
476
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
477
477
|
/**
|
|
478
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
479
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
478
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
479
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
480
480
|
*/
|
|
481
481
|
projectKey?: pulumi.Input<string>;
|
|
482
482
|
/**
|
package/remoteRpmRepository.d.ts
CHANGED
|
@@ -134,8 +134,8 @@ export declare class RemoteRpmRepository extends pulumi.CustomResource {
|
|
|
134
134
|
*/
|
|
135
135
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
136
136
|
/**
|
|
137
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
138
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
137
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
138
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
139
139
|
*/
|
|
140
140
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
141
141
|
/**
|
|
@@ -302,8 +302,8 @@ export interface RemoteRpmRepositoryState {
|
|
|
302
302
|
*/
|
|
303
303
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
304
304
|
/**
|
|
305
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
306
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
305
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
306
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
307
307
|
*/
|
|
308
308
|
projectKey?: pulumi.Input<string>;
|
|
309
309
|
/**
|
|
@@ -457,8 +457,8 @@ export interface RemoteRpmRepositoryArgs {
|
|
|
457
457
|
*/
|
|
458
458
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
459
459
|
/**
|
|
460
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
461
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
460
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
461
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
462
462
|
*/
|
|
463
463
|
projectKey?: pulumi.Input<string>;
|
|
464
464
|
/**
|
package/remoteSbtRepository.d.ts
CHANGED
|
@@ -154,8 +154,8 @@ export declare class RemoteSbtRepository extends pulumi.CustomResource {
|
|
|
154
154
|
*/
|
|
155
155
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
156
156
|
/**
|
|
157
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
158
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
157
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
158
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
159
159
|
*/
|
|
160
160
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
161
161
|
/**
|
|
@@ -350,8 +350,8 @@ export interface RemoteSbtRepositoryState {
|
|
|
350
350
|
*/
|
|
351
351
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
352
352
|
/**
|
|
353
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
354
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
353
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
354
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
355
355
|
*/
|
|
356
356
|
projectKey?: pulumi.Input<string>;
|
|
357
357
|
/**
|
|
@@ -533,8 +533,8 @@ export interface RemoteSbtRepositoryArgs {
|
|
|
533
533
|
*/
|
|
534
534
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
535
535
|
/**
|
|
536
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
537
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
536
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
537
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
538
538
|
*/
|
|
539
539
|
projectKey?: pulumi.Input<string>;
|
|
540
540
|
/**
|
|
@@ -134,8 +134,8 @@ export declare class RemoteSwiftRepository extends pulumi.CustomResource {
|
|
|
134
134
|
*/
|
|
135
135
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
136
136
|
/**
|
|
137
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
138
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
137
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
138
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
139
139
|
*/
|
|
140
140
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
141
141
|
/**
|
|
@@ -302,8 +302,8 @@ export interface RemoteSwiftRepositoryState {
|
|
|
302
302
|
*/
|
|
303
303
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
304
304
|
/**
|
|
305
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
306
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
305
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
306
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
307
307
|
*/
|
|
308
308
|
projectKey?: pulumi.Input<string>;
|
|
309
309
|
/**
|
|
@@ -457,8 +457,8 @@ export interface RemoteSwiftRepositoryArgs {
|
|
|
457
457
|
*/
|
|
458
458
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
459
459
|
/**
|
|
460
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
461
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
460
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
461
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
462
462
|
*/
|
|
463
463
|
projectKey?: pulumi.Input<string>;
|
|
464
464
|
/**
|
|
@@ -133,8 +133,8 @@ export declare class RemoteTerraformRepository extends pulumi.CustomResource {
|
|
|
133
133
|
*/
|
|
134
134
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
135
135
|
/**
|
|
136
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
137
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
136
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
137
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
138
138
|
*/
|
|
139
139
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
140
140
|
/**
|
|
@@ -311,8 +311,8 @@ export interface RemoteTerraformRepositoryState {
|
|
|
311
311
|
*/
|
|
312
312
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
313
313
|
/**
|
|
314
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
315
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
314
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
315
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
316
316
|
*/
|
|
317
317
|
projectKey?: pulumi.Input<string>;
|
|
318
318
|
/**
|
|
@@ -476,8 +476,8 @@ export interface RemoteTerraformRepositoryArgs {
|
|
|
476
476
|
*/
|
|
477
477
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
478
478
|
/**
|
|
479
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
480
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
479
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
480
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
481
481
|
*/
|
|
482
482
|
projectKey?: pulumi.Input<string>;
|
|
483
483
|
/**
|
package/remoteVcsRepository.d.ts
CHANGED
|
@@ -142,8 +142,8 @@ export declare class RemoteVcsRepository extends pulumi.CustomResource {
|
|
|
142
142
|
*/
|
|
143
143
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
144
144
|
/**
|
|
145
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
146
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
145
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
146
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
147
147
|
*/
|
|
148
148
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
149
149
|
/**
|
|
@@ -326,8 +326,8 @@ export interface RemoteVcsRepositoryState {
|
|
|
326
326
|
*/
|
|
327
327
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
328
328
|
/**
|
|
329
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
330
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
329
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
330
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
331
331
|
*/
|
|
332
332
|
projectKey?: pulumi.Input<string>;
|
|
333
333
|
/**
|
|
@@ -497,8 +497,8 @@ export interface RemoteVcsRepositoryArgs {
|
|
|
497
497
|
*/
|
|
498
498
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
499
499
|
/**
|
|
500
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
501
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
500
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
501
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
502
502
|
*/
|
|
503
503
|
projectKey?: pulumi.Input<string>;
|
|
504
504
|
/**
|
|
@@ -89,8 +89,8 @@ export declare class VirtualAlpineRepository extends pulumi.CustomResource {
|
|
|
89
89
|
*/
|
|
90
90
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
91
91
|
/**
|
|
92
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
93
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
92
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
93
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
94
94
|
*/
|
|
95
95
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
96
96
|
/**
|
|
@@ -165,8 +165,8 @@ export interface VirtualAlpineRepositoryState {
|
|
|
165
165
|
*/
|
|
166
166
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
167
167
|
/**
|
|
168
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
169
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
168
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
169
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
170
170
|
*/
|
|
171
171
|
projectKey?: pulumi.Input<string>;
|
|
172
172
|
/**
|
|
@@ -229,8 +229,8 @@ export interface VirtualAlpineRepositoryArgs {
|
|
|
229
229
|
*/
|
|
230
230
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
231
231
|
/**
|
|
232
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
233
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
232
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
233
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
234
234
|
*/
|
|
235
235
|
projectKey?: pulumi.Input<string>;
|
|
236
236
|
/**
|
|
@@ -97,8 +97,8 @@ export declare class VirtualBowerRepository extends pulumi.CustomResource {
|
|
|
97
97
|
*/
|
|
98
98
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
99
99
|
/**
|
|
100
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
101
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
100
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
101
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
102
102
|
*/
|
|
103
103
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
104
104
|
/**
|
|
@@ -181,8 +181,8 @@ export interface VirtualBowerRepositoryState {
|
|
|
181
181
|
*/
|
|
182
182
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
183
183
|
/**
|
|
184
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
185
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
184
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
185
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
186
186
|
*/
|
|
187
187
|
projectKey?: pulumi.Input<string>;
|
|
188
188
|
/**
|
|
@@ -253,8 +253,8 @@ export interface VirtualBowerRepositoryArgs {
|
|
|
253
253
|
*/
|
|
254
254
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
255
255
|
/**
|
|
256
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
257
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
256
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
257
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
258
258
|
*/
|
|
259
259
|
projectKey?: pulumi.Input<string>;
|
|
260
260
|
/**
|