@pulumiverse/grafana 2.11.0 → 2.11.1-alpha.1760711768
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/getStack.d.ts +1 -1
- package/cloud/index.d.ts +6 -0
- package/cloud/index.js +11 -1
- package/cloud/index.js.map +1 -1
- package/cloud/productActivationAppO11yConfigV1Alpha1.d.ts +91 -0
- package/cloud/productActivationAppO11yConfigV1Alpha1.js +70 -0
- package/cloud/productActivationAppO11yConfigV1Alpha1.js.map +1 -0
- package/cloud/productActivationK8sO11yConfigV1Alpha1.d.ts +91 -0
- package/cloud/productActivationK8sO11yConfigV1Alpha1.js +70 -0
- package/cloud/productActivationK8sO11yConfigV1Alpha1.js.map +1 -0
- package/cloud/stack.d.ts +3 -3
- package/k6/installation.d.ts +1 -0
- package/k6/installation.js +1 -0
- package/k6/installation.js.map +1 -1
- package/oss/playlist.d.ts +0 -26
- package/oss/playlist.js +0 -26
- package/oss/playlist.js.map +1 -1
- package/package.json +2 -2
- package/types/input.d.ts +80 -1
- package/types/output.d.ts +80 -1
package/cloud/getStack.d.ts
CHANGED
|
@@ -119,7 +119,7 @@ export interface GetStackResult {
|
|
|
119
119
|
*/
|
|
120
120
|
readonly influxUrl: string;
|
|
121
121
|
/**
|
|
122
|
-
* A map of labels to assign to the stack. Label keys and values must match the following regexp: "^[a-zA-Z0-9/\-.]+$" and stacks cannot have more than 10 labels.
|
|
122
|
+
* A map of labels to assign to the stack. Label keys and values must match the following regexp: "^[a-zA-Z0-9/\-._]+$" and stacks cannot have more than 10 labels.
|
|
123
123
|
*/
|
|
124
124
|
readonly labels: {
|
|
125
125
|
[key: string]: string;
|
package/cloud/index.d.ts
CHANGED
|
@@ -31,6 +31,12 @@ export declare const PrivateDataSourceConnectNetwork: typeof import("./privateDa
|
|
|
31
31
|
export { PrivateDataSourceConnectNetworkTokenArgs, PrivateDataSourceConnectNetworkTokenState } from "./privateDataSourceConnectNetworkToken";
|
|
32
32
|
export type PrivateDataSourceConnectNetworkToken = import("./privateDataSourceConnectNetworkToken").PrivateDataSourceConnectNetworkToken;
|
|
33
33
|
export declare const PrivateDataSourceConnectNetworkToken: typeof import("./privateDataSourceConnectNetworkToken").PrivateDataSourceConnectNetworkToken;
|
|
34
|
+
export { ProductActivationAppO11yConfigV1Alpha1Args, ProductActivationAppO11yConfigV1Alpha1State } from "./productActivationAppO11yConfigV1Alpha1";
|
|
35
|
+
export type ProductActivationAppO11yConfigV1Alpha1 = import("./productActivationAppO11yConfigV1Alpha1").ProductActivationAppO11yConfigV1Alpha1;
|
|
36
|
+
export declare const ProductActivationAppO11yConfigV1Alpha1: typeof import("./productActivationAppO11yConfigV1Alpha1").ProductActivationAppO11yConfigV1Alpha1;
|
|
37
|
+
export { ProductActivationK8sO11yConfigV1Alpha1Args, ProductActivationK8sO11yConfigV1Alpha1State } from "./productActivationK8sO11yConfigV1Alpha1";
|
|
38
|
+
export type ProductActivationK8sO11yConfigV1Alpha1 = import("./productActivationK8sO11yConfigV1Alpha1").ProductActivationK8sO11yConfigV1Alpha1;
|
|
39
|
+
export declare const ProductActivationK8sO11yConfigV1Alpha1: typeof import("./productActivationK8sO11yConfigV1Alpha1").ProductActivationK8sO11yConfigV1Alpha1;
|
|
34
40
|
export { StackArgs, StackState } from "./stack";
|
|
35
41
|
export type Stack = import("./stack").Stack;
|
|
36
42
|
export declare const Stack: typeof import("./stack").Stack;
|
package/cloud/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.StackServiceAccountToken = exports.StackServiceAccount = exports.Stack = exports.PrivateDataSourceConnectNetworkToken = exports.PrivateDataSourceConnectNetwork = exports.PluginInstallation = exports.OrgMember = exports.getStackOutput = exports.getStack = exports.getPrivateDataSourceConnectNetworksOutput = exports.getPrivateDataSourceConnectNetworks = exports.getOrganizationOutput = exports.getOrganization = exports.getIpsOutput = exports.getIps = exports.getAccessPoliciesOutput = exports.getAccessPolicies = exports.AccessPolicyToken = exports.AccessPolicy = void 0;
|
|
5
|
+
exports.StackServiceAccountToken = exports.StackServiceAccount = exports.Stack = exports.ProductActivationK8sO11yConfigV1Alpha1 = exports.ProductActivationAppO11yConfigV1Alpha1 = exports.PrivateDataSourceConnectNetworkToken = exports.PrivateDataSourceConnectNetwork = exports.PluginInstallation = exports.OrgMember = exports.getStackOutput = exports.getStack = exports.getPrivateDataSourceConnectNetworksOutput = exports.getPrivateDataSourceConnectNetworks = exports.getOrganizationOutput = exports.getOrganization = exports.getIpsOutput = exports.getIps = exports.getAccessPoliciesOutput = exports.getAccessPolicies = exports.AccessPolicyToken = exports.AccessPolicy = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.AccessPolicy = null;
|
|
@@ -32,6 +32,10 @@ exports.PrivateDataSourceConnectNetwork = null;
|
|
|
32
32
|
utilities.lazyLoad(exports, ["PrivateDataSourceConnectNetwork"], () => require("./privateDataSourceConnectNetwork"));
|
|
33
33
|
exports.PrivateDataSourceConnectNetworkToken = null;
|
|
34
34
|
utilities.lazyLoad(exports, ["PrivateDataSourceConnectNetworkToken"], () => require("./privateDataSourceConnectNetworkToken"));
|
|
35
|
+
exports.ProductActivationAppO11yConfigV1Alpha1 = null;
|
|
36
|
+
utilities.lazyLoad(exports, ["ProductActivationAppO11yConfigV1Alpha1"], () => require("./productActivationAppO11yConfigV1Alpha1"));
|
|
37
|
+
exports.ProductActivationK8sO11yConfigV1Alpha1 = null;
|
|
38
|
+
utilities.lazyLoad(exports, ["ProductActivationK8sO11yConfigV1Alpha1"], () => require("./productActivationK8sO11yConfigV1Alpha1"));
|
|
35
39
|
exports.Stack = null;
|
|
36
40
|
utilities.lazyLoad(exports, ["Stack"], () => require("./stack"));
|
|
37
41
|
exports.StackServiceAccount = null;
|
|
@@ -54,6 +58,10 @@ const _module = {
|
|
|
54
58
|
return new exports.PrivateDataSourceConnectNetwork(name, undefined, { urn });
|
|
55
59
|
case "grafana:cloud/privateDataSourceConnectNetworkToken:PrivateDataSourceConnectNetworkToken":
|
|
56
60
|
return new exports.PrivateDataSourceConnectNetworkToken(name, undefined, { urn });
|
|
61
|
+
case "grafana:cloud/productActivationAppO11yConfigV1Alpha1:ProductActivationAppO11yConfigV1Alpha1":
|
|
62
|
+
return new exports.ProductActivationAppO11yConfigV1Alpha1(name, undefined, { urn });
|
|
63
|
+
case "grafana:cloud/productActivationK8sO11yConfigV1Alpha1:ProductActivationK8sO11yConfigV1Alpha1":
|
|
64
|
+
return new exports.ProductActivationK8sO11yConfigV1Alpha1(name, undefined, { urn });
|
|
57
65
|
case "grafana:cloud/stack:Stack":
|
|
58
66
|
return new exports.Stack(name, undefined, { urn });
|
|
59
67
|
case "grafana:cloud/stackServiceAccount:StackServiceAccount":
|
|
@@ -71,6 +79,8 @@ pulumi.runtime.registerResourceModule("grafana", "cloud/orgMember", _module);
|
|
|
71
79
|
pulumi.runtime.registerResourceModule("grafana", "cloud/pluginInstallation", _module);
|
|
72
80
|
pulumi.runtime.registerResourceModule("grafana", "cloud/privateDataSourceConnectNetwork", _module);
|
|
73
81
|
pulumi.runtime.registerResourceModule("grafana", "cloud/privateDataSourceConnectNetworkToken", _module);
|
|
82
|
+
pulumi.runtime.registerResourceModule("grafana", "cloud/productActivationAppO11yConfigV1Alpha1", _module);
|
|
83
|
+
pulumi.runtime.registerResourceModule("grafana", "cloud/productActivationK8sO11yConfigV1Alpha1", _module);
|
|
74
84
|
pulumi.runtime.registerResourceModule("grafana", "cloud/stack", _module);
|
|
75
85
|
pulumi.runtime.registerResourceModule("grafana", "cloud/stackServiceAccount", _module);
|
|
76
86
|
pulumi.runtime.registerResourceModule("grafana", "cloud/stackServiceAccountToken", _module);
|
package/cloud/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../cloud/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,YAAY,GAAiD,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAIlE,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAG5E,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACxF,QAAA,uBAAuB,GAAiE,IAAW,CAAC;AACjH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,EAAC,yBAAyB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAGtG,QAAA,MAAM,GAAqC,IAAW,CAAC;AACvD,QAAA,YAAY,GAA2C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;AAGrE,QAAA,eAAe,GAAuD,IAAW,CAAC;AAClF,QAAA,qBAAqB,GAA6D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,EAAC,uBAAuB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGhG,QAAA,mCAAmC,GAA+F,IAAW,CAAC;AAC9I,QAAA,yCAAyC,GAAqG,IAAW,CAAC;AACvK,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qCAAqC,EAAC,2CAA2C,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uCAAuC,CAAC,CAAC,CAAC;AAG5J,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC7D,QAAA,cAAc,GAA+C,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,EAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAI3E,QAAA,SAAS,GAA2C,IAAW,CAAC;AAC7E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAI5D,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAI9E,QAAA,+BAA+B,GAAuF,IAAW,CAAC;AAC/I,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iCAAiC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mCAAmC,CAAC,CAAC,CAAC;AAIxG,QAAA,oCAAoC,GAAiG,IAAW,CAAC;AAC9J,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sCAAsC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wCAAwC,CAAC,CAAC,CAAC;AAIlH,QAAA,KAAK,GAAmC,IAAW,CAAC;AACjE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC;AAIpD,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAIhF,QAAA,wBAAwB,GAAyE,IAAW,CAAC;AAC1H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,0BAA0B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,4BAA4B,CAAC,CAAC,CAAC;AAGvG,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,yCAAyC;gBAC1C,OAAO,IAAI,oBAAY,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC1D,KAAK,mDAAmD;gBACpD,OAAO,IAAI,yBAAiB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC/D,KAAK,mCAAmC;gBACpC,OAAO,IAAI,iBAAS,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvD,KAAK,qDAAqD;gBACtD,OAAO,IAAI,0BAAkB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAChE,KAAK,+EAA+E;gBAChF,OAAO,IAAI,uCAA+B,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7E,KAAK,yFAAyF;gBAC1F,OAAO,IAAI,4CAAoC,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClF,KAAK,2BAA2B;gBAC5B,OAAO,IAAI,aAAK,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACnD,KAAK,uDAAuD;gBACxD,OAAO,IAAI,2BAAmB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACjE,KAAK,iEAAiE;gBAClE,OAAO,IAAI,gCAAwB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtE;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,SAAS,EAAE,oBAAoB,EAAE,OAAO,CAAC,CAAA;AAC/E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,SAAS,EAAE,yBAAyB,EAAE,OAAO,CAAC,CAAA;AACpF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,SAAS,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA;AAC5E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,SAAS,EAAE,0BAA0B,EAAE,OAAO,CAAC,CAAA;AACrF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,SAAS,EAAE,uCAAuC,EAAE,OAAO,CAAC,CAAA;AAClG,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,SAAS,EAAE,4CAA4C,EAAE,OAAO,CAAC,CAAA;AACvG,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,SAAS,EAAE,aAAa,EAAE,OAAO,CAAC,CAAA;AACxE,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,SAAS,EAAE,2BAA2B,EAAE,OAAO,CAAC,CAAA;AACtF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,SAAS,EAAE,gCAAgC,EAAE,OAAO,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../cloud/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Manages Grafana Application Observability configurations using the Grafana APIs.
|
|
6
|
+
*
|
|
7
|
+
* This resource allows you to enable or disable application observability features.
|
|
8
|
+
*
|
|
9
|
+
* **Note**: This is a singleton resource. The UID is automatically set to "global" and there can only be one per namespace.
|
|
10
|
+
*
|
|
11
|
+
* ## Import
|
|
12
|
+
*
|
|
13
|
+
* #!/bin/bash
|
|
14
|
+
*
|
|
15
|
+
* Import an existing app observability config by its UID
|
|
16
|
+
*
|
|
17
|
+
* ```sh
|
|
18
|
+
* $ pulumi import grafana:cloud/productActivationAppO11yConfigV1Alpha1:ProductActivationAppO11yConfigV1Alpha1 example my-app-o11y-config
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
export declare class ProductActivationAppO11yConfigV1Alpha1 extends pulumi.CustomResource {
|
|
22
|
+
/**
|
|
23
|
+
* Get an existing ProductActivationAppO11yConfigV1Alpha1 resource's state with the given name, ID, and optional extra
|
|
24
|
+
* properties used to qualify the lookup.
|
|
25
|
+
*
|
|
26
|
+
* @param name The _unique_ name of the resulting resource.
|
|
27
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
28
|
+
* @param state Any extra arguments used during the lookup.
|
|
29
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
30
|
+
*/
|
|
31
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ProductActivationAppO11yConfigV1Alpha1State, opts?: pulumi.CustomResourceOptions): ProductActivationAppO11yConfigV1Alpha1;
|
|
32
|
+
/**
|
|
33
|
+
* Returns true if the given object is an instance of ProductActivationAppO11yConfigV1Alpha1. This is designed to work even
|
|
34
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
35
|
+
*/
|
|
36
|
+
static isInstance(obj: any): obj is ProductActivationAppO11yConfigV1Alpha1;
|
|
37
|
+
/**
|
|
38
|
+
* The metadata of the resource.
|
|
39
|
+
*/
|
|
40
|
+
readonly metadata: pulumi.Output<outputs.cloud.ProductActivationAppO11yConfigV1Alpha1Metadata | undefined>;
|
|
41
|
+
/**
|
|
42
|
+
* Options for applying the resource.
|
|
43
|
+
*/
|
|
44
|
+
readonly options: pulumi.Output<outputs.cloud.ProductActivationAppO11yConfigV1Alpha1Options | undefined>;
|
|
45
|
+
/**
|
|
46
|
+
* The spec of the resource.
|
|
47
|
+
*/
|
|
48
|
+
readonly spec: pulumi.Output<outputs.cloud.ProductActivationAppO11yConfigV1Alpha1Spec | undefined>;
|
|
49
|
+
/**
|
|
50
|
+
* Create a ProductActivationAppO11yConfigV1Alpha1 resource with the given unique name, arguments, and options.
|
|
51
|
+
*
|
|
52
|
+
* @param name The _unique_ name of the resource.
|
|
53
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
54
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
55
|
+
*/
|
|
56
|
+
constructor(name: string, args?: ProductActivationAppO11yConfigV1Alpha1Args, opts?: pulumi.CustomResourceOptions);
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Input properties used for looking up and filtering ProductActivationAppO11yConfigV1Alpha1 resources.
|
|
60
|
+
*/
|
|
61
|
+
export interface ProductActivationAppO11yConfigV1Alpha1State {
|
|
62
|
+
/**
|
|
63
|
+
* The metadata of the resource.
|
|
64
|
+
*/
|
|
65
|
+
metadata?: pulumi.Input<inputs.cloud.ProductActivationAppO11yConfigV1Alpha1Metadata>;
|
|
66
|
+
/**
|
|
67
|
+
* Options for applying the resource.
|
|
68
|
+
*/
|
|
69
|
+
options?: pulumi.Input<inputs.cloud.ProductActivationAppO11yConfigV1Alpha1Options>;
|
|
70
|
+
/**
|
|
71
|
+
* The spec of the resource.
|
|
72
|
+
*/
|
|
73
|
+
spec?: pulumi.Input<inputs.cloud.ProductActivationAppO11yConfigV1Alpha1Spec>;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* The set of arguments for constructing a ProductActivationAppO11yConfigV1Alpha1 resource.
|
|
77
|
+
*/
|
|
78
|
+
export interface ProductActivationAppO11yConfigV1Alpha1Args {
|
|
79
|
+
/**
|
|
80
|
+
* The metadata of the resource.
|
|
81
|
+
*/
|
|
82
|
+
metadata?: pulumi.Input<inputs.cloud.ProductActivationAppO11yConfigV1Alpha1Metadata>;
|
|
83
|
+
/**
|
|
84
|
+
* Options for applying the resource.
|
|
85
|
+
*/
|
|
86
|
+
options?: pulumi.Input<inputs.cloud.ProductActivationAppO11yConfigV1Alpha1Options>;
|
|
87
|
+
/**
|
|
88
|
+
* The spec of the resource.
|
|
89
|
+
*/
|
|
90
|
+
spec?: pulumi.Input<inputs.cloud.ProductActivationAppO11yConfigV1Alpha1Spec>;
|
|
91
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.ProductActivationAppO11yConfigV1Alpha1 = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Manages Grafana Application Observability configurations using the Grafana APIs.
|
|
10
|
+
*
|
|
11
|
+
* This resource allows you to enable or disable application observability features.
|
|
12
|
+
*
|
|
13
|
+
* **Note**: This is a singleton resource. The UID is automatically set to "global" and there can only be one per namespace.
|
|
14
|
+
*
|
|
15
|
+
* ## Import
|
|
16
|
+
*
|
|
17
|
+
* #!/bin/bash
|
|
18
|
+
*
|
|
19
|
+
* Import an existing app observability config by its UID
|
|
20
|
+
*
|
|
21
|
+
* ```sh
|
|
22
|
+
* $ pulumi import grafana:cloud/productActivationAppO11yConfigV1Alpha1:ProductActivationAppO11yConfigV1Alpha1 example my-app-o11y-config
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
class ProductActivationAppO11yConfigV1Alpha1 extends pulumi.CustomResource {
|
|
26
|
+
/**
|
|
27
|
+
* Get an existing ProductActivationAppO11yConfigV1Alpha1 resource's state with the given name, ID, and optional extra
|
|
28
|
+
* properties used to qualify the lookup.
|
|
29
|
+
*
|
|
30
|
+
* @param name The _unique_ name of the resulting resource.
|
|
31
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
32
|
+
* @param state Any extra arguments used during the lookup.
|
|
33
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
34
|
+
*/
|
|
35
|
+
static get(name, id, state, opts) {
|
|
36
|
+
return new ProductActivationAppO11yConfigV1Alpha1(name, state, { ...opts, id: id });
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Returns true if the given object is an instance of ProductActivationAppO11yConfigV1Alpha1. This is designed to work even
|
|
40
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
41
|
+
*/
|
|
42
|
+
static isInstance(obj) {
|
|
43
|
+
if (obj === undefined || obj === null) {
|
|
44
|
+
return false;
|
|
45
|
+
}
|
|
46
|
+
return obj['__pulumiType'] === ProductActivationAppO11yConfigV1Alpha1.__pulumiType;
|
|
47
|
+
}
|
|
48
|
+
constructor(name, argsOrState, opts) {
|
|
49
|
+
let resourceInputs = {};
|
|
50
|
+
opts = opts || {};
|
|
51
|
+
if (opts.id) {
|
|
52
|
+
const state = argsOrState;
|
|
53
|
+
resourceInputs["metadata"] = state?.metadata;
|
|
54
|
+
resourceInputs["options"] = state?.options;
|
|
55
|
+
resourceInputs["spec"] = state?.spec;
|
|
56
|
+
}
|
|
57
|
+
else {
|
|
58
|
+
const args = argsOrState;
|
|
59
|
+
resourceInputs["metadata"] = args?.metadata;
|
|
60
|
+
resourceInputs["options"] = args?.options;
|
|
61
|
+
resourceInputs["spec"] = args?.spec;
|
|
62
|
+
}
|
|
63
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
64
|
+
super(ProductActivationAppO11yConfigV1Alpha1.__pulumiType, name, resourceInputs, opts);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
exports.ProductActivationAppO11yConfigV1Alpha1 = ProductActivationAppO11yConfigV1Alpha1;
|
|
68
|
+
/** @internal */
|
|
69
|
+
ProductActivationAppO11yConfigV1Alpha1.__pulumiType = 'grafana:cloud/productActivationAppO11yConfigV1Alpha1:ProductActivationAppO11yConfigV1Alpha1';
|
|
70
|
+
//# sourceMappingURL=productActivationAppO11yConfigV1Alpha1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"productActivationAppO11yConfigV1Alpha1.js","sourceRoot":"","sources":["../../cloud/productActivationAppO11yConfigV1Alpha1.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,sCAAuC,SAAQ,MAAM,CAAC,cAAc;IAC7E;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmD,EAAE,IAAmC;QACjJ,OAAO,IAAI,sCAAsC,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC7F,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,sCAAsC,CAAC,YAAY,CAAC;IACvF,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAsG,EAAE,IAAmC;QACjK,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAsE,CAAC;YACrF,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAqE,CAAC;YACnF,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;SACvC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,sCAAsC,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC3F,CAAC;;AAjEL,wFAkEC;AApDG,gBAAgB;AACO,mDAAY,GAAG,6FAA6F,CAAC"}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Manages Grafana Kubernetes Observability configurations using the Grafana APIs.
|
|
6
|
+
*
|
|
7
|
+
* This resource allows you to enable or disable Kubernetes observability features.
|
|
8
|
+
*
|
|
9
|
+
* **Note**: This is a singleton resource. The UID is automatically set to "global" and there can only be one per namespace.
|
|
10
|
+
*
|
|
11
|
+
* ## Import
|
|
12
|
+
*
|
|
13
|
+
* #!/bin/bash
|
|
14
|
+
*
|
|
15
|
+
* Import an existing Kubernetes observability config by its UID
|
|
16
|
+
*
|
|
17
|
+
* ```sh
|
|
18
|
+
* $ pulumi import grafana:cloud/productActivationK8sO11yConfigV1Alpha1:ProductActivationK8sO11yConfigV1Alpha1 example my-k8s-o11y-config
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
export declare class ProductActivationK8sO11yConfigV1Alpha1 extends pulumi.CustomResource {
|
|
22
|
+
/**
|
|
23
|
+
* Get an existing ProductActivationK8sO11yConfigV1Alpha1 resource's state with the given name, ID, and optional extra
|
|
24
|
+
* properties used to qualify the lookup.
|
|
25
|
+
*
|
|
26
|
+
* @param name The _unique_ name of the resulting resource.
|
|
27
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
28
|
+
* @param state Any extra arguments used during the lookup.
|
|
29
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
30
|
+
*/
|
|
31
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ProductActivationK8sO11yConfigV1Alpha1State, opts?: pulumi.CustomResourceOptions): ProductActivationK8sO11yConfigV1Alpha1;
|
|
32
|
+
/**
|
|
33
|
+
* Returns true if the given object is an instance of ProductActivationK8sO11yConfigV1Alpha1. This is designed to work even
|
|
34
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
35
|
+
*/
|
|
36
|
+
static isInstance(obj: any): obj is ProductActivationK8sO11yConfigV1Alpha1;
|
|
37
|
+
/**
|
|
38
|
+
* The metadata of the resource.
|
|
39
|
+
*/
|
|
40
|
+
readonly metadata: pulumi.Output<outputs.cloud.ProductActivationK8sO11yConfigV1Alpha1Metadata | undefined>;
|
|
41
|
+
/**
|
|
42
|
+
* Options for applying the resource.
|
|
43
|
+
*/
|
|
44
|
+
readonly options: pulumi.Output<outputs.cloud.ProductActivationK8sO11yConfigV1Alpha1Options | undefined>;
|
|
45
|
+
/**
|
|
46
|
+
* The spec of the resource.
|
|
47
|
+
*/
|
|
48
|
+
readonly spec: pulumi.Output<outputs.cloud.ProductActivationK8sO11yConfigV1Alpha1Spec | undefined>;
|
|
49
|
+
/**
|
|
50
|
+
* Create a ProductActivationK8sO11yConfigV1Alpha1 resource with the given unique name, arguments, and options.
|
|
51
|
+
*
|
|
52
|
+
* @param name The _unique_ name of the resource.
|
|
53
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
54
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
55
|
+
*/
|
|
56
|
+
constructor(name: string, args?: ProductActivationK8sO11yConfigV1Alpha1Args, opts?: pulumi.CustomResourceOptions);
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Input properties used for looking up and filtering ProductActivationK8sO11yConfigV1Alpha1 resources.
|
|
60
|
+
*/
|
|
61
|
+
export interface ProductActivationK8sO11yConfigV1Alpha1State {
|
|
62
|
+
/**
|
|
63
|
+
* The metadata of the resource.
|
|
64
|
+
*/
|
|
65
|
+
metadata?: pulumi.Input<inputs.cloud.ProductActivationK8sO11yConfigV1Alpha1Metadata>;
|
|
66
|
+
/**
|
|
67
|
+
* Options for applying the resource.
|
|
68
|
+
*/
|
|
69
|
+
options?: pulumi.Input<inputs.cloud.ProductActivationK8sO11yConfigV1Alpha1Options>;
|
|
70
|
+
/**
|
|
71
|
+
* The spec of the resource.
|
|
72
|
+
*/
|
|
73
|
+
spec?: pulumi.Input<inputs.cloud.ProductActivationK8sO11yConfigV1Alpha1Spec>;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* The set of arguments for constructing a ProductActivationK8sO11yConfigV1Alpha1 resource.
|
|
77
|
+
*/
|
|
78
|
+
export interface ProductActivationK8sO11yConfigV1Alpha1Args {
|
|
79
|
+
/**
|
|
80
|
+
* The metadata of the resource.
|
|
81
|
+
*/
|
|
82
|
+
metadata?: pulumi.Input<inputs.cloud.ProductActivationK8sO11yConfigV1Alpha1Metadata>;
|
|
83
|
+
/**
|
|
84
|
+
* Options for applying the resource.
|
|
85
|
+
*/
|
|
86
|
+
options?: pulumi.Input<inputs.cloud.ProductActivationK8sO11yConfigV1Alpha1Options>;
|
|
87
|
+
/**
|
|
88
|
+
* The spec of the resource.
|
|
89
|
+
*/
|
|
90
|
+
spec?: pulumi.Input<inputs.cloud.ProductActivationK8sO11yConfigV1Alpha1Spec>;
|
|
91
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.ProductActivationK8sO11yConfigV1Alpha1 = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Manages Grafana Kubernetes Observability configurations using the Grafana APIs.
|
|
10
|
+
*
|
|
11
|
+
* This resource allows you to enable or disable Kubernetes observability features.
|
|
12
|
+
*
|
|
13
|
+
* **Note**: This is a singleton resource. The UID is automatically set to "global" and there can only be one per namespace.
|
|
14
|
+
*
|
|
15
|
+
* ## Import
|
|
16
|
+
*
|
|
17
|
+
* #!/bin/bash
|
|
18
|
+
*
|
|
19
|
+
* Import an existing Kubernetes observability config by its UID
|
|
20
|
+
*
|
|
21
|
+
* ```sh
|
|
22
|
+
* $ pulumi import grafana:cloud/productActivationK8sO11yConfigV1Alpha1:ProductActivationK8sO11yConfigV1Alpha1 example my-k8s-o11y-config
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
class ProductActivationK8sO11yConfigV1Alpha1 extends pulumi.CustomResource {
|
|
26
|
+
/**
|
|
27
|
+
* Get an existing ProductActivationK8sO11yConfigV1Alpha1 resource's state with the given name, ID, and optional extra
|
|
28
|
+
* properties used to qualify the lookup.
|
|
29
|
+
*
|
|
30
|
+
* @param name The _unique_ name of the resulting resource.
|
|
31
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
32
|
+
* @param state Any extra arguments used during the lookup.
|
|
33
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
34
|
+
*/
|
|
35
|
+
static get(name, id, state, opts) {
|
|
36
|
+
return new ProductActivationK8sO11yConfigV1Alpha1(name, state, { ...opts, id: id });
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Returns true if the given object is an instance of ProductActivationK8sO11yConfigV1Alpha1. This is designed to work even
|
|
40
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
41
|
+
*/
|
|
42
|
+
static isInstance(obj) {
|
|
43
|
+
if (obj === undefined || obj === null) {
|
|
44
|
+
return false;
|
|
45
|
+
}
|
|
46
|
+
return obj['__pulumiType'] === ProductActivationK8sO11yConfigV1Alpha1.__pulumiType;
|
|
47
|
+
}
|
|
48
|
+
constructor(name, argsOrState, opts) {
|
|
49
|
+
let resourceInputs = {};
|
|
50
|
+
opts = opts || {};
|
|
51
|
+
if (opts.id) {
|
|
52
|
+
const state = argsOrState;
|
|
53
|
+
resourceInputs["metadata"] = state?.metadata;
|
|
54
|
+
resourceInputs["options"] = state?.options;
|
|
55
|
+
resourceInputs["spec"] = state?.spec;
|
|
56
|
+
}
|
|
57
|
+
else {
|
|
58
|
+
const args = argsOrState;
|
|
59
|
+
resourceInputs["metadata"] = args?.metadata;
|
|
60
|
+
resourceInputs["options"] = args?.options;
|
|
61
|
+
resourceInputs["spec"] = args?.spec;
|
|
62
|
+
}
|
|
63
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
64
|
+
super(ProductActivationK8sO11yConfigV1Alpha1.__pulumiType, name, resourceInputs, opts);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
exports.ProductActivationK8sO11yConfigV1Alpha1 = ProductActivationK8sO11yConfigV1Alpha1;
|
|
68
|
+
/** @internal */
|
|
69
|
+
ProductActivationK8sO11yConfigV1Alpha1.__pulumiType = 'grafana:cloud/productActivationK8sO11yConfigV1Alpha1:ProductActivationK8sO11yConfigV1Alpha1';
|
|
70
|
+
//# sourceMappingURL=productActivationK8sO11yConfigV1Alpha1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"productActivationK8sO11yConfigV1Alpha1.js","sourceRoot":"","sources":["../../cloud/productActivationK8sO11yConfigV1Alpha1.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,sCAAuC,SAAQ,MAAM,CAAC,cAAc;IAC7E;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmD,EAAE,IAAmC;QACjJ,OAAO,IAAI,sCAAsC,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC7F,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,sCAAsC,CAAC,YAAY,CAAC;IACvF,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAsG,EAAE,IAAmC;QACjK,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAsE,CAAC;YACrF,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAqE,CAAC;YACnF,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;SACvC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,sCAAsC,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC3F,CAAC;;AAjEL,wFAkEC;AApDG,gBAAgB;AACO,mDAAY,GAAG,6FAA6F,CAAC"}
|
package/cloud/stack.d.ts
CHANGED
|
@@ -125,7 +125,7 @@ export declare class Stack extends pulumi.CustomResource {
|
|
|
125
125
|
*/
|
|
126
126
|
readonly influxUrl: pulumi.Output<string>;
|
|
127
127
|
/**
|
|
128
|
-
* A map of labels to assign to the stack. Label keys and values must match the following regexp: "^[a-zA-Z0-9/\-.]+$" and stacks cannot have more than 10 labels.
|
|
128
|
+
* A map of labels to assign to the stack. Label keys and values must match the following regexp: "^[a-zA-Z0-9/\-._]+$" and stacks cannot have more than 10 labels.
|
|
129
129
|
*/
|
|
130
130
|
readonly labels: pulumi.Output<{
|
|
131
131
|
[key: string]: string;
|
|
@@ -383,7 +383,7 @@ export interface StackState {
|
|
|
383
383
|
*/
|
|
384
384
|
influxUrl?: pulumi.Input<string>;
|
|
385
385
|
/**
|
|
386
|
-
* A map of labels to assign to the stack. Label keys and values must match the following regexp: "^[a-zA-Z0-9/\-.]+$" and stacks cannot have more than 10 labels.
|
|
386
|
+
* A map of labels to assign to the stack. Label keys and values must match the following regexp: "^[a-zA-Z0-9/\-._]+$" and stacks cannot have more than 10 labels.
|
|
387
387
|
*/
|
|
388
388
|
labels?: pulumi.Input<{
|
|
389
389
|
[key: string]: pulumi.Input<string>;
|
|
@@ -561,7 +561,7 @@ export interface StackArgs {
|
|
|
561
561
|
*/
|
|
562
562
|
description?: pulumi.Input<string>;
|
|
563
563
|
/**
|
|
564
|
-
* A map of labels to assign to the stack. Label keys and values must match the following regexp: "^[a-zA-Z0-9/\-.]+$" and stacks cannot have more than 10 labels.
|
|
564
|
+
* A map of labels to assign to the stack. Label keys and values must match the following regexp: "^[a-zA-Z0-9/\-._]+$" and stacks cannot have more than 10 labels.
|
|
565
565
|
*/
|
|
566
566
|
labels?: pulumi.Input<{
|
|
567
567
|
[key: string]: pulumi.Input<string>;
|
package/k6/installation.d.ts
CHANGED
package/k6/installation.js
CHANGED
package/k6/installation.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"installation.js","sourceRoot":"","sources":["../../k6/installation.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"installation.js","sourceRoot":"","sources":["../../k6/installation.ts"],"names":[],"mappings":"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"}
|
package/oss/playlist.d.ts
CHANGED
|
@@ -5,32 +5,6 @@ import * as outputs from "../types/output";
|
|
|
5
5
|
* * [Official documentation](https://grafana.com/docs/grafana/latest/dashboards/create-manage-playlists/)
|
|
6
6
|
* * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/playlist/)
|
|
7
7
|
*
|
|
8
|
-
* ## Example Usage
|
|
9
|
-
*
|
|
10
|
-
* ```typescript
|
|
11
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
-
* import * as grafana from "@pulumiverse/grafana";
|
|
13
|
-
*
|
|
14
|
-
* const test = new grafana.oss.Playlist("test", {
|
|
15
|
-
* name: "My Playlist!",
|
|
16
|
-
* interval: "5m",
|
|
17
|
-
* items: [
|
|
18
|
-
* {
|
|
19
|
-
* order: 2,
|
|
20
|
-
* title: "Terraform Dashboard By Tag",
|
|
21
|
-
* type: "dashboard_by_tag",
|
|
22
|
-
* value: "terraform",
|
|
23
|
-
* },
|
|
24
|
-
* {
|
|
25
|
-
* order: 1,
|
|
26
|
-
* title: "Terraform Dashboard By UID",
|
|
27
|
-
* type: "dashboard_by_uid",
|
|
28
|
-
* value: "cIBgcSjkk",
|
|
29
|
-
* },
|
|
30
|
-
* ],
|
|
31
|
-
* });
|
|
32
|
-
* ```
|
|
33
|
-
*
|
|
34
8
|
* ## Import
|
|
35
9
|
*
|
|
36
10
|
* ```sh
|
package/oss/playlist.js
CHANGED
|
@@ -9,32 +9,6 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* * [Official documentation](https://grafana.com/docs/grafana/latest/dashboards/create-manage-playlists/)
|
|
10
10
|
* * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/playlist/)
|
|
11
11
|
*
|
|
12
|
-
* ## Example Usage
|
|
13
|
-
*
|
|
14
|
-
* ```typescript
|
|
15
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
-
* import * as grafana from "@pulumiverse/grafana";
|
|
17
|
-
*
|
|
18
|
-
* const test = new grafana.oss.Playlist("test", {
|
|
19
|
-
* name: "My Playlist!",
|
|
20
|
-
* interval: "5m",
|
|
21
|
-
* items: [
|
|
22
|
-
* {
|
|
23
|
-
* order: 2,
|
|
24
|
-
* title: "Terraform Dashboard By Tag",
|
|
25
|
-
* type: "dashboard_by_tag",
|
|
26
|
-
* value: "terraform",
|
|
27
|
-
* },
|
|
28
|
-
* {
|
|
29
|
-
* order: 1,
|
|
30
|
-
* title: "Terraform Dashboard By UID",
|
|
31
|
-
* type: "dashboard_by_uid",
|
|
32
|
-
* value: "cIBgcSjkk",
|
|
33
|
-
* },
|
|
34
|
-
* ],
|
|
35
|
-
* });
|
|
36
|
-
* ```
|
|
37
|
-
*
|
|
38
12
|
* ## Import
|
|
39
13
|
*
|
|
40
14
|
* ```sh
|
package/oss/playlist.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"playlist.js","sourceRoot":"","sources":["../../oss/playlist.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"playlist.js","sourceRoot":"","sources":["../../oss/playlist.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqB,EAAE,IAAmC;QACnH,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC/D,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,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;IAqBD,YAAY,IAAY,EAAE,WAA0C,EAAE,IAAmC;QACrG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAwC,CAAC;YACvD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;SAC1C;aAAM;YACH,MAAM,IAAI,GAAG,WAAuC,CAAC;YACrD,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,IAAI,EAAE,KAAK,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxC,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;SACzC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,SAAS,GAAG,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,iCAAiC,EAAE,CAAC,EAAE,CAAC;QAC7E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;QAC5C,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;;AAzEL,4BA0EC;AA5DG,gBAAgB;AACO,qBAAY,GAAG,+BAA+B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumiverse/grafana",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.1-alpha.1760711768",
|
|
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": "2.11.
|
|
27
|
+
"version": "2.11.1-alpha.1760711768",
|
|
28
28
|
"server": "github://api.github.com/pulumiverse"
|
|
29
29
|
}
|
|
30
30
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -2041,6 +2041,86 @@ export declare namespace cloud {
|
|
|
2041
2041
|
*/
|
|
2042
2042
|
selector: pulumi.Input<string>;
|
|
2043
2043
|
}
|
|
2044
|
+
interface ProductActivationAppO11yConfigV1Alpha1Metadata {
|
|
2045
|
+
/**
|
|
2046
|
+
* Annotations of the resource.
|
|
2047
|
+
*/
|
|
2048
|
+
annotations?: pulumi.Input<{
|
|
2049
|
+
[key: string]: pulumi.Input<string>;
|
|
2050
|
+
}>;
|
|
2051
|
+
/**
|
|
2052
|
+
* The UID of the folder to save the resource in.
|
|
2053
|
+
*/
|
|
2054
|
+
folderUid?: pulumi.Input<string>;
|
|
2055
|
+
/**
|
|
2056
|
+
* The unique identifier of the resource.
|
|
2057
|
+
*/
|
|
2058
|
+
uid: pulumi.Input<string>;
|
|
2059
|
+
/**
|
|
2060
|
+
* The full URL of the resource.
|
|
2061
|
+
*/
|
|
2062
|
+
url?: pulumi.Input<string>;
|
|
2063
|
+
/**
|
|
2064
|
+
* The globally unique identifier of a resource, used by the API for tracking.
|
|
2065
|
+
*/
|
|
2066
|
+
uuid?: pulumi.Input<string>;
|
|
2067
|
+
/**
|
|
2068
|
+
* The version of the resource.
|
|
2069
|
+
*/
|
|
2070
|
+
version?: pulumi.Input<string>;
|
|
2071
|
+
}
|
|
2072
|
+
interface ProductActivationAppO11yConfigV1Alpha1Options {
|
|
2073
|
+
/**
|
|
2074
|
+
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
2075
|
+
*/
|
|
2076
|
+
overwrite?: pulumi.Input<boolean>;
|
|
2077
|
+
}
|
|
2078
|
+
interface ProductActivationAppO11yConfigV1Alpha1Spec {
|
|
2079
|
+
/**
|
|
2080
|
+
* Whether application observability is enabled.
|
|
2081
|
+
*/
|
|
2082
|
+
enabled: pulumi.Input<boolean>;
|
|
2083
|
+
}
|
|
2084
|
+
interface ProductActivationK8sO11yConfigV1Alpha1Metadata {
|
|
2085
|
+
/**
|
|
2086
|
+
* Annotations of the resource.
|
|
2087
|
+
*/
|
|
2088
|
+
annotations?: pulumi.Input<{
|
|
2089
|
+
[key: string]: pulumi.Input<string>;
|
|
2090
|
+
}>;
|
|
2091
|
+
/**
|
|
2092
|
+
* The UID of the folder to save the resource in.
|
|
2093
|
+
*/
|
|
2094
|
+
folderUid?: pulumi.Input<string>;
|
|
2095
|
+
/**
|
|
2096
|
+
* The unique identifier of the resource.
|
|
2097
|
+
*/
|
|
2098
|
+
uid: pulumi.Input<string>;
|
|
2099
|
+
/**
|
|
2100
|
+
* The full URL of the resource.
|
|
2101
|
+
*/
|
|
2102
|
+
url?: pulumi.Input<string>;
|
|
2103
|
+
/**
|
|
2104
|
+
* The globally unique identifier of a resource, used by the API for tracking.
|
|
2105
|
+
*/
|
|
2106
|
+
uuid?: pulumi.Input<string>;
|
|
2107
|
+
/**
|
|
2108
|
+
* The version of the resource.
|
|
2109
|
+
*/
|
|
2110
|
+
version?: pulumi.Input<string>;
|
|
2111
|
+
}
|
|
2112
|
+
interface ProductActivationK8sO11yConfigV1Alpha1Options {
|
|
2113
|
+
/**
|
|
2114
|
+
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
2115
|
+
*/
|
|
2116
|
+
overwrite?: pulumi.Input<boolean>;
|
|
2117
|
+
}
|
|
2118
|
+
interface ProductActivationK8sO11yConfigV1Alpha1Spec {
|
|
2119
|
+
/**
|
|
2120
|
+
* Whether Kubernetes observability is enabled.
|
|
2121
|
+
*/
|
|
2122
|
+
enabled: pulumi.Input<boolean>;
|
|
2123
|
+
}
|
|
2044
2124
|
}
|
|
2045
2125
|
export declare namespace cloudProvider {
|
|
2046
2126
|
interface AwsCloudwatchScrapeJobCustomNamespace {
|
|
@@ -3137,7 +3217,6 @@ export declare namespace oss {
|
|
|
3137
3217
|
interface PlaylistItem {
|
|
3138
3218
|
id?: pulumi.Input<string>;
|
|
3139
3219
|
order: pulumi.Input<number>;
|
|
3140
|
-
title: pulumi.Input<string>;
|
|
3141
3220
|
type?: pulumi.Input<string>;
|
|
3142
3221
|
value?: pulumi.Input<string>;
|
|
3143
3222
|
}
|
package/types/output.d.ts
CHANGED
|
@@ -2054,6 +2054,86 @@ export declare namespace cloud {
|
|
|
2054
2054
|
region: string;
|
|
2055
2055
|
status: string;
|
|
2056
2056
|
}
|
|
2057
|
+
interface ProductActivationAppO11yConfigV1Alpha1Metadata {
|
|
2058
|
+
/**
|
|
2059
|
+
* Annotations of the resource.
|
|
2060
|
+
*/
|
|
2061
|
+
annotations: {
|
|
2062
|
+
[key: string]: string;
|
|
2063
|
+
};
|
|
2064
|
+
/**
|
|
2065
|
+
* The UID of the folder to save the resource in.
|
|
2066
|
+
*/
|
|
2067
|
+
folderUid?: string;
|
|
2068
|
+
/**
|
|
2069
|
+
* The unique identifier of the resource.
|
|
2070
|
+
*/
|
|
2071
|
+
uid: string;
|
|
2072
|
+
/**
|
|
2073
|
+
* The full URL of the resource.
|
|
2074
|
+
*/
|
|
2075
|
+
url: string;
|
|
2076
|
+
/**
|
|
2077
|
+
* The globally unique identifier of a resource, used by the API for tracking.
|
|
2078
|
+
*/
|
|
2079
|
+
uuid: string;
|
|
2080
|
+
/**
|
|
2081
|
+
* The version of the resource.
|
|
2082
|
+
*/
|
|
2083
|
+
version: string;
|
|
2084
|
+
}
|
|
2085
|
+
interface ProductActivationAppO11yConfigV1Alpha1Options {
|
|
2086
|
+
/**
|
|
2087
|
+
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
2088
|
+
*/
|
|
2089
|
+
overwrite?: boolean;
|
|
2090
|
+
}
|
|
2091
|
+
interface ProductActivationAppO11yConfigV1Alpha1Spec {
|
|
2092
|
+
/**
|
|
2093
|
+
* Whether application observability is enabled.
|
|
2094
|
+
*/
|
|
2095
|
+
enabled: boolean;
|
|
2096
|
+
}
|
|
2097
|
+
interface ProductActivationK8sO11yConfigV1Alpha1Metadata {
|
|
2098
|
+
/**
|
|
2099
|
+
* Annotations of the resource.
|
|
2100
|
+
*/
|
|
2101
|
+
annotations: {
|
|
2102
|
+
[key: string]: string;
|
|
2103
|
+
};
|
|
2104
|
+
/**
|
|
2105
|
+
* The UID of the folder to save the resource in.
|
|
2106
|
+
*/
|
|
2107
|
+
folderUid?: string;
|
|
2108
|
+
/**
|
|
2109
|
+
* The unique identifier of the resource.
|
|
2110
|
+
*/
|
|
2111
|
+
uid: string;
|
|
2112
|
+
/**
|
|
2113
|
+
* The full URL of the resource.
|
|
2114
|
+
*/
|
|
2115
|
+
url: string;
|
|
2116
|
+
/**
|
|
2117
|
+
* The globally unique identifier of a resource, used by the API for tracking.
|
|
2118
|
+
*/
|
|
2119
|
+
uuid: string;
|
|
2120
|
+
/**
|
|
2121
|
+
* The version of the resource.
|
|
2122
|
+
*/
|
|
2123
|
+
version: string;
|
|
2124
|
+
}
|
|
2125
|
+
interface ProductActivationK8sO11yConfigV1Alpha1Options {
|
|
2126
|
+
/**
|
|
2127
|
+
* Set to true if you want to overwrite existing resource with newer version, same resource title in folder or same resource uid.
|
|
2128
|
+
*/
|
|
2129
|
+
overwrite?: boolean;
|
|
2130
|
+
}
|
|
2131
|
+
interface ProductActivationK8sO11yConfigV1Alpha1Spec {
|
|
2132
|
+
/**
|
|
2133
|
+
* Whether Kubernetes observability is enabled.
|
|
2134
|
+
*/
|
|
2135
|
+
enabled: boolean;
|
|
2136
|
+
}
|
|
2057
2137
|
}
|
|
2058
2138
|
export declare namespace cloudProvider {
|
|
2059
2139
|
interface AwsCloudwatchScrapeJobCustomNamespace {
|
|
@@ -3052,7 +3132,6 @@ export declare namespace oss {
|
|
|
3052
3132
|
interface PlaylistItem {
|
|
3053
3133
|
id: string;
|
|
3054
3134
|
order: number;
|
|
3055
|
-
title: string;
|
|
3056
3135
|
type?: string;
|
|
3057
3136
|
value?: string;
|
|
3058
3137
|
}
|