@pulumi/datadog 4.27.0 → 4.28.0-alpha.1711028555

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/dashboard.d.ts CHANGED
@@ -42,7 +42,7 @@ export declare class Dashboard extends pulumi.CustomResource {
42
42
  /**
43
43
  * Whether this dashboard is read-only. **Deprecated.** Prefer using `restrictedRoles` to define which roles are required to edit the dashboard. Defaults to `false`.
44
44
  *
45
- * @deprecated Prefer using `restricted_roles` to define which roles are required to edit the dashboard.
45
+ * @deprecated Prefer using `restrictedRoles` to define which roles are required to edit the dashboard.
46
46
  */
47
47
  readonly isReadOnly: pulumi.Output<boolean | undefined>;
48
48
  /**
@@ -114,7 +114,7 @@ export interface DashboardState {
114
114
  /**
115
115
  * Whether this dashboard is read-only. **Deprecated.** Prefer using `restrictedRoles` to define which roles are required to edit the dashboard. Defaults to `false`.
116
116
  *
117
- * @deprecated Prefer using `restricted_roles` to define which roles are required to edit the dashboard.
117
+ * @deprecated Prefer using `restrictedRoles` to define which roles are required to edit the dashboard.
118
118
  */
119
119
  isReadOnly?: pulumi.Input<boolean>;
120
120
  /**
@@ -174,7 +174,7 @@ export interface DashboardArgs {
174
174
  /**
175
175
  * Whether this dashboard is read-only. **Deprecated.** Prefer using `restrictedRoles` to define which roles are required to edit the dashboard. Defaults to `false`.
176
176
  *
177
- * @deprecated Prefer using `restricted_roles` to define which roles are required to edit the dashboard.
177
+ * @deprecated Prefer using `restrictedRoles` to define which roles are required to edit the dashboard.
178
178
  */
179
179
  isReadOnly?: pulumi.Input<boolean>;
180
180
  /**
package/monitor.d.ts CHANGED
@@ -96,7 +96,7 @@ export declare class Monitor extends pulumi.CustomResource {
96
96
  /**
97
97
  * A boolean indicating whether changes to this monitor should be restricted to the creator or admins. Defaults to `false`.
98
98
  *
99
- * @deprecated Use `restricted_roles`.
99
+ * @deprecated Use `restrictedRoles`.
100
100
  */
101
101
  readonly locked: pulumi.Output<boolean | undefined>;
102
102
  /**
@@ -127,7 +127,7 @@ export declare class Monitor extends pulumi.CustomResource {
127
127
  * and monitors not grouped by host. The only case when this should be used is to override the default and set
128
128
  * `new_host_delay` to zero for monitors grouped by host.
129
129
  *
130
- * @deprecated Use `new_group_delay` except when setting `new_host_delay` to zero.
130
+ * @deprecated Use `newGroupDelay` except when setting `newHostDelay` to zero.
131
131
  */
132
132
  readonly newHostDelay: pulumi.Output<number | undefined>;
133
133
  /**
@@ -280,7 +280,7 @@ export interface MonitorState {
280
280
  /**
281
281
  * A boolean indicating whether changes to this monitor should be restricted to the creator or admins. Defaults to `false`.
282
282
  *
283
- * @deprecated Use `restricted_roles`.
283
+ * @deprecated Use `restrictedRoles`.
284
284
  */
285
285
  locked?: pulumi.Input<boolean>;
286
286
  /**
@@ -311,7 +311,7 @@ export interface MonitorState {
311
311
  * and monitors not grouped by host. The only case when this should be used is to override the default and set
312
312
  * `new_host_delay` to zero for monitors grouped by host.
313
313
  *
314
- * @deprecated Use `new_group_delay` except when setting `new_host_delay` to zero.
314
+ * @deprecated Use `newGroupDelay` except when setting `newHostDelay` to zero.
315
315
  */
316
316
  newHostDelay?: pulumi.Input<number>;
317
317
  /**
@@ -451,7 +451,7 @@ export interface MonitorArgs {
451
451
  /**
452
452
  * A boolean indicating whether changes to this monitor should be restricted to the creator or admins. Defaults to `false`.
453
453
  *
454
- * @deprecated Use `restricted_roles`.
454
+ * @deprecated Use `restrictedRoles`.
455
455
  */
456
456
  locked?: pulumi.Input<boolean>;
457
457
  /**
@@ -482,7 +482,7 @@ export interface MonitorArgs {
482
482
  * and monitors not grouped by host. The only case when this should be used is to override the default and set
483
483
  * `new_host_delay` to zero for monitors grouped by host.
484
484
  *
485
- * @deprecated Use `new_group_delay` except when setting `new_host_delay` to zero.
485
+ * @deprecated Use `newGroupDelay` except when setting `newHostDelay` to zero.
486
486
  */
487
487
  newHostDelay?: pulumi.Input<number>;
488
488
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/datadog",
3
- "version": "v4.27.0",
3
+ "version": "v4.28.0-alpha.1711028555+603f960a",
4
4
  "description": "A Pulumi package for creating and managing Datadog resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/types/input.d.ts CHANGED
@@ -50097,7 +50097,7 @@ export interface SecurityMonitoringRuleQuery {
50097
50097
  /**
50098
50098
  * **Deprecated**. It won't be applied anymore. **Deprecated.** `agentRule` has been deprecated in favor of new Agent Rule resource.
50099
50099
  *
50100
- * @deprecated `agent_rule` has been deprecated in favor of new Agent Rule resource.
50100
+ * @deprecated `agentRule` has been deprecated in favor of new Agent Rule resource.
50101
50101
  */
50102
50102
  agentRules?: pulumi.Input<pulumi.Input<inputs.SecurityMonitoringRuleQueryAgentRule>[]>;
50103
50103
  /**
@@ -50681,7 +50681,7 @@ export interface SyntheticsTestApiStepRequestDefinition {
50681
50681
  /**
50682
50682
  * A protobuf JSON descriptor. **Deprecated.** Use `plainProtoFile` instead.
50683
50683
  *
50684
- * @deprecated Use `plain_proto_file` instead.
50684
+ * @deprecated Use `plainProtoFile` instead.
50685
50685
  */
50686
50686
  protoJsonDescriptor?: pulumi.Input<string>;
50687
50687
  /**
@@ -51264,7 +51264,7 @@ export interface SyntheticsTestRequestDefinition {
51264
51264
  /**
51265
51265
  * A protobuf JSON descriptor. **Deprecated.** Use `plainProtoFile` instead.
51266
51266
  *
51267
- * @deprecated Use `plain_proto_file` instead.
51267
+ * @deprecated Use `plainProtoFile` instead.
51268
51268
  */
51269
51269
  protoJsonDescriptor?: pulumi.Input<string>;
51270
51270
  /**
package/types/output.d.ts CHANGED
@@ -38374,7 +38374,7 @@ export interface GetSecurityMonitoringRulesRuleQuery {
38374
38374
  /**
38375
38375
  * **Deprecated**. It won't be applied anymore.
38376
38376
  *
38377
- * @deprecated `agent_rule` has been deprecated in favor of new Agent Rule resource.
38377
+ * @deprecated `agentRule` has been deprecated in favor of new Agent Rule resource.
38378
38378
  */
38379
38379
  agentRules?: outputs.GetSecurityMonitoringRulesRuleQueryAgentRule[];
38380
38380
  /**
@@ -50696,7 +50696,7 @@ export interface SecurityMonitoringRuleQuery {
50696
50696
  /**
50697
50697
  * **Deprecated**. It won't be applied anymore. **Deprecated.** `agentRule` has been deprecated in favor of new Agent Rule resource.
50698
50698
  *
50699
- * @deprecated `agent_rule` has been deprecated in favor of new Agent Rule resource.
50699
+ * @deprecated `agentRule` has been deprecated in favor of new Agent Rule resource.
50700
50700
  */
50701
50701
  agentRules?: outputs.SecurityMonitoringRuleQueryAgentRule[];
50702
50702
  /**
@@ -51280,7 +51280,7 @@ export interface SyntheticsTestApiStepRequestDefinition {
51280
51280
  /**
51281
51281
  * A protobuf JSON descriptor. **Deprecated.** Use `plainProtoFile` instead.
51282
51282
  *
51283
- * @deprecated Use `plain_proto_file` instead.
51283
+ * @deprecated Use `plainProtoFile` instead.
51284
51284
  */
51285
51285
  protoJsonDescriptor?: string;
51286
51286
  /**
@@ -51863,7 +51863,7 @@ export interface SyntheticsTestRequestDefinition {
51863
51863
  /**
51864
51864
  * A protobuf JSON descriptor. **Deprecated.** Use `plainProtoFile` instead.
51865
51865
  *
51866
- * @deprecated Use `plain_proto_file` instead.
51866
+ * @deprecated Use `plainProtoFile` instead.
51867
51867
  */
51868
51868
  protoJsonDescriptor?: string;
51869
51869
  /**