@pulumiverse/grafana 2.25.1 → 2.25.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.
- package/alerting/contactPoint.d.ts +1 -1
- package/alerting/contactPoint.js +1 -1
- package/alerting/messageTemplate.d.ts +1 -1
- package/alerting/messageTemplate.js +1 -1
- package/alerting/muteTiming.d.ts +1 -1
- package/alerting/muteTiming.js +1 -1
- package/alerting/notificationPolicy.d.ts +1 -1
- package/alerting/notificationPolicy.js +1 -1
- package/alerting/ruleGroup.d.ts +1 -1
- package/alerting/ruleGroup.js +1 -1
- package/apps/genericResource.d.ts +12 -0
- package/apps/genericResource.js +2 -0
- package/apps/genericResource.js.map +1 -1
- package/cloud/stackServiceAccount.d.ts +1 -1
- package/cloud/stackServiceAccount.js +1 -1
- package/cloud/stackServiceAccountRotatingToken.d.ts +1 -1
- package/cloud/stackServiceAccountRotatingToken.js +1 -1
- package/cloud/stackServiceAccountToken.d.ts +1 -1
- package/cloud/stackServiceAccountToken.js +1 -1
- package/enterprise/dataSourceConfigLbacRules.d.ts +1 -1
- package/enterprise/dataSourceConfigLbacRules.js +1 -1
- package/enterprise/dataSourcePermission.d.ts +1 -1
- package/enterprise/dataSourcePermission.js +1 -1
- package/enterprise/getRole.d.ts +2 -2
- package/enterprise/getRole.js +2 -2
- package/enterprise/report.d.ts +1 -1
- package/enterprise/report.js +1 -1
- package/enterprise/role.d.ts +1 -1
- package/enterprise/role.js +1 -1
- package/enterprise/roleAssignment.d.ts +1 -1
- package/enterprise/roleAssignment.js +1 -1
- package/oss/annotation.d.ts +1 -1
- package/oss/annotation.js +1 -1
- package/oss/dashboardPermission.d.ts +1 -1
- package/oss/dashboardPermission.js +1 -1
- package/oss/dashboardPublic.d.ts +1 -1
- package/oss/dashboardPublic.js +1 -1
- package/oss/dataSource.d.ts +1 -1
- package/oss/dataSource.js +1 -1
- package/oss/dataSourceConfig.d.ts +1 -1
- package/oss/dataSourceConfig.js +1 -1
- package/oss/folder.d.ts +1 -1
- package/oss/folder.js +1 -1
- package/oss/folderPermission.d.ts +1 -1
- package/oss/folderPermission.js +1 -1
- package/oss/folderPermissionItem.d.ts +1 -1
- package/oss/folderPermissionItem.js +1 -1
- package/oss/getFolder.d.ts +2 -2
- package/oss/getFolder.js +2 -2
- package/oss/getFolders.d.ts +2 -2
- package/oss/getFolders.js +2 -2
- package/oss/getOrganization.d.ts +2 -2
- package/oss/getOrganization.js +2 -2
- package/oss/getOrganizationPreferences.d.ts +2 -2
- package/oss/getOrganizationPreferences.js +2 -2
- package/oss/getOrganizationUser.d.ts +2 -2
- package/oss/getOrganizationUser.js +2 -2
- package/oss/getServiceAccount.d.ts +2 -2
- package/oss/getServiceAccount.js +2 -2
- package/oss/getTeam.d.ts +2 -2
- package/oss/getTeam.js +2 -2
- package/oss/getUser.d.ts +2 -2
- package/oss/getUser.js +2 -2
- package/oss/getUsers.d.ts +2 -2
- package/oss/getUsers.js +2 -2
- package/oss/libraryPanel.d.ts +1 -1
- package/oss/libraryPanel.js +1 -1
- package/oss/organization.d.ts +1 -1
- package/oss/organization.js +1 -1
- package/oss/organizationPreferences.d.ts +1 -1
- package/oss/organizationPreferences.js +1 -1
- package/oss/playlist.d.ts +1 -1
- package/oss/playlist.js +1 -1
- package/oss/serviceAccount.d.ts +1 -1
- package/oss/serviceAccount.js +1 -1
- package/oss/serviceAccountRotatingToken.d.ts +1 -1
- package/oss/serviceAccountRotatingToken.js +1 -1
- package/oss/serviceAccountToken.d.ts +1 -1
- package/oss/serviceAccountToken.js +1 -1
- package/oss/ssoSettings.d.ts +1 -1
- package/oss/ssoSettings.js +1 -1
- package/oss/team.d.ts +4 -4
- package/oss/team.js +1 -1
- package/oss/user.d.ts +1 -1
- package/oss/user.js +1 -1
- package/package.json +2 -2
- package/types/input.d.ts +88 -0
- package/types/output.d.ts +88 -0
package/types/input.d.ts
CHANGED
|
@@ -30,6 +30,10 @@ export declare namespace alerting {
|
|
|
30
30
|
version?: pulumi.Input<string>;
|
|
31
31
|
}
|
|
32
32
|
interface AlertEnrichmentOptions {
|
|
33
|
+
/**
|
|
34
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
35
|
+
*/
|
|
36
|
+
managerIdentity?: pulumi.Input<string>;
|
|
33
37
|
/**
|
|
34
38
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
35
39
|
*/
|
|
@@ -532,6 +536,10 @@ export declare namespace alerting {
|
|
|
532
536
|
version?: pulumi.Input<string>;
|
|
533
537
|
}
|
|
534
538
|
interface AlertRuleV0Alpha1Options {
|
|
539
|
+
/**
|
|
540
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
541
|
+
*/
|
|
542
|
+
managerIdentity?: pulumi.Input<string>;
|
|
535
543
|
/**
|
|
536
544
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
537
545
|
*/
|
|
@@ -2098,6 +2106,10 @@ export declare namespace alerting {
|
|
|
2098
2106
|
version?: pulumi.Input<string>;
|
|
2099
2107
|
}
|
|
2100
2108
|
interface RecordingRuleV0Alpha1Options {
|
|
2109
|
+
/**
|
|
2110
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
2111
|
+
*/
|
|
2112
|
+
managerIdentity?: pulumi.Input<string>;
|
|
2101
2113
|
/**
|
|
2102
2114
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
2103
2115
|
*/
|
|
@@ -2311,6 +2323,10 @@ export declare namespace alerting {
|
|
|
2311
2323
|
version?: pulumi.Input<string>;
|
|
2312
2324
|
}
|
|
2313
2325
|
interface AlertRuleOptions {
|
|
2326
|
+
/**
|
|
2327
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
2328
|
+
*/
|
|
2329
|
+
managerIdentity?: pulumi.Input<string>;
|
|
2314
2330
|
/**
|
|
2315
2331
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
2316
2332
|
*/
|
|
@@ -2443,6 +2459,10 @@ export declare namespace alerting {
|
|
|
2443
2459
|
version?: pulumi.Input<string>;
|
|
2444
2460
|
}
|
|
2445
2461
|
interface RecordingRuleOptions {
|
|
2462
|
+
/**
|
|
2463
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
2464
|
+
*/
|
|
2465
|
+
managerIdentity?: pulumi.Input<string>;
|
|
2446
2466
|
/**
|
|
2447
2467
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
2448
2468
|
*/
|
|
@@ -2519,6 +2539,10 @@ export declare namespace alerting {
|
|
|
2519
2539
|
version?: pulumi.Input<string>;
|
|
2520
2540
|
}
|
|
2521
2541
|
interface AlertEnrichmentOptions {
|
|
2542
|
+
/**
|
|
2543
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
2544
|
+
*/
|
|
2545
|
+
managerIdentity?: pulumi.Input<string>;
|
|
2522
2546
|
/**
|
|
2523
2547
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
2524
2548
|
*/
|
|
@@ -3021,6 +3045,10 @@ export declare namespace alerting {
|
|
|
3021
3045
|
version?: pulumi.Input<string>;
|
|
3022
3046
|
}
|
|
3023
3047
|
interface NotificationsInhibitionRuleOptions {
|
|
3048
|
+
/**
|
|
3049
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
3050
|
+
*/
|
|
3051
|
+
managerIdentity?: pulumi.Input<string>;
|
|
3024
3052
|
/**
|
|
3025
3053
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
3026
3054
|
*/
|
|
@@ -3083,6 +3111,10 @@ export declare namespace apps {
|
|
|
3083
3111
|
version?: pulumi.Input<string>;
|
|
3084
3112
|
}
|
|
3085
3113
|
interface PlaylistOptions {
|
|
3114
|
+
/**
|
|
3115
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
3116
|
+
*/
|
|
3117
|
+
managerIdentity?: pulumi.Input<string>;
|
|
3086
3118
|
/**
|
|
3087
3119
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
3088
3120
|
*/
|
|
@@ -3135,6 +3167,10 @@ export declare namespace apps {
|
|
|
3135
3167
|
version?: pulumi.Input<string>;
|
|
3136
3168
|
}
|
|
3137
3169
|
interface ProvisioningConnectionOptions {
|
|
3170
|
+
/**
|
|
3171
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
3172
|
+
*/
|
|
3173
|
+
managerIdentity?: pulumi.Input<string>;
|
|
3138
3174
|
/**
|
|
3139
3175
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
3140
3176
|
*/
|
|
@@ -3217,6 +3253,10 @@ export declare namespace apps {
|
|
|
3217
3253
|
version?: pulumi.Input<string>;
|
|
3218
3254
|
}
|
|
3219
3255
|
interface ProvisioningRepositoryOptions {
|
|
3256
|
+
/**
|
|
3257
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
3258
|
+
*/
|
|
3259
|
+
managerIdentity?: pulumi.Input<string>;
|
|
3220
3260
|
/**
|
|
3221
3261
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
3222
3262
|
*/
|
|
@@ -3409,6 +3449,10 @@ export declare namespace apps {
|
|
|
3409
3449
|
version?: pulumi.Input<string>;
|
|
3410
3450
|
}
|
|
3411
3451
|
interface PlaylistOptions {
|
|
3452
|
+
/**
|
|
3453
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
3454
|
+
*/
|
|
3455
|
+
managerIdentity?: pulumi.Input<string>;
|
|
3412
3456
|
/**
|
|
3413
3457
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
3414
3458
|
*/
|
|
@@ -3467,6 +3511,10 @@ export declare namespace apps {
|
|
|
3467
3511
|
* Set to true to allow editing the resource from the Grafana UI. By default, resources managed by Terraform cannot be edited in the UI. Enabling this option will cause divergence between the Terraform configuration and the resource in Grafana.
|
|
3468
3512
|
*/
|
|
3469
3513
|
allowUiUpdates?: pulumi.Input<boolean>;
|
|
3514
|
+
/**
|
|
3515
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
3516
|
+
*/
|
|
3517
|
+
managerIdentity?: pulumi.Input<string>;
|
|
3470
3518
|
/**
|
|
3471
3519
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
3472
3520
|
*/
|
|
@@ -3521,6 +3569,10 @@ export declare namespace apps {
|
|
|
3521
3569
|
* Set to true to allow editing the resource from the Grafana UI. By default, resources managed by Terraform cannot be edited in the UI. Enabling this option will cause divergence between the Terraform configuration and the resource in Grafana.
|
|
3522
3570
|
*/
|
|
3523
3571
|
allowUiUpdates?: pulumi.Input<boolean>;
|
|
3572
|
+
/**
|
|
3573
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
3574
|
+
*/
|
|
3575
|
+
managerIdentity?: pulumi.Input<string>;
|
|
3524
3576
|
/**
|
|
3525
3577
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
3526
3578
|
*/
|
|
@@ -3575,6 +3627,10 @@ export declare namespace apps {
|
|
|
3575
3627
|
* Set to true to allow editing the resource from the Grafana UI. By default, resources managed by Terraform cannot be edited in the UI. Enabling this option will cause divergence between the Terraform configuration and the resource in Grafana.
|
|
3576
3628
|
*/
|
|
3577
3629
|
allowUiUpdates?: pulumi.Input<boolean>;
|
|
3630
|
+
/**
|
|
3631
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
3632
|
+
*/
|
|
3633
|
+
managerIdentity?: pulumi.Input<string>;
|
|
3578
3634
|
/**
|
|
3579
3635
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
3580
3636
|
*/
|
|
@@ -3931,6 +3987,10 @@ export declare namespace cloud {
|
|
|
3931
3987
|
version?: pulumi.Input<string>;
|
|
3932
3988
|
}
|
|
3933
3989
|
interface ProductActivationAppO11yConfigV1Alpha1Options {
|
|
3990
|
+
/**
|
|
3991
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
3992
|
+
*/
|
|
3993
|
+
managerIdentity?: pulumi.Input<string>;
|
|
3934
3994
|
/**
|
|
3935
3995
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
3936
3996
|
*/
|
|
@@ -3971,6 +4031,10 @@ export declare namespace cloud {
|
|
|
3971
4031
|
version?: pulumi.Input<string>;
|
|
3972
4032
|
}
|
|
3973
4033
|
interface ProductActivationK8sO11yConfigV1Alpha1Options {
|
|
4034
|
+
/**
|
|
4035
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
4036
|
+
*/
|
|
4037
|
+
managerIdentity?: pulumi.Input<string>;
|
|
3974
4038
|
/**
|
|
3975
4039
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
3976
4040
|
*/
|
|
@@ -4012,6 +4076,10 @@ export declare namespace cloud {
|
|
|
4012
4076
|
version?: pulumi.Input<string>;
|
|
4013
4077
|
}
|
|
4014
4078
|
interface ProductActivationAppO11yConfigOptions {
|
|
4079
|
+
/**
|
|
4080
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
4081
|
+
*/
|
|
4082
|
+
managerIdentity?: pulumi.Input<string>;
|
|
4015
4083
|
/**
|
|
4016
4084
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
4017
4085
|
*/
|
|
@@ -4052,6 +4120,10 @@ export declare namespace cloud {
|
|
|
4052
4120
|
version?: pulumi.Input<string>;
|
|
4053
4121
|
}
|
|
4054
4122
|
interface ProductActivationK8sO11yConfigOptions {
|
|
4123
|
+
/**
|
|
4124
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
4125
|
+
*/
|
|
4126
|
+
managerIdentity?: pulumi.Input<string>;
|
|
4055
4127
|
/**
|
|
4056
4128
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
4057
4129
|
*/
|
|
@@ -4764,6 +4836,10 @@ export declare namespace enterprise {
|
|
|
4764
4836
|
version?: pulumi.Input<string>;
|
|
4765
4837
|
}
|
|
4766
4838
|
interface SecretKeeperOptions {
|
|
4839
|
+
/**
|
|
4840
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
4841
|
+
*/
|
|
4842
|
+
managerIdentity?: pulumi.Input<string>;
|
|
4767
4843
|
/**
|
|
4768
4844
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
4769
4845
|
*/
|
|
@@ -4828,6 +4904,10 @@ export declare namespace enterprise {
|
|
|
4828
4904
|
version?: pulumi.Input<string>;
|
|
4829
4905
|
}
|
|
4830
4906
|
interface SecretSecureValueOptions {
|
|
4907
|
+
/**
|
|
4908
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
4909
|
+
*/
|
|
4910
|
+
managerIdentity?: pulumi.Input<string>;
|
|
4831
4911
|
/**
|
|
4832
4912
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
4833
4913
|
*/
|
|
@@ -4892,6 +4972,10 @@ export declare namespace experimental {
|
|
|
4892
4972
|
* Set to true to allow editing the resource from the Grafana UI. By default, resources managed by Terraform cannot be edited in the UI. Enabling this option will cause divergence between the Terraform configuration and the resource in Grafana.
|
|
4893
4973
|
*/
|
|
4894
4974
|
allowUiUpdates?: pulumi.Input<boolean>;
|
|
4975
|
+
/**
|
|
4976
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
4977
|
+
*/
|
|
4978
|
+
managerIdentity?: pulumi.Input<string>;
|
|
4895
4979
|
/**
|
|
4896
4980
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
4897
4981
|
*/
|
|
@@ -4940,6 +5024,10 @@ export declare namespace experimental {
|
|
|
4940
5024
|
version?: pulumi.Input<string>;
|
|
4941
5025
|
}
|
|
4942
5026
|
interface AppsPlaylistV0Alpha1Options {
|
|
5027
|
+
/**
|
|
5028
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
5029
|
+
*/
|
|
5030
|
+
managerIdentity?: pulumi.Input<string>;
|
|
4943
5031
|
/**
|
|
4944
5032
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
4945
5033
|
*/
|
package/types/output.d.ts
CHANGED
|
@@ -29,6 +29,10 @@ export declare namespace alerting {
|
|
|
29
29
|
version: string;
|
|
30
30
|
}
|
|
31
31
|
interface AlertEnrichmentOptions {
|
|
32
|
+
/**
|
|
33
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
34
|
+
*/
|
|
35
|
+
managerIdentity?: string;
|
|
32
36
|
/**
|
|
33
37
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
34
38
|
*/
|
|
@@ -531,6 +535,10 @@ export declare namespace alerting {
|
|
|
531
535
|
version: string;
|
|
532
536
|
}
|
|
533
537
|
interface AlertRuleV0Alpha1Options {
|
|
538
|
+
/**
|
|
539
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
540
|
+
*/
|
|
541
|
+
managerIdentity?: string;
|
|
534
542
|
/**
|
|
535
543
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
536
544
|
*/
|
|
@@ -2097,6 +2105,10 @@ export declare namespace alerting {
|
|
|
2097
2105
|
version: string;
|
|
2098
2106
|
}
|
|
2099
2107
|
interface RecordingRuleV0Alpha1Options {
|
|
2108
|
+
/**
|
|
2109
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
2110
|
+
*/
|
|
2111
|
+
managerIdentity?: string;
|
|
2100
2112
|
/**
|
|
2101
2113
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
2102
2114
|
*/
|
|
@@ -2310,6 +2322,10 @@ export declare namespace alerting {
|
|
|
2310
2322
|
version: string;
|
|
2311
2323
|
}
|
|
2312
2324
|
interface AlertRuleOptions {
|
|
2325
|
+
/**
|
|
2326
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
2327
|
+
*/
|
|
2328
|
+
managerIdentity?: string;
|
|
2313
2329
|
/**
|
|
2314
2330
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
2315
2331
|
*/
|
|
@@ -2442,6 +2458,10 @@ export declare namespace alerting {
|
|
|
2442
2458
|
version: string;
|
|
2443
2459
|
}
|
|
2444
2460
|
interface RecordingRuleOptions {
|
|
2461
|
+
/**
|
|
2462
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
2463
|
+
*/
|
|
2464
|
+
managerIdentity?: string;
|
|
2445
2465
|
/**
|
|
2446
2466
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
2447
2467
|
*/
|
|
@@ -2518,6 +2538,10 @@ export declare namespace alerting {
|
|
|
2518
2538
|
version: string;
|
|
2519
2539
|
}
|
|
2520
2540
|
interface AlertEnrichmentOptions {
|
|
2541
|
+
/**
|
|
2542
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
2543
|
+
*/
|
|
2544
|
+
managerIdentity?: string;
|
|
2521
2545
|
/**
|
|
2522
2546
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
2523
2547
|
*/
|
|
@@ -3020,6 +3044,10 @@ export declare namespace alerting {
|
|
|
3020
3044
|
version: string;
|
|
3021
3045
|
}
|
|
3022
3046
|
interface NotificationsInhibitionRuleOptions {
|
|
3047
|
+
/**
|
|
3048
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
3049
|
+
*/
|
|
3050
|
+
managerIdentity?: string;
|
|
3023
3051
|
/**
|
|
3024
3052
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
3025
3053
|
*/
|
|
@@ -3082,6 +3110,10 @@ export declare namespace apps {
|
|
|
3082
3110
|
version: string;
|
|
3083
3111
|
}
|
|
3084
3112
|
interface PlaylistOptions {
|
|
3113
|
+
/**
|
|
3114
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
3115
|
+
*/
|
|
3116
|
+
managerIdentity?: string;
|
|
3085
3117
|
/**
|
|
3086
3118
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
3087
3119
|
*/
|
|
@@ -3134,6 +3166,10 @@ export declare namespace apps {
|
|
|
3134
3166
|
version: string;
|
|
3135
3167
|
}
|
|
3136
3168
|
interface ProvisioningConnectionOptions {
|
|
3169
|
+
/**
|
|
3170
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
3171
|
+
*/
|
|
3172
|
+
managerIdentity?: string;
|
|
3137
3173
|
/**
|
|
3138
3174
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
3139
3175
|
*/
|
|
@@ -3216,6 +3252,10 @@ export declare namespace apps {
|
|
|
3216
3252
|
version: string;
|
|
3217
3253
|
}
|
|
3218
3254
|
interface ProvisioningRepositoryOptions {
|
|
3255
|
+
/**
|
|
3256
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
3257
|
+
*/
|
|
3258
|
+
managerIdentity?: string;
|
|
3219
3259
|
/**
|
|
3220
3260
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
3221
3261
|
*/
|
|
@@ -3408,6 +3448,10 @@ export declare namespace apps {
|
|
|
3408
3448
|
version: string;
|
|
3409
3449
|
}
|
|
3410
3450
|
interface PlaylistOptions {
|
|
3451
|
+
/**
|
|
3452
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
3453
|
+
*/
|
|
3454
|
+
managerIdentity?: string;
|
|
3411
3455
|
/**
|
|
3412
3456
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
3413
3457
|
*/
|
|
@@ -3466,6 +3510,10 @@ export declare namespace apps {
|
|
|
3466
3510
|
* Set to true to allow editing the resource from the Grafana UI. By default, resources managed by Terraform cannot be edited in the UI. Enabling this option will cause divergence between the Terraform configuration and the resource in Grafana.
|
|
3467
3511
|
*/
|
|
3468
3512
|
allowUiUpdates?: boolean;
|
|
3513
|
+
/**
|
|
3514
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
3515
|
+
*/
|
|
3516
|
+
managerIdentity?: string;
|
|
3469
3517
|
/**
|
|
3470
3518
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
3471
3519
|
*/
|
|
@@ -3520,6 +3568,10 @@ export declare namespace apps {
|
|
|
3520
3568
|
* Set to true to allow editing the resource from the Grafana UI. By default, resources managed by Terraform cannot be edited in the UI. Enabling this option will cause divergence between the Terraform configuration and the resource in Grafana.
|
|
3521
3569
|
*/
|
|
3522
3570
|
allowUiUpdates?: boolean;
|
|
3571
|
+
/**
|
|
3572
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
3573
|
+
*/
|
|
3574
|
+
managerIdentity?: string;
|
|
3523
3575
|
/**
|
|
3524
3576
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
3525
3577
|
*/
|
|
@@ -3574,6 +3626,10 @@ export declare namespace apps {
|
|
|
3574
3626
|
* Set to true to allow editing the resource from the Grafana UI. By default, resources managed by Terraform cannot be edited in the UI. Enabling this option will cause divergence between the Terraform configuration and the resource in Grafana.
|
|
3575
3627
|
*/
|
|
3576
3628
|
allowUiUpdates?: boolean;
|
|
3629
|
+
/**
|
|
3630
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
3631
|
+
*/
|
|
3632
|
+
managerIdentity?: string;
|
|
3577
3633
|
/**
|
|
3578
3634
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
3579
3635
|
*/
|
|
@@ -3944,6 +4000,10 @@ export declare namespace cloud {
|
|
|
3944
4000
|
version: string;
|
|
3945
4001
|
}
|
|
3946
4002
|
interface ProductActivationAppO11yConfigV1Alpha1Options {
|
|
4003
|
+
/**
|
|
4004
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
4005
|
+
*/
|
|
4006
|
+
managerIdentity?: string;
|
|
3947
4007
|
/**
|
|
3948
4008
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
3949
4009
|
*/
|
|
@@ -3984,6 +4044,10 @@ export declare namespace cloud {
|
|
|
3984
4044
|
version: string;
|
|
3985
4045
|
}
|
|
3986
4046
|
interface ProductActivationK8sO11yConfigV1Alpha1Options {
|
|
4047
|
+
/**
|
|
4048
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
4049
|
+
*/
|
|
4050
|
+
managerIdentity?: string;
|
|
3987
4051
|
/**
|
|
3988
4052
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
3989
4053
|
*/
|
|
@@ -4025,6 +4089,10 @@ export declare namespace cloud {
|
|
|
4025
4089
|
version: string;
|
|
4026
4090
|
}
|
|
4027
4091
|
interface ProductActivationAppO11yConfigOptions {
|
|
4092
|
+
/**
|
|
4093
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
4094
|
+
*/
|
|
4095
|
+
managerIdentity?: string;
|
|
4028
4096
|
/**
|
|
4029
4097
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
4030
4098
|
*/
|
|
@@ -4065,6 +4133,10 @@ export declare namespace cloud {
|
|
|
4065
4133
|
version: string;
|
|
4066
4134
|
}
|
|
4067
4135
|
interface ProductActivationK8sO11yConfigOptions {
|
|
4136
|
+
/**
|
|
4137
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
4138
|
+
*/
|
|
4139
|
+
managerIdentity?: string;
|
|
4068
4140
|
/**
|
|
4069
4141
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
4070
4142
|
*/
|
|
@@ -4570,6 +4642,10 @@ export declare namespace enterprise {
|
|
|
4570
4642
|
version: string;
|
|
4571
4643
|
}
|
|
4572
4644
|
interface SecretKeeperOptions {
|
|
4645
|
+
/**
|
|
4646
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
4647
|
+
*/
|
|
4648
|
+
managerIdentity?: string;
|
|
4573
4649
|
/**
|
|
4574
4650
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
4575
4651
|
*/
|
|
@@ -4634,6 +4710,10 @@ export declare namespace enterprise {
|
|
|
4634
4710
|
version: string;
|
|
4635
4711
|
}
|
|
4636
4712
|
interface SecretSecureValueOptions {
|
|
4713
|
+
/**
|
|
4714
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
4715
|
+
*/
|
|
4716
|
+
managerIdentity?: string;
|
|
4637
4717
|
/**
|
|
4638
4718
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
4639
4719
|
*/
|
|
@@ -4698,6 +4778,10 @@ export declare namespace experimental {
|
|
|
4698
4778
|
* Set to true to allow editing the resource from the Grafana UI. By default, resources managed by Terraform cannot be edited in the UI. Enabling this option will cause divergence between the Terraform configuration and the resource in Grafana.
|
|
4699
4779
|
*/
|
|
4700
4780
|
allowUiUpdates?: boolean;
|
|
4781
|
+
/**
|
|
4782
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
4783
|
+
*/
|
|
4784
|
+
managerIdentity?: string;
|
|
4701
4785
|
/**
|
|
4702
4786
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
4703
4787
|
*/
|
|
@@ -4746,6 +4830,10 @@ export declare namespace experimental {
|
|
|
4746
4830
|
version: string;
|
|
4747
4831
|
}
|
|
4748
4832
|
interface AppsPlaylistV0Alpha1Options {
|
|
4833
|
+
/**
|
|
4834
|
+
* Override the identity stamped on this resource's manager metadata. Defaults to "grafana-terraform-provider". Use this to distinguish resources managed by different Pulumi Stacks targeting the same Grafana instance.
|
|
4835
|
+
*/
|
|
4836
|
+
managerIdentity?: string;
|
|
4749
4837
|
/**
|
|
4750
4838
|
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
4751
4839
|
*/
|