Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider(deps): bump the modules group across 1 directory with 2 updates #173

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
360 changes: 336 additions & 24 deletions provider/cmd/pulumi-resource-dynatrace/schema.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ toolchain go1.23.2
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20240520223432-0c0bf0d65f10

require (
github.com/dynatrace-oss/terraform-provider-dynatrace v1.72.6
github.com/pulumi/pulumi-terraform-bridge/v3 v3.101.0
github.com/pulumi/pulumi/sdk/v3 v3.145.0
github.com/dynatrace-oss/terraform-provider-dynatrace v1.74.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.103.0
github.com/pulumi/pulumi/sdk/v3 v3.148.0
)

require (
Expand Down Expand Up @@ -87,14 +87,14 @@ require (
github.com/hashicorp/terraform-plugin-sdk/v2 v2.35.0 // indirect
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
github.com/huandu/xstrings v1.4.0 // indirect
github.com/iancoleman/strcase v0.2.0 // indirect
github.com/iancoleman/strcase v0.3.0 // indirect
github.com/imdario/mergo v0.3.15 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/klauspost/compress v1.15.11 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
Expand Down Expand Up @@ -130,7 +130,7 @@ require (
github.com/pulumi/inflector v0.1.1 // indirect
github.com/pulumi/pulumi-java/pkg v0.19.0 // indirect
github.com/pulumi/pulumi-yaml v1.12.0 // indirect
github.com/pulumi/pulumi/pkg/v3 v3.145.0 // indirect
github.com/pulumi/pulumi/pkg/v3 v3.148.0 // indirect
github.com/pulumi/schema-tools v0.1.2 // indirect
github.com/pulumi/terraform-diff-reader v0.0.2 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
Expand Down
26 changes: 14 additions & 12 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1337,8 +1337,8 @@ github.com/dlclark/regexp2 v1.11.4/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cn
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE=
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
github.com/dynatrace-oss/terraform-provider-dynatrace v1.72.6 h1:LKdLRr8NBfPytAgPKOyK/TJIbKVQOSqrs1kj4hqz2XE=
github.com/dynatrace-oss/terraform-provider-dynatrace v1.72.6/go.mod h1:QCafDZ6KR6X6fS2bjPX3vK43M7SU/WLy5RD0Z7nHbmk=
github.com/dynatrace-oss/terraform-provider-dynatrace v1.74.0 h1:Pgy5HOWtQpf65xKVYgIgsxgrr0bdx0B5mBcCsvqVaQE=
github.com/dynatrace-oss/terraform-provider-dynatrace v1.74.0/go.mod h1:QCafDZ6KR6X6fS2bjPX3vK43M7SU/WLy5RD0Z7nHbmk=
github.com/dynatrace/dynatrace-configuration-as-code-core v0.7.1-0.20241203095532-6211d1be0eb7 h1:OYTSC/vJETxZHWZEaZsmxH26xIThpDQ9es8rHA6cI9o=
github.com/dynatrace/dynatrace-configuration-as-code-core v0.7.1-0.20241203095532-6211d1be0eb7/go.mod h1:uexblPw82NA/x+hnBOMhHdc3xlM9tuUPW4+sVcd80Ow=
github.com/edsrzf/mmap-go v1.1.0 h1:6EUwBLQ/Mcr1EYLE4Tn1VdW1A4ckqCQWZBw8Hr0kjpQ=
Expand Down Expand Up @@ -1706,8 +1706,9 @@ github.com/huandu/xstrings v1.3.2/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq
github.com/huandu/xstrings v1.3.3/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
github.com/huandu/xstrings v1.4.0 h1:D17IlohoQq4UcpqD7fDk80P7l+lwAmlFaBHgOipl2FU=
github.com/huandu/xstrings v1.4.0/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
github.com/iancoleman/strcase v0.2.0 h1:05I4QRnGpI0m37iZQRuskXh+w77mr6Z41lwQzuHLwW0=
github.com/iancoleman/strcase v0.2.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho=
github.com/iancoleman/strcase v0.3.0 h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSASxEI=
github.com/iancoleman/strcase v0.3.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho=
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/imdario/mergo v0.3.11/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA=
Expand Down Expand Up @@ -1748,8 +1749,9 @@ github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+o
github.com/klauspost/asmfmt v1.3.2/go.mod h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j0HLHbNSE=
github.com/klauspost/compress v1.11.2/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs=
github.com/klauspost/compress v1.15.9/go.mod h1:PhcZ0MbTNciWF3rruxRgKxI5NkcHHrHUDtV4Yw2GlzU=
github.com/klauspost/compress v1.15.11 h1:Lcadnb3RKGin4FYM/orgq0qde+nc15E5Cbqg4B9Sx9c=
github.com/klauspost/compress v1.15.11/go.mod h1:QPwzmACJjUTFsnSHH934V6woptycfrDDJnH7hvFVbGM=
github.com/klauspost/compress v1.16.7 h1:2mk3MPGNzKyxErAw8YaohYh69+pa4sIQSC0fPGCFR9I=
github.com/klauspost/compress v1.16.7/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE=
github.com/klauspost/cpuid/v2 v2.0.9/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg=
Expand Down Expand Up @@ -1941,14 +1943,14 @@ github.com/pulumi/providertest v0.1.3 h1:GpNKRy/haNjRHiUA9bi4diU4Op2zf3axYXbga5A
github.com/pulumi/providertest v0.1.3/go.mod h1:GcsqEGgSngwaNOD+kICJPIUQlnA911fGBU8HDlJvVL0=
github.com/pulumi/pulumi-java/pkg v0.19.0 h1:T9kkGUQJV7UTxenw08m3txsgQkNVnZZxvn1zCcNjaE8=
github.com/pulumi/pulumi-java/pkg v0.19.0/go.mod h1:YKYYFEb3Jvzf/dDJo0xOeEkIfBAMkkkdhXulauvEjmc=
github.com/pulumi/pulumi-terraform-bridge/v3 v3.101.0 h1:LucjkMkSU2iMuMdLYhRaVDiCYbJ1Fqve/sMw+iffjEY=
github.com/pulumi/pulumi-terraform-bridge/v3 v3.101.0/go.mod h1:r+cxSrRxwCRbHMdKMKWU3NKDcUTm9xa9PcBDuHQnRkI=
github.com/pulumi/pulumi-terraform-bridge/v3 v3.103.0 h1:kHY3wnVOutj1G3XcjA4ZNSlHbrUKHfMTZsJRykTYc48=
github.com/pulumi/pulumi-terraform-bridge/v3 v3.103.0/go.mod h1:2+e4IIfbop+OBZYcMvlgx9KPZ9J6VrweKHadjnYyI6M=
github.com/pulumi/pulumi-yaml v1.12.0 h1:ThJP+EBqeJyCnS6w6/PwcEFOT5o112qv0lObhefmFCk=
github.com/pulumi/pulumi-yaml v1.12.0/go.mod h1:EhZd1XDfuLa15O51qVVE16U6r8ldK9mLIBclqWCX27Y=
github.com/pulumi/pulumi/pkg/v3 v3.145.0 h1:hAhFLieunnCKuMd3GbLqE5uWQ1hpNLdl6+bCDFSF4YQ=
github.com/pulumi/pulumi/pkg/v3 v3.145.0/go.mod h1:N19IsMJ3GyYO5N2JfpsCAVk0eH1NKkF05fZGn5dnhBE=
github.com/pulumi/pulumi/sdk/v3 v3.145.0 h1:r5iOgz67RElFXJt4GVVY2SBGh5sR24mL9NOcKBiBi/k=
github.com/pulumi/pulumi/sdk/v3 v3.145.0/go.mod h1:5pZySnw3RiQKddx8orThjEFmWsXkGAY3ktKOxZj2Ym4=
github.com/pulumi/pulumi/pkg/v3 v3.148.0 h1:7FuRpw1ysvt5400x+5Ukbj14ue5W8b9fI+FZ8YMD7o4=
github.com/pulumi/pulumi/pkg/v3 v3.148.0/go.mod h1:xxL0LnlNmjotV8Kz3sKITKCQf+U72prabgt4NAlJfRk=
github.com/pulumi/pulumi/sdk/v3 v3.148.0 h1:tEw1FQOKoQVP7HfZWI9DJQl4ZvGaL1z2ixZdN2wGV/o=
github.com/pulumi/pulumi/sdk/v3 v3.148.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA=
github.com/pulumi/schema-tools v0.1.2 h1:Fd9xvUjgck4NA+7/jSk7InqCUT4Kj940+EcnbQKpfZo=
github.com/pulumi/schema-tools v0.1.2/go.mod h1:62lgj52Tzq11eqWTIaKd+EVyYAu5dEcDJxMhTjvMO/k=
github.com/pulumi/terraform-diff-reader v0.0.2 h1:kTE4nEXU3/SYXESvAIem+wyHMI3abqkI3OhJ0G04LLI=
Expand Down Expand Up @@ -3007,8 +3009,8 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=
gotest.tools/v3 v3.0.3 h1:4AuOwCGf4lLR9u3YOe2awrHygurzhO/HeQ6laiA6Sx0=
gotest.tools/v3 v3.0.3/go.mod h1:Z7Lb0S5l+klDB31fvDQX8ss/FlKDxtlFlw3Oa8Ymbl8=
gotest.tools/v3 v3.5.1 h1:EENdUnS3pdur5nybKYIh2Vfgc8IUNBjxDPSjtiJcOzU=
gotest.tools/v3 v3.5.1/go.mod h1:isy3WKz7GK6uNw/sbHzfKBLvlvXwUyV06n6brMxxopU=
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
Expand Down
24 changes: 21 additions & 3 deletions sdk/dotnet/AppMonitoring.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,17 @@ public partial class AppMonitoring : global::Pulumi.CustomResource
public Output<Outputs.AppMonitoringAppMonitoring?> AppMonitoringOverrides { get; private set; } = null!;

/// <summary>
/// Possible Values: `Debug`, `Error`, `Info`, `Off`, `Warn`
/// Possible Values: `debug`, `error`, `info`, `off`, `warn`
/// </summary>
[Output("defaultLogLevel")]
public Output<string> DefaultLogLevel { get; private set; } = null!;

/// <summary>
/// Possible Values: `off`, `on`
/// </summary>
[Output("defaultTraceLevel")]
public Output<string?> DefaultTraceLevel { get; private set; } = null!;


/// <summary>
/// Create a AppMonitoring resource with the given unique name, arguments, and options.
Expand Down Expand Up @@ -79,11 +85,17 @@ public sealed class AppMonitoringArgs : global::Pulumi.ResourceArgs
public Input<Inputs.AppMonitoringAppMonitoringArgs>? AppMonitoringOverrides { get; set; }

/// <summary>
/// Possible Values: `Debug`, `Error`, `Info`, `Off`, `Warn`
/// Possible Values: `debug`, `error`, `info`, `off`, `warn`
/// </summary>
[Input("defaultLogLevel", required: true)]
public Input<string> DefaultLogLevel { get; set; } = null!;

/// <summary>
/// Possible Values: `off`, `on`
/// </summary>
[Input("defaultTraceLevel")]
public Input<string>? DefaultTraceLevel { get; set; }

public AppMonitoringArgs()
{
}
Expand All @@ -99,11 +111,17 @@ public sealed class AppMonitoringState : global::Pulumi.ResourceArgs
public Input<Inputs.AppMonitoringAppMonitoringGetArgs>? AppMonitoringOverrides { get; set; }

/// <summary>
/// Possible Values: `Debug`, `Error`, `Info`, `Off`, `Warn`
/// Possible Values: `debug`, `error`, `info`, `off`, `warn`
/// </summary>
[Input("defaultLogLevel")]
public Input<string>? DefaultLogLevel { get; set; }

/// <summary>
/// Possible Values: `off`, `on`
/// </summary>
[Input("defaultTraceLevel")]
public Input<string>? DefaultTraceLevel { get; set; }

public AppMonitoringState()
{
}
Expand Down
18 changes: 18 additions & 0 deletions sdk/dotnet/BuiltinProcessMonitoring.cs
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,12 @@ public partial class BuiltinProcessMonitoring : global::Pulumi.CustomResource
[Output("exeW3wp")]
public Output<bool?> ExeW3wp { get; private set; } = null!;

/// <summary>
/// Rule id: 72 - Do not monitor processes if EXE name equals 'yq'
/// </summary>
[Output("exeYq")]
public Output<bool?> ExeYq { get; private set; } = null!;

/// <summary>
/// Rule id: 47 - Do not monitor processes if Go Binary Linkage equals 'static'
/// </summary>
Expand Down Expand Up @@ -768,6 +774,12 @@ public sealed class BuiltinProcessMonitoringArgs : global::Pulumi.ResourceArgs
[Input("exeW3wp")]
public Input<bool>? ExeW3wp { get; set; }

/// <summary>
/// Rule id: 72 - Do not monitor processes if EXE name equals 'yq'
/// </summary>
[Input("exeYq")]
public Input<bool>? ExeYq { get; set; }

/// <summary>
/// Rule id: 47 - Do not monitor processes if Go Binary Linkage equals 'static'
/// </summary>
Expand Down Expand Up @@ -1184,6 +1196,12 @@ public sealed class BuiltinProcessMonitoringState : global::Pulumi.ResourceArgs
[Input("exeW3wp")]
public Input<bool>? ExeW3wp { get; set; }

/// <summary>
/// Rule id: 72 - Do not monitor processes if EXE name equals 'yq'
/// </summary>
[Input("exeYq")]
public Input<bool>? ExeYq { get; set; }

/// <summary>
/// Rule id: 47 - Do not monitor processes if Go Binary Linkage equals 'static'
/// </summary>
Expand Down
166 changes: 166 additions & 0 deletions sdk/dotnet/BusinessEventsCapturingVariants.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,166 @@
// *** 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;
using Pulumi;

namespace Pulumiverse.Dynatrace
{
[DynatraceResourceType("dynatrace:index/businessEventsCapturingVariants:BusinessEventsCapturingVariants")]
public partial class BusinessEventsCapturingVariants : global::Pulumi.CustomResource
{
/// <summary>
/// Possible Values: `CONTAINS`, `ENDS_WITH`, `EQUALS`, `STARTS_WITH`
/// </summary>
[Output("contentTypeMatcher")]
public Output<string> ContentTypeMatcher { get; private set; } = null!;

/// <summary>
/// Content-type match value
/// </summary>
[Output("contentTypeValue")]
public Output<string> ContentTypeValue { get; private set; } = null!;

/// <summary>
/// Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
/// </summary>
[Output("insertAfter")]
public Output<string> InsertAfter { get; private set; } = null!;

/// <summary>
/// Possible Values: `JSON`, `Raw`, `Text`, `URLencoded`, `XML`
/// </summary>
[Output("parser")]
public Output<string> Parser { get; private set; } = null!;

/// <summary>
/// The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
/// </summary>
[Output("scope")]
public Output<string?> Scope { get; private set; } = null!;


/// <summary>
/// Create a BusinessEventsCapturingVariants resource with the given unique name, arguments, and options.
/// </summary>
///
/// <param name="name">The unique name of the resource</param>
/// <param name="args">The arguments used to populate this resource's properties</param>
/// <param name="options">A bag of options that control this resource's behavior</param>
public BusinessEventsCapturingVariants(string name, BusinessEventsCapturingVariantsArgs args, CustomResourceOptions? options = null)
: base("dynatrace:index/businessEventsCapturingVariants:BusinessEventsCapturingVariants", name, args ?? new BusinessEventsCapturingVariantsArgs(), MakeResourceOptions(options, ""))
{
}

private BusinessEventsCapturingVariants(string name, Input<string> id, BusinessEventsCapturingVariantsState? state = null, CustomResourceOptions? options = null)
: base("dynatrace:index/businessEventsCapturingVariants:BusinessEventsCapturingVariants", name, state, MakeResourceOptions(options, id))
{
}

private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions? options, Input<string>? id)
{
var defaultOptions = new CustomResourceOptions
{
Version = Utilities.Version,
PluginDownloadURL = "github://api.github.com/pulumiverse",
};
var merged = CustomResourceOptions.Merge(defaultOptions, options);
// Override the ID if one was specified for consistency with other language SDKs.
merged.Id = id ?? merged.Id;
return merged;
}
/// <summary>
/// Get an existing BusinessEventsCapturingVariants resource's state with the given name, ID, and optional extra
/// properties used to qualify the lookup.
/// </summary>
///
/// <param name="name">The unique name of the resulting resource.</param>
/// <param name="id">The unique provider ID of the resource to lookup.</param>
/// <param name="state">Any extra arguments used during the lookup.</param>
/// <param name="options">A bag of options that control this resource's behavior</param>
public static BusinessEventsCapturingVariants Get(string name, Input<string> id, BusinessEventsCapturingVariantsState? state = null, CustomResourceOptions? options = null)
{
return new BusinessEventsCapturingVariants(name, id, state, options);
}
}

public sealed class BusinessEventsCapturingVariantsArgs : global::Pulumi.ResourceArgs
{
/// <summary>
/// Possible Values: `CONTAINS`, `ENDS_WITH`, `EQUALS`, `STARTS_WITH`
/// </summary>
[Input("contentTypeMatcher", required: true)]
public Input<string> ContentTypeMatcher { get; set; } = null!;

/// <summary>
/// Content-type match value
/// </summary>
[Input("contentTypeValue", required: true)]
public Input<string> ContentTypeValue { get; set; } = null!;

/// <summary>
/// Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
/// </summary>
[Input("insertAfter")]
public Input<string>? InsertAfter { get; set; }

/// <summary>
/// Possible Values: `JSON`, `Raw`, `Text`, `URLencoded`, `XML`
/// </summary>
[Input("parser", required: true)]
public Input<string> Parser { get; set; } = null!;

/// <summary>
/// The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
/// </summary>
[Input("scope")]
public Input<string>? Scope { get; set; }

public BusinessEventsCapturingVariantsArgs()
{
}
public static new BusinessEventsCapturingVariantsArgs Empty => new BusinessEventsCapturingVariantsArgs();
}

public sealed class BusinessEventsCapturingVariantsState : global::Pulumi.ResourceArgs
{
/// <summary>
/// Possible Values: `CONTAINS`, `ENDS_WITH`, `EQUALS`, `STARTS_WITH`
/// </summary>
[Input("contentTypeMatcher")]
public Input<string>? ContentTypeMatcher { get; set; }

/// <summary>
/// Content-type match value
/// </summary>
[Input("contentTypeValue")]
public Input<string>? ContentTypeValue { get; set; }

/// <summary>
/// Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
/// </summary>
[Input("insertAfter")]
public Input<string>? InsertAfter { get; set; }

/// <summary>
/// Possible Values: `JSON`, `Raw`, `Text`, `URLencoded`, `XML`
/// </summary>
[Input("parser")]
public Input<string>? Parser { get; set; }

/// <summary>
/// The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
/// </summary>
[Input("scope")]
public Input<string>? Scope { get; set; }

public BusinessEventsCapturingVariantsState()
{
}
public static new BusinessEventsCapturingVariantsState Empty => new BusinessEventsCapturingVariantsState();
}
}
Loading
Loading