@pulumiverse/grafana 0.12.2 → 0.12.3-alpha.1739038063
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/cloud/getProviderAzureCredential.d.ts +4 -0
- package/cloud/getProviderAzureCredential.js.map +1 -1
- package/cloud/providerAzureCredential.d.ts +12 -0
- package/cloud/providerAzureCredential.js +2 -0
- package/cloud/providerAzureCredential.js.map +1 -1
- package/package.json +2 -2
- package/types/input.d.ts +8 -0
- package/types/output.d.ts +8 -0
|
@@ -52,6 +52,10 @@ export interface GetProviderAzureCredentialResult {
|
|
|
52
52
|
* The ID given by the Grafana Cloud Provider API to this Azure Credential resource.
|
|
53
53
|
*/
|
|
54
54
|
readonly resourceId: string;
|
|
55
|
+
/**
|
|
56
|
+
* A set of regions that this AWS Account resource applies to.
|
|
57
|
+
*/
|
|
58
|
+
readonly resourceTagsToAddToMetrics: string[];
|
|
55
59
|
readonly stackId: string;
|
|
56
60
|
/**
|
|
57
61
|
* The tenant ID of the Azure Credential.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProviderAzureCredential.js","sourceRoot":"","sources":["../../cloud/getProviderAzureCredential.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qEAAqE,EAAE;QAChG,6BAA6B,EAAE,IAAI,CAAC,2BAA2B;QAC/D,6BAA6B,EAAE,IAAI,CAAC,2BAA2B;QAC/D,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gEAQC;
|
|
1
|
+
{"version":3,"file":"getProviderAzureCredential.js","sourceRoot":"","sources":["../../cloud/getProviderAzureCredential.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qEAAqE,EAAE;QAChG,6BAA6B,EAAE,IAAI,CAAC,2BAA2B;QAC/D,6BAA6B,EAAE,IAAI,CAAC,2BAA2B;QAC/D,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gEAQC;AA4DD;;GAEG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAAiC;IAC1H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qEAAqE,EAAE;QACtG,6BAA6B,EAAE,IAAI,CAAC,2BAA2B;QAC/D,6BAA6B,EAAE,IAAI,CAAC,2BAA2B;QAC/D,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4EAQC"}
|
|
@@ -50,6 +50,10 @@ export declare class ProviderAzureCredential extends pulumi.CustomResource {
|
|
|
50
50
|
* The ID given by the Grafana Cloud Provider API to this AWS Account resource.
|
|
51
51
|
*/
|
|
52
52
|
readonly resourceId: pulumi.Output<string>;
|
|
53
|
+
/**
|
|
54
|
+
* A set of regions that this AWS Account resource applies to.
|
|
55
|
+
*/
|
|
56
|
+
readonly resourceTagsToAddToMetrics: pulumi.Output<string[] | undefined>;
|
|
53
57
|
readonly stackId: pulumi.Output<string>;
|
|
54
58
|
/**
|
|
55
59
|
* The tenant ID of the Azure Credential.
|
|
@@ -92,6 +96,10 @@ export interface ProviderAzureCredentialState {
|
|
|
92
96
|
* The ID given by the Grafana Cloud Provider API to this AWS Account resource.
|
|
93
97
|
*/
|
|
94
98
|
resourceId?: pulumi.Input<string>;
|
|
99
|
+
/**
|
|
100
|
+
* A set of regions that this AWS Account resource applies to.
|
|
101
|
+
*/
|
|
102
|
+
resourceTagsToAddToMetrics?: pulumi.Input<pulumi.Input<string>[]>;
|
|
95
103
|
stackId?: pulumi.Input<string>;
|
|
96
104
|
/**
|
|
97
105
|
* The tenant ID of the Azure Credential.
|
|
@@ -122,6 +130,10 @@ export interface ProviderAzureCredentialArgs {
|
|
|
122
130
|
* The list of tag filters to apply to resources.
|
|
123
131
|
*/
|
|
124
132
|
resourceDiscoveryTagFilters?: pulumi.Input<pulumi.Input<inputs.cloud.ProviderAzureCredentialResourceDiscoveryTagFilter>[]>;
|
|
133
|
+
/**
|
|
134
|
+
* A set of regions that this AWS Account resource applies to.
|
|
135
|
+
*/
|
|
136
|
+
resourceTagsToAddToMetrics?: pulumi.Input<pulumi.Input<string>[]>;
|
|
125
137
|
stackId: pulumi.Input<string>;
|
|
126
138
|
/**
|
|
127
139
|
* The tenant ID of the Azure Credential.
|
|
@@ -48,6 +48,7 @@ class ProviderAzureCredential extends pulumi.CustomResource {
|
|
|
48
48
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
49
49
|
resourceInputs["resourceDiscoveryTagFilters"] = state ? state.resourceDiscoveryTagFilters : undefined;
|
|
50
50
|
resourceInputs["resourceId"] = state ? state.resourceId : undefined;
|
|
51
|
+
resourceInputs["resourceTagsToAddToMetrics"] = state ? state.resourceTagsToAddToMetrics : undefined;
|
|
51
52
|
resourceInputs["stackId"] = state ? state.stackId : undefined;
|
|
52
53
|
resourceInputs["tenantId"] = state ? state.tenantId : undefined;
|
|
53
54
|
}
|
|
@@ -70,6 +71,7 @@ class ProviderAzureCredential extends pulumi.CustomResource {
|
|
|
70
71
|
resourceInputs["clientSecret"] = (args === null || args === void 0 ? void 0 : args.clientSecret) ? pulumi.secret(args.clientSecret) : undefined;
|
|
71
72
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
72
73
|
resourceInputs["resourceDiscoveryTagFilters"] = args ? args.resourceDiscoveryTagFilters : undefined;
|
|
74
|
+
resourceInputs["resourceTagsToAddToMetrics"] = args ? args.resourceTagsToAddToMetrics : undefined;
|
|
73
75
|
resourceInputs["stackId"] = args ? args.stackId : undefined;
|
|
74
76
|
resourceInputs["tenantId"] = args ? args.tenantId : undefined;
|
|
75
77
|
resourceInputs["resourceId"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"providerAzureCredential.js","sourceRoot":"","sources":["../../cloud/providerAzureCredential.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;GAQG;AACH,MAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;IAC9D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoC,EAAE,IAAmC;QAClI,OAAO,IAAI,uBAAuB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,uBAAuB,CAAC,YAAY,CAAC;IACxE,CAAC;
|
|
1
|
+
{"version":3,"file":"providerAzureCredential.js","sourceRoot":"","sources":["../../cloud/providerAzureCredential.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumiverse/grafana",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.3-alpha.1739038063",
|
|
4
4
|
"description": "A Pulumi package for creating and managing grafana.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"pulumi": {
|
|
25
25
|
"resource": true,
|
|
26
26
|
"name": "grafana",
|
|
27
|
-
"version": "0.12.
|
|
27
|
+
"version": "0.12.3-alpha.1739038063",
|
|
28
28
|
"server": "github://api.github.com/pulumiverse"
|
|
29
29
|
}
|
|
30
30
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -538,6 +538,10 @@ export interface ContactPointSensugo {
|
|
|
538
538
|
url: pulumi.Input<string>;
|
|
539
539
|
}
|
|
540
540
|
export interface ContactPointSlack {
|
|
541
|
+
/**
|
|
542
|
+
* Templated color of the slack message.
|
|
543
|
+
*/
|
|
544
|
+
color?: pulumi.Input<string>;
|
|
541
545
|
/**
|
|
542
546
|
* Whether to disable sending resolve messages. Defaults to `false`.
|
|
543
547
|
*/
|
|
@@ -3344,6 +3348,10 @@ export declare namespace alerting {
|
|
|
3344
3348
|
url: pulumi.Input<string>;
|
|
3345
3349
|
}
|
|
3346
3350
|
interface ContactPointSlack {
|
|
3351
|
+
/**
|
|
3352
|
+
* Templated color of the slack message.
|
|
3353
|
+
*/
|
|
3354
|
+
color?: pulumi.Input<string>;
|
|
3347
3355
|
/**
|
|
3348
3356
|
* Whether to disable sending resolve messages. Defaults to `false`.
|
|
3349
3357
|
*/
|
package/types/output.d.ts
CHANGED
|
@@ -537,6 +537,10 @@ export interface ContactPointSensugo {
|
|
|
537
537
|
url: string;
|
|
538
538
|
}
|
|
539
539
|
export interface ContactPointSlack {
|
|
540
|
+
/**
|
|
541
|
+
* Templated color of the slack message.
|
|
542
|
+
*/
|
|
543
|
+
color?: string;
|
|
540
544
|
/**
|
|
541
545
|
* Whether to disable sending resolve messages. Defaults to `false`.
|
|
542
546
|
*/
|
|
@@ -3634,6 +3638,10 @@ export declare namespace alerting {
|
|
|
3634
3638
|
url: string;
|
|
3635
3639
|
}
|
|
3636
3640
|
interface ContactPointSlack {
|
|
3641
|
+
/**
|
|
3642
|
+
* Templated color of the slack message.
|
|
3643
|
+
*/
|
|
3644
|
+
color?: string;
|
|
3637
3645
|
/**
|
|
3638
3646
|
* Whether to disable sending resolve messages. Defaults to `false`.
|
|
3639
3647
|
*/
|