-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade terraform-provider-datadog v3.8.1 (#170)
- Loading branch information
Showing
330 changed files
with
87,990 additions
and
45,363 deletions.
There are no files selected for viewing
10,105 changes: 7,153 additions & 2,952 deletions
10,105
provider/cmd/pulumi-resource-datadog/schema.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 59 additions & 0 deletions
59
sdk/dotnet/Inputs/DashboardWidgetGroupDefinitionWidgetSunburstDefinitionArgs.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** | ||
// *** Do not edit by hand unless you're certain you know what you are doing! *** | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.Collections.Immutable; | ||
using System.Threading.Tasks; | ||
using Pulumi.Serialization; | ||
|
||
namespace Pulumi.Datadog.Inputs | ||
{ | ||
|
||
public sealed class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionArgs : Pulumi.ResourceArgs | ||
{ | ||
[Input("customLinks")] | ||
private InputList<Inputs.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkArgs>? _customLinks; | ||
public InputList<Inputs.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkArgs> CustomLinks | ||
{ | ||
get => _customLinks ?? (_customLinks = new InputList<Inputs.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkArgs>()); | ||
set => _customLinks = value; | ||
} | ||
|
||
[Input("hideTotal")] | ||
public Input<bool>? HideTotal { get; set; } | ||
|
||
[Input("legendInline")] | ||
public Input<Inputs.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineArgs>? LegendInline { get; set; } | ||
|
||
[Input("legendTable")] | ||
public Input<Inputs.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableArgs>? LegendTable { get; set; } | ||
|
||
[Input("liveSpan")] | ||
public Input<string>? LiveSpan { get; set; } | ||
|
||
[Input("requests")] | ||
private InputList<Inputs.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestArgs>? _requests; | ||
public InputList<Inputs.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestArgs> Requests | ||
{ | ||
get => _requests ?? (_requests = new InputList<Inputs.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestArgs>()); | ||
set => _requests = value; | ||
} | ||
|
||
/// <summary> | ||
/// The title of the dashboard. | ||
/// </summary> | ||
[Input("title")] | ||
public Input<string>? Title { get; set; } | ||
|
||
[Input("titleAlign")] | ||
public Input<string>? TitleAlign { get; set; } | ||
|
||
[Input("titleSize")] | ||
public Input<string>? TitleSize { get; set; } | ||
|
||
public DashboardWidgetGroupDefinitionWidgetSunburstDefinitionArgs() | ||
{ | ||
} | ||
} | ||
} |
31 changes: 31 additions & 0 deletions
31
sdk/dotnet/Inputs/DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkArgs.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** | ||
// *** Do not edit by hand unless you're certain you know what you are doing! *** | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.Collections.Immutable; | ||
using System.Threading.Tasks; | ||
using Pulumi.Serialization; | ||
|
||
namespace Pulumi.Datadog.Inputs | ||
{ | ||
|
||
public sealed class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkArgs : Pulumi.ResourceArgs | ||
{ | ||
[Input("isHidden")] | ||
public Input<bool>? IsHidden { get; set; } | ||
|
||
[Input("label")] | ||
public Input<string>? Label { get; set; } | ||
|
||
[Input("link")] | ||
public Input<string>? Link { get; set; } | ||
|
||
[Input("overrideLabel")] | ||
public Input<string>? OverrideLabel { get; set; } | ||
|
||
public DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkArgs() | ||
{ | ||
} | ||
} | ||
} |
31 changes: 31 additions & 0 deletions
31
sdk/dotnet/Inputs/DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkGetArgs.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** | ||
// *** Do not edit by hand unless you're certain you know what you are doing! *** | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.Collections.Immutable; | ||
using System.Threading.Tasks; | ||
using Pulumi.Serialization; | ||
|
||
namespace Pulumi.Datadog.Inputs | ||
{ | ||
|
||
public sealed class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkGetArgs : Pulumi.ResourceArgs | ||
{ | ||
[Input("isHidden")] | ||
public Input<bool>? IsHidden { get; set; } | ||
|
||
[Input("label")] | ||
public Input<string>? Label { get; set; } | ||
|
||
[Input("link")] | ||
public Input<string>? Link { get; set; } | ||
|
||
[Input("overrideLabel")] | ||
public Input<string>? OverrideLabel { get; set; } | ||
|
||
public DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkGetArgs() | ||
{ | ||
} | ||
} | ||
} |
59 changes: 59 additions & 0 deletions
59
sdk/dotnet/Inputs/DashboardWidgetGroupDefinitionWidgetSunburstDefinitionGetArgs.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** | ||
// *** Do not edit by hand unless you're certain you know what you are doing! *** | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.Collections.Immutable; | ||
using System.Threading.Tasks; | ||
using Pulumi.Serialization; | ||
|
||
namespace Pulumi.Datadog.Inputs | ||
{ | ||
|
||
public sealed class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionGetArgs : Pulumi.ResourceArgs | ||
{ | ||
[Input("customLinks")] | ||
private InputList<Inputs.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkGetArgs>? _customLinks; | ||
public InputList<Inputs.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkGetArgs> CustomLinks | ||
{ | ||
get => _customLinks ?? (_customLinks = new InputList<Inputs.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkGetArgs>()); | ||
set => _customLinks = value; | ||
} | ||
|
||
[Input("hideTotal")] | ||
public Input<bool>? HideTotal { get; set; } | ||
|
||
[Input("legendInline")] | ||
public Input<Inputs.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineGetArgs>? LegendInline { get; set; } | ||
|
||
[Input("legendTable")] | ||
public Input<Inputs.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableGetArgs>? LegendTable { get; set; } | ||
|
||
[Input("liveSpan")] | ||
public Input<string>? LiveSpan { get; set; } | ||
|
||
[Input("requests")] | ||
private InputList<Inputs.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestGetArgs>? _requests; | ||
public InputList<Inputs.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestGetArgs> Requests | ||
{ | ||
get => _requests ?? (_requests = new InputList<Inputs.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestGetArgs>()); | ||
set => _requests = value; | ||
} | ||
|
||
/// <summary> | ||
/// The title of the dashboard. | ||
/// </summary> | ||
[Input("title")] | ||
public Input<string>? Title { get; set; } | ||
|
||
[Input("titleAlign")] | ||
public Input<string>? TitleAlign { get; set; } | ||
|
||
[Input("titleSize")] | ||
public Input<string>? TitleSize { get; set; } | ||
|
||
public DashboardWidgetGroupDefinitionWidgetSunburstDefinitionGetArgs() | ||
{ | ||
} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
sdk/dotnet/Inputs/DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineArgs.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** | ||
// *** Do not edit by hand unless you're certain you know what you are doing! *** | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.Collections.Immutable; | ||
using System.Threading.Tasks; | ||
using Pulumi.Serialization; | ||
|
||
namespace Pulumi.Datadog.Inputs | ||
{ | ||
|
||
public sealed class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineArgs : Pulumi.ResourceArgs | ||
{ | ||
[Input("hidePercent")] | ||
public Input<bool>? HidePercent { get; set; } | ||
|
||
[Input("hideValue")] | ||
public Input<bool>? HideValue { get; set; } | ||
|
||
[Input("type", required: true)] | ||
public Input<string> Type { get; set; } = null!; | ||
|
||
public DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineArgs() | ||
{ | ||
} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
...otnet/Inputs/DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineGetArgs.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** | ||
// *** Do not edit by hand unless you're certain you know what you are doing! *** | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.Collections.Immutable; | ||
using System.Threading.Tasks; | ||
using Pulumi.Serialization; | ||
|
||
namespace Pulumi.Datadog.Inputs | ||
{ | ||
|
||
public sealed class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineGetArgs : Pulumi.ResourceArgs | ||
{ | ||
[Input("hidePercent")] | ||
public Input<bool>? HidePercent { get; set; } | ||
|
||
[Input("hideValue")] | ||
public Input<bool>? HideValue { get; set; } | ||
|
||
[Input("type", required: true)] | ||
public Input<string> Type { get; set; } = null!; | ||
|
||
public DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineGetArgs() | ||
{ | ||
} | ||
} | ||
} |
22 changes: 22 additions & 0 deletions
22
sdk/dotnet/Inputs/DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableArgs.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** | ||
// *** Do not edit by hand unless you're certain you know what you are doing! *** | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.Collections.Immutable; | ||
using System.Threading.Tasks; | ||
using Pulumi.Serialization; | ||
|
||
namespace Pulumi.Datadog.Inputs | ||
{ | ||
|
||
public sealed class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableArgs : Pulumi.ResourceArgs | ||
{ | ||
[Input("type", required: true)] | ||
public Input<string> Type { get; set; } = null!; | ||
|
||
public DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableArgs() | ||
{ | ||
} | ||
} | ||
} |
22 changes: 22 additions & 0 deletions
22
...dotnet/Inputs/DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableGetArgs.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** | ||
// *** Do not edit by hand unless you're certain you know what you are doing! *** | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.Collections.Immutable; | ||
using System.Threading.Tasks; | ||
using Pulumi.Serialization; | ||
|
||
namespace Pulumi.Datadog.Inputs | ||
{ | ||
|
||
public sealed class DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableGetArgs : Pulumi.ResourceArgs | ||
{ | ||
[Input("type", required: true)] | ||
public Input<string> Type { get; set; } = null!; | ||
|
||
public DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableGetArgs() | ||
{ | ||
} | ||
} | ||
} |
Oops, something went wrong.