@pulumi/signalfx 7.0.0 → 7.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. package/alertMutingRule.d.ts +37 -19
  2. package/alertMutingRule.js +22 -4
  3. package/alertMutingRule.js.map +1 -1
  4. package/aws/externalIntegration.d.ts +23 -11
  5. package/aws/externalIntegration.js +16 -4
  6. package/aws/externalIntegration.js.map +1 -1
  7. package/aws/integration.d.ts +141 -72
  8. package/aws/integration.js +41 -4
  9. package/aws/integration.js.map +1 -1
  10. package/aws/tokenIntegration.d.ts +18 -7
  11. package/aws/tokenIntegration.js +13 -2
  12. package/aws/tokenIntegration.js.map +1 -1
  13. package/azure/integration.d.ts +101 -45
  14. package/azure/integration.js +29 -3
  15. package/azure/integration.js.map +1 -1
  16. package/config/vars.d.ts +3 -3
  17. package/dashboard.d.ts +62 -62
  18. package/dashboardGroup.d.ts +62 -27
  19. package/dashboardGroup.js +41 -6
  20. package/dashboardGroup.js.map +1 -1
  21. package/dataLink.d.ts +52 -18
  22. package/dataLink.js +31 -3
  23. package/dataLink.js.map +1 -1
  24. package/detector.d.ts +133 -70
  25. package/detector.js +70 -15
  26. package/detector.js.map +1 -1
  27. package/eventFeedChart.d.ts +38 -20
  28. package/eventFeedChart.js +18 -0
  29. package/eventFeedChart.js.map +1 -1
  30. package/gcp/integration.d.ts +66 -35
  31. package/gcp/integration.js +24 -5
  32. package/gcp/integration.js.map +1 -1
  33. package/getDimensionValues.d.ts +18 -2
  34. package/getDimensionValues.js +18 -2
  35. package/getDimensionValues.js.map +1 -1
  36. package/heatmapChart.d.ts +80 -46
  37. package/heatmapChart.js +36 -2
  38. package/heatmapChart.js.map +1 -1
  39. package/jira/integration.d.ts +51 -24
  40. package/jira/integration.js +24 -3
  41. package/jira/integration.js.map +1 -1
  42. package/listChart.d.ts +111 -64
  43. package/listChart.js +46 -2
  44. package/listChart.js.map +1 -1
  45. package/log/timeline.d.ts +44 -24
  46. package/log/timeline.js +21 -1
  47. package/log/timeline.js.map +1 -1
  48. package/log/view.d.ts +54 -31
  49. package/log/view.js +25 -2
  50. package/log/view.js.map +1 -1
  51. package/metricRuleset.d.ts +33 -11
  52. package/metricRuleset.js +24 -2
  53. package/metricRuleset.js.map +1 -1
  54. package/opsgenie/integration.d.ts +28 -15
  55. package/opsgenie/integration.js +16 -3
  56. package/opsgenie/integration.js.map +1 -1
  57. package/orgToken.d.ts +50 -39
  58. package/orgToken.js +32 -3
  59. package/orgToken.js.map +1 -1
  60. package/package.json +2 -3
  61. package/package.json.bak +1 -2
  62. package/pagerduty/getIntegration.d.ts +22 -14
  63. package/pagerduty/getIntegration.js +22 -2
  64. package/pagerduty/getIntegration.js.map +1 -1
  65. package/pagerduty/integration.d.ts +23 -12
  66. package/pagerduty/integration.js +14 -3
  67. package/pagerduty/integration.js.map +1 -1
  68. package/provider.d.ts +6 -6
  69. package/servicenow/integration.d.ts +46 -17
  70. package/servicenow/integration.js +19 -2
  71. package/servicenow/integration.js.map +1 -1
  72. package/singleValueChart.d.ts +74 -39
  73. package/singleValueChart.js +36 -1
  74. package/singleValueChart.js.map +1 -1
  75. package/slack/integration.d.ts +24 -12
  76. package/slack/integration.js +15 -3
  77. package/slack/integration.js.map +1 -1
  78. package/tableChart.d.ts +32 -16
  79. package/tableChart.js +18 -2
  80. package/tableChart.js.map +1 -1
  81. package/team.d.ts +54 -33
  82. package/team.js +25 -4
  83. package/team.js.map +1 -1
  84. package/textChart.d.ts +27 -12
  85. package/textChart.js +16 -1
  86. package/textChart.js.map +1 -1
  87. package/timeChart.d.ts +148 -94
  88. package/timeChart.js +68 -2
  89. package/timeChart.js.map +1 -1
  90. package/types/input.d.ts +0 -577
  91. package/types/output.d.ts +0 -577
  92. package/utilities.d.ts +4 -0
  93. package/utilities.js +33 -1
  94. package/utilities.js.map +1 -1
  95. package/victorops/integration.d.ts +24 -12
  96. package/victorops/integration.js +15 -3
  97. package/victorops/integration.js.map +1 -1
  98. package/webhookIntegration.d.ts +31 -15
  99. package/webhookIntegration.js +19 -3
  100. package/webhookIntegration.js.map +1 -1
  101. package/scripts/install-pulumi-plugin.js +0 -21
@@ -2,13 +2,13 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
4
  /**
5
- * Provides an Observability Cloud resource for managing alert muting rules. See [Mute Notifications](https://docs.splunk.com/Observability/alerts-detectors-notifications/mute-notifications.html) for more information.
5
+ * Provides a Splunk Observability Cloud resource for managing alert muting rules. See [Mute Notifications](https://docs.splunk.com/Observability/alerts-detectors-notifications/mute-notifications.html) for more information.
6
6
  *
7
- * > **WARNING** Observability Cloud does not allow the start time of a **currently active** muting rule to be modified. As such, attempting to modify a currently active rule will destroy the existing rule and create a new rule. This may result in the emission of notifications.
7
+ * Splunk Observability Cloud currently allows linking an alert muting rule with only one detector ID. Specifying multiple detector IDs makes the muting rule obsolete.
8
8
  *
9
- * > **WARNING** Observability Cloud currently allows linking alert muting rule with only one detector ID. Specifying multiple detector IDs will make the muting rule obsolete.
9
+ * > **WARNING** Splunk Observability Cloud does not allow the start time of a **currently active** muting rule to be modified. Attempting to modify a currently active rule destroys the existing rule and creates a new rule. This might result in the emission of notifications.
10
10
  *
11
- * ## Example Usage
11
+ * ## Example
12
12
  *
13
13
  * ```typescript
14
14
  * import * as pulumi from "@pulumi/pulumi";
@@ -25,6 +25,24 @@ import * as outputs from "./types/output";
25
25
  * }],
26
26
  * });
27
27
  * ```
28
+ *
29
+ * ## Arguments
30
+ *
31
+ * * `description` - (Required) The description for this muting rule
32
+ * * `startTime` - (Required) Starting time of an alert muting rule as a Unit time stamp in seconds.
33
+ * * `stopTime` - (Optional) Stop time of an alert muting rule as a Unix time stamp in seconds.
34
+ * * `detectors` - (Optional) A convenience attribute that associated this muting rule with specific detector IDs. Currently, only one ID is supported.
35
+ * * `filter` - (Optional) Filters for this rule. See [Creating muting rules from scratch](https://docs.splunk.com/Observability/alerts-detectors-notifications/mute-notifications.html#rule-from-scratch) for more information.
36
+ * * `property` - (Required) The property to filter.
37
+ * * `propertyValue` - (Required) The property value to filter.
38
+ * * `negated` - (Optional) Determines if this is a "not" filter. Defaults to `false`.
39
+ *
40
+ * ## Attributes
41
+ *
42
+ * In a addition to all arguments above, the following attributes are exported:
43
+ *
44
+ * * `id` - The ID of the alert muting rule.
45
+ * * `effectiveStartTime`
28
46
  */
29
47
  export declare class AlertMutingRule extends pulumi.CustomResource {
30
48
  /**
@@ -43,24 +61,24 @@ export declare class AlertMutingRule extends pulumi.CustomResource {
43
61
  */
44
62
  static isInstance(obj: any): obj is AlertMutingRule;
45
63
  /**
46
- * The description for this muting rule
64
+ * description of the rule
47
65
  */
48
66
  readonly description: pulumi.Output<string>;
49
67
  /**
50
- * A convenience attribute that associated this muting rule with specific detector IDs. Currently, only one ID is supported.
68
+ * detectors to which this muting rule applies
51
69
  */
52
70
  readonly detectors: pulumi.Output<string[] | undefined>;
53
71
  readonly effectiveStartTime: pulumi.Output<number>;
54
72
  /**
55
- * Filters for this rule. See [Creating muting rules from scratch](https://docs.splunk.com/Observability/alerts-detectors-notifications/mute-notifications.html#rule-from-scratch) for more information.
73
+ * list of alert muting filters for this rule
56
74
  */
57
75
  readonly filters: pulumi.Output<outputs.AlertMutingRuleFilter[] | undefined>;
58
76
  /**
59
- * Starting time of an alert muting rule as a Unit time stamp in seconds.
77
+ * starting time of an alert muting rule as a Unix timestamp, in seconds
60
78
  */
61
79
  readonly startTime: pulumi.Output<number>;
62
80
  /**
63
- * Stop time of an alert muting rule as a Unix time stamp in seconds.
81
+ * stop time of an alert muting rule as a Unix timestamp, in seconds
64
82
  */
65
83
  readonly stopTime: pulumi.Output<number | undefined>;
66
84
  /**
@@ -77,24 +95,24 @@ export declare class AlertMutingRule extends pulumi.CustomResource {
77
95
  */
78
96
  export interface AlertMutingRuleState {
79
97
  /**
80
- * The description for this muting rule
98
+ * description of the rule
81
99
  */
82
100
  description?: pulumi.Input<string>;
83
101
  /**
84
- * A convenience attribute that associated this muting rule with specific detector IDs. Currently, only one ID is supported.
102
+ * detectors to which this muting rule applies
85
103
  */
86
104
  detectors?: pulumi.Input<pulumi.Input<string>[]>;
87
105
  effectiveStartTime?: pulumi.Input<number>;
88
106
  /**
89
- * Filters for this rule. See [Creating muting rules from scratch](https://docs.splunk.com/Observability/alerts-detectors-notifications/mute-notifications.html#rule-from-scratch) for more information.
107
+ * list of alert muting filters for this rule
90
108
  */
91
109
  filters?: pulumi.Input<pulumi.Input<inputs.AlertMutingRuleFilter>[]>;
92
110
  /**
93
- * Starting time of an alert muting rule as a Unit time stamp in seconds.
111
+ * starting time of an alert muting rule as a Unix timestamp, in seconds
94
112
  */
95
113
  startTime?: pulumi.Input<number>;
96
114
  /**
97
- * Stop time of an alert muting rule as a Unix time stamp in seconds.
115
+ * stop time of an alert muting rule as a Unix timestamp, in seconds
98
116
  */
99
117
  stopTime?: pulumi.Input<number>;
100
118
  }
@@ -103,23 +121,23 @@ export interface AlertMutingRuleState {
103
121
  */
104
122
  export interface AlertMutingRuleArgs {
105
123
  /**
106
- * The description for this muting rule
124
+ * description of the rule
107
125
  */
108
126
  description: pulumi.Input<string>;
109
127
  /**
110
- * A convenience attribute that associated this muting rule with specific detector IDs. Currently, only one ID is supported.
128
+ * detectors to which this muting rule applies
111
129
  */
112
130
  detectors?: pulumi.Input<pulumi.Input<string>[]>;
113
131
  /**
114
- * Filters for this rule. See [Creating muting rules from scratch](https://docs.splunk.com/Observability/alerts-detectors-notifications/mute-notifications.html#rule-from-scratch) for more information.
132
+ * list of alert muting filters for this rule
115
133
  */
116
134
  filters?: pulumi.Input<pulumi.Input<inputs.AlertMutingRuleFilter>[]>;
117
135
  /**
118
- * Starting time of an alert muting rule as a Unit time stamp in seconds.
136
+ * starting time of an alert muting rule as a Unix timestamp, in seconds
119
137
  */
120
138
  startTime: pulumi.Input<number>;
121
139
  /**
122
- * Stop time of an alert muting rule as a Unix time stamp in seconds.
140
+ * stop time of an alert muting rule as a Unix timestamp, in seconds
123
141
  */
124
142
  stopTime?: pulumi.Input<number>;
125
143
  }
@@ -6,13 +6,13 @@ exports.AlertMutingRule = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Provides an Observability Cloud resource for managing alert muting rules. See [Mute Notifications](https://docs.splunk.com/Observability/alerts-detectors-notifications/mute-notifications.html) for more information.
9
+ * Provides a Splunk Observability Cloud resource for managing alert muting rules. See [Mute Notifications](https://docs.splunk.com/Observability/alerts-detectors-notifications/mute-notifications.html) for more information.
10
10
  *
11
- * > **WARNING** Observability Cloud does not allow the start time of a **currently active** muting rule to be modified. As such, attempting to modify a currently active rule will destroy the existing rule and create a new rule. This may result in the emission of notifications.
11
+ * Splunk Observability Cloud currently allows linking an alert muting rule with only one detector ID. Specifying multiple detector IDs makes the muting rule obsolete.
12
12
  *
13
- * > **WARNING** Observability Cloud currently allows linking alert muting rule with only one detector ID. Specifying multiple detector IDs will make the muting rule obsolete.
13
+ * > **WARNING** Splunk Observability Cloud does not allow the start time of a **currently active** muting rule to be modified. Attempting to modify a currently active rule destroys the existing rule and creates a new rule. This might result in the emission of notifications.
14
14
  *
15
- * ## Example Usage
15
+ * ## Example
16
16
  *
17
17
  * ```typescript
18
18
  * import * as pulumi from "@pulumi/pulumi";
@@ -29,6 +29,24 @@ const utilities = require("./utilities");
29
29
  * }],
30
30
  * });
31
31
  * ```
32
+ *
33
+ * ## Arguments
34
+ *
35
+ * * `description` - (Required) The description for this muting rule
36
+ * * `startTime` - (Required) Starting time of an alert muting rule as a Unit time stamp in seconds.
37
+ * * `stopTime` - (Optional) Stop time of an alert muting rule as a Unix time stamp in seconds.
38
+ * * `detectors` - (Optional) A convenience attribute that associated this muting rule with specific detector IDs. Currently, only one ID is supported.
39
+ * * `filter` - (Optional) Filters for this rule. See [Creating muting rules from scratch](https://docs.splunk.com/Observability/alerts-detectors-notifications/mute-notifications.html#rule-from-scratch) for more information.
40
+ * * `property` - (Required) The property to filter.
41
+ * * `propertyValue` - (Required) The property value to filter.
42
+ * * `negated` - (Optional) Determines if this is a "not" filter. Defaults to `false`.
43
+ *
44
+ * ## Attributes
45
+ *
46
+ * In a addition to all arguments above, the following attributes are exported:
47
+ *
48
+ * * `id` - The ID of the alert muting rule.
49
+ * * `effectiveStartTime`
32
50
  */
33
51
  class AlertMutingRule extends pulumi.CustomResource {
34
52
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"alertMutingRule.js","sourceRoot":"","sources":["../alertMutingRule.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"alertMutingRule.js","sourceRoot":"","sources":["../alertMutingRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IACtD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA4B,EAAE,IAAmC;QAC1H,OAAO,IAAI,eAAe,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACtE,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,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;IAgCD,YAAY,IAAY,EAAE,WAAwD,EAAE,IAAmC;QACnH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA+C,CAAC;YAC9D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;aAAM;YACH,MAAM,IAAI,GAAG,WAA8C,CAAC;YAC5D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC5D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,eAAe,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACpE,CAAC;;AAtFL,0CAuFC;AAzEG,gBAAgB;AACO,4BAAY,GAAG,gDAAgD,CAAC"}
@@ -1,12 +1,12 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Splunk Observability AWS CloudWatch integrations using Role ARNs. For help with this integration see [Connect to AWS CloudWatch](https://docs.signalfx.com/en/latest/integrations/amazon-web-services.html#connect-to-aws).
3
+ * Splunk Observability AWS CloudWatch integrations using Role ARNs. For help with this integration see [Connect to AWS CloudWatch](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/aws/aws-apiconfig.html).
4
4
  *
5
5
  * > **NOTE** When managing integrations, use a session token of an administrator to authenticate the Splunk Observability provider. See [Operations that require a session token for an administrator](https://dev.splunk.com/observability/docs/administration/authtokens#Operations-that-require-a-session-token-for-an-administrator).
6
6
  *
7
- * > **WARNING** This resource implements a part of a workflow. You must use it with `signalfx.aws.Integration`. Check with Splunk Observability support for your realm's AWS account id.
7
+ * > **WARNING** This resource implements part of a workflow. Use it with `signalfx.aws.Integration`. Check with Splunk support for your realm's AWS account id.
8
8
  *
9
- * ## Example Usage
9
+ * ## Example
10
10
  *
11
11
  * ```typescript
12
12
  * import * as pulumi from "@pulumi/pulumi";
@@ -29,7 +29,7 @@ import * as pulumi from "@pulumi/pulumi";
29
29
  * }],
30
30
  * });
31
31
  * const awsSplunkRole = new aws.iam.Role("awsSplunkRole", {
32
- * description: "signalfx integration to read out data and send it to signalfxs aws account",
32
+ * description: "Splunk Observability Cloud integration to read out data and send it to signalfxs aws account",
33
33
  * assumeRolePolicy: signalfxAssumePolicy.apply(signalfxAssumePolicy => signalfxAssumePolicy.json),
34
34
  * });
35
35
  * const awsSplunkPolicy = new aws.iam.Policy("awsSplunkPolicy", {
@@ -129,6 +129,18 @@ import * as pulumi from "@pulumi/pulumi";
129
129
  * enableAwsUsage: true,
130
130
  * });
131
131
  * ```
132
+ *
133
+ * ## Arguments
134
+ *
135
+ * * `name` - (Required) The name of this integration
136
+ *
137
+ * ## Attributes
138
+ *
139
+ * In addition to all arguments above, the following attributes are exported:
140
+ *
141
+ * * `id` - The ID of this integration, used with `signalfx.aws.Integration`
142
+ * * `externalId` - The external ID to use with your IAM role and with `signalfx.aws.Integration`.
143
+ * * `signalfxAwsAccount` - The AWS Account ARN to use with your policies/roles, provided by Splunk Observability Cloud.
132
144
  */
133
145
  export declare class ExternalIntegration extends pulumi.CustomResource {
134
146
  /**
@@ -147,15 +159,15 @@ export declare class ExternalIntegration extends pulumi.CustomResource {
147
159
  */
148
160
  static isInstance(obj: any): obj is ExternalIntegration;
149
161
  /**
150
- * The external ID to use with your IAM role and with `signalfx.aws.Integration`.
162
+ * The AWS external ID generated by Splunk Observability to use with an AWS integration.
151
163
  */
152
164
  readonly externalId: pulumi.Output<string>;
153
165
  /**
154
- * The name of this integration
166
+ * Name of the integration
155
167
  */
156
168
  readonly name: pulumi.Output<string>;
157
169
  /**
158
- * The AWS Account ARN to use with your policies/roles, provided by Splunk Observability.
170
+ * The Splunk Observability AWS account ID to use with an AWS role.
159
171
  */
160
172
  readonly signalfxAwsAccount: pulumi.Output<string>;
161
173
  /**
@@ -172,15 +184,15 @@ export declare class ExternalIntegration extends pulumi.CustomResource {
172
184
  */
173
185
  export interface ExternalIntegrationState {
174
186
  /**
175
- * The external ID to use with your IAM role and with `signalfx.aws.Integration`.
187
+ * The AWS external ID generated by Splunk Observability to use with an AWS integration.
176
188
  */
177
189
  externalId?: pulumi.Input<string>;
178
190
  /**
179
- * The name of this integration
191
+ * Name of the integration
180
192
  */
181
193
  name?: pulumi.Input<string>;
182
194
  /**
183
- * The AWS Account ARN to use with your policies/roles, provided by Splunk Observability.
195
+ * The Splunk Observability AWS account ID to use with an AWS role.
184
196
  */
185
197
  signalfxAwsAccount?: pulumi.Input<string>;
186
198
  }
@@ -189,7 +201,7 @@ export interface ExternalIntegrationState {
189
201
  */
190
202
  export interface ExternalIntegrationArgs {
191
203
  /**
192
- * The name of this integration
204
+ * Name of the integration
193
205
  */
194
206
  name?: pulumi.Input<string>;
195
207
  }
@@ -6,13 +6,13 @@ exports.ExternalIntegration = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Splunk Observability AWS CloudWatch integrations using Role ARNs. For help with this integration see [Connect to AWS CloudWatch](https://docs.signalfx.com/en/latest/integrations/amazon-web-services.html#connect-to-aws).
9
+ * Splunk Observability AWS CloudWatch integrations using Role ARNs. For help with this integration see [Connect to AWS CloudWatch](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/aws/aws-apiconfig.html).
10
10
  *
11
11
  * > **NOTE** When managing integrations, use a session token of an administrator to authenticate the Splunk Observability provider. See [Operations that require a session token for an administrator](https://dev.splunk.com/observability/docs/administration/authtokens#Operations-that-require-a-session-token-for-an-administrator).
12
12
  *
13
- * > **WARNING** This resource implements a part of a workflow. You must use it with `signalfx.aws.Integration`. Check with Splunk Observability support for your realm's AWS account id.
13
+ * > **WARNING** This resource implements part of a workflow. Use it with `signalfx.aws.Integration`. Check with Splunk support for your realm's AWS account id.
14
14
  *
15
- * ## Example Usage
15
+ * ## Example
16
16
  *
17
17
  * ```typescript
18
18
  * import * as pulumi from "@pulumi/pulumi";
@@ -35,7 +35,7 @@ const utilities = require("../utilities");
35
35
  * }],
36
36
  * });
37
37
  * const awsSplunkRole = new aws.iam.Role("awsSplunkRole", {
38
- * description: "signalfx integration to read out data and send it to signalfxs aws account",
38
+ * description: "Splunk Observability Cloud integration to read out data and send it to signalfxs aws account",
39
39
  * assumeRolePolicy: signalfxAssumePolicy.apply(signalfxAssumePolicy => signalfxAssumePolicy.json),
40
40
  * });
41
41
  * const awsSplunkPolicy = new aws.iam.Policy("awsSplunkPolicy", {
@@ -135,6 +135,18 @@ const utilities = require("../utilities");
135
135
  * enableAwsUsage: true,
136
136
  * });
137
137
  * ```
138
+ *
139
+ * ## Arguments
140
+ *
141
+ * * `name` - (Required) The name of this integration
142
+ *
143
+ * ## Attributes
144
+ *
145
+ * In addition to all arguments above, the following attributes are exported:
146
+ *
147
+ * * `id` - The ID of this integration, used with `signalfx.aws.Integration`
148
+ * * `externalId` - The external ID to use with your IAM role and with `signalfx.aws.Integration`.
149
+ * * `signalfxAwsAccount` - The AWS Account ARN to use with your policies/roles, provided by Splunk Observability Cloud.
138
150
  */
139
151
  class ExternalIntegration extends pulumi.CustomResource {
140
152
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"externalIntegration.js","sourceRoot":"","sources":["../../aws/externalIntegration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkIG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC1E,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,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAgE,EAAE,IAAmC;QAC3H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmD,CAAC;YAClE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;SACvF;aAAM;YACH,MAAM,IAAI,GAAG,WAAkD,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC5D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,YAAY,EAAE,oBAAoB,CAAC,EAAE,CAAC;QACrF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;;AAnEL,kDAoEC;AAtDG,gBAAgB;AACO,gCAAY,GAAG,sDAAsD,CAAC"}
1
+ {"version":3,"file":"externalIntegration.js","sourceRoot":"","sources":["../../aws/externalIntegration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8IG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC1E,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,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAgE,EAAE,IAAmC;QAC3H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmD,CAAC;YAClE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;SACvF;aAAM;YACH,MAAM,IAAI,GAAG,WAAkD,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC5D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,YAAY,EAAE,oBAAoB,CAAC,EAAE,CAAC;QACrF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;;AAnEL,kDAoEC;AAtDG,gBAAgB;AACO,gCAAY,GAAG,sDAAsD,CAAC"}