generated from pulumi/pulumi-tf-provider-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #130 from pulumiverse/dependabot/go_modules/provid…
…er/modules-76395d9d57 provider(deps): bump the modules group in /provider with 2 updates
- Loading branch information
Showing
1,073 changed files
with
200,381 additions
and
45,137 deletions.
There are no files selected for viewing
5,793 changes: 5,784 additions & 9 deletions
5,793
provider/cmd/pulumi-resource-dynatrace/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
33 changes: 33 additions & 0 deletions
33
sdk/dotnet/Inputs/OpenpipelineBusinessEventsEndpointsArgs.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,33 @@ | ||
// *** 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.Inputs | ||
{ | ||
|
||
public sealed class OpenpipelineBusinessEventsEndpointsArgs : global::Pulumi.ResourceArgs | ||
{ | ||
[Input("endpoints")] | ||
private InputList<Inputs.OpenpipelineBusinessEventsEndpointsEndpointArgs>? _endpoints; | ||
|
||
/// <summary> | ||
/// Definition of a single ingest source | ||
/// </summary> | ||
public InputList<Inputs.OpenpipelineBusinessEventsEndpointsEndpointArgs> Endpoints | ||
{ | ||
get => _endpoints ?? (_endpoints = new InputList<Inputs.OpenpipelineBusinessEventsEndpointsEndpointArgs>()); | ||
set => _endpoints = value; | ||
} | ||
|
||
public OpenpipelineBusinessEventsEndpointsArgs() | ||
{ | ||
} | ||
public static new OpenpipelineBusinessEventsEndpointsArgs Empty => new OpenpipelineBusinessEventsEndpointsArgs(); | ||
} | ||
} |
57 changes: 57 additions & 0 deletions
57
sdk/dotnet/Inputs/OpenpipelineBusinessEventsEndpointsEndpointArgs.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,57 @@ | ||
// *** 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.Inputs | ||
{ | ||
|
||
public sealed class OpenpipelineBusinessEventsEndpointsEndpointArgs : global::Pulumi.ResourceArgs | ||
{ | ||
/// <summary> | ||
/// The default bucket assigned to records for the ingest source | ||
/// </summary> | ||
[Input("defaultBucket")] | ||
public Input<string>? DefaultBucket { get; set; } | ||
|
||
/// <summary> | ||
/// Display name of the ingest source | ||
/// </summary> | ||
[Input("displayName", required: true)] | ||
public Input<string> DisplayName { get; set; } = null!; | ||
|
||
/// <summary> | ||
/// Indicates if the object is active | ||
/// </summary> | ||
[Input("enabled", required: true)] | ||
public Input<bool> Enabled { get; set; } = null!; | ||
|
||
/// <summary> | ||
/// The pre-processing done in the ingest source | ||
/// </summary> | ||
[Input("processors")] | ||
public Input<Inputs.OpenpipelineBusinessEventsEndpointsEndpointProcessorsArgs>? Processors { get; set; } | ||
|
||
/// <summary> | ||
/// Routing strategy, either dynamic or static | ||
/// </summary> | ||
[Input("routing", required: true)] | ||
public Input<Inputs.OpenpipelineBusinessEventsEndpointsEndpointRoutingArgs> Routing { get; set; } = null!; | ||
|
||
/// <summary> | ||
/// The segment of the ingest source, which is applied to the base path. Must be unique within a configuration." | ||
/// </summary> | ||
[Input("segment", required: true)] | ||
public Input<string> Segment { get; set; } = null!; | ||
|
||
public OpenpipelineBusinessEventsEndpointsEndpointArgs() | ||
{ | ||
} | ||
public static new OpenpipelineBusinessEventsEndpointsEndpointArgs Empty => new OpenpipelineBusinessEventsEndpointsEndpointArgs(); | ||
} | ||
} |
57 changes: 57 additions & 0 deletions
57
sdk/dotnet/Inputs/OpenpipelineBusinessEventsEndpointsEndpointGetArgs.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,57 @@ | ||
// *** 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.Inputs | ||
{ | ||
|
||
public sealed class OpenpipelineBusinessEventsEndpointsEndpointGetArgs : global::Pulumi.ResourceArgs | ||
{ | ||
/// <summary> | ||
/// The default bucket assigned to records for the ingest source | ||
/// </summary> | ||
[Input("defaultBucket")] | ||
public Input<string>? DefaultBucket { get; set; } | ||
|
||
/// <summary> | ||
/// Display name of the ingest source | ||
/// </summary> | ||
[Input("displayName", required: true)] | ||
public Input<string> DisplayName { get; set; } = null!; | ||
|
||
/// <summary> | ||
/// Indicates if the object is active | ||
/// </summary> | ||
[Input("enabled", required: true)] | ||
public Input<bool> Enabled { get; set; } = null!; | ||
|
||
/// <summary> | ||
/// The pre-processing done in the ingest source | ||
/// </summary> | ||
[Input("processors")] | ||
public Input<Inputs.OpenpipelineBusinessEventsEndpointsEndpointProcessorsGetArgs>? Processors { get; set; } | ||
|
||
/// <summary> | ||
/// Routing strategy, either dynamic or static | ||
/// </summary> | ||
[Input("routing", required: true)] | ||
public Input<Inputs.OpenpipelineBusinessEventsEndpointsEndpointRoutingGetArgs> Routing { get; set; } = null!; | ||
|
||
/// <summary> | ||
/// The segment of the ingest source, which is applied to the base path. Must be unique within a configuration." | ||
/// </summary> | ||
[Input("segment", required: true)] | ||
public Input<string> Segment { get; set; } = null!; | ||
|
||
public OpenpipelineBusinessEventsEndpointsEndpointGetArgs() | ||
{ | ||
} | ||
public static new OpenpipelineBusinessEventsEndpointsEndpointGetArgs Empty => new OpenpipelineBusinessEventsEndpointsEndpointGetArgs(); | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
sdk/dotnet/Inputs/OpenpipelineBusinessEventsEndpointsEndpointProcessorsArgs.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,34 @@ | ||
// *** 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.Inputs | ||
{ | ||
|
||
public sealed class OpenpipelineBusinessEventsEndpointsEndpointProcessorsArgs : global::Pulumi.ResourceArgs | ||
{ | ||
[Input("processors")] | ||
private InputList<Inputs.OpenpipelineBusinessEventsEndpointsEndpointProcessorsProcessorArgs>? _processors; | ||
|
||
/// <summary> | ||
/// Groups all processors applicable for processing in the EndpointDefinition. | ||
/// Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor. | ||
/// </summary> | ||
public InputList<Inputs.OpenpipelineBusinessEventsEndpointsEndpointProcessorsProcessorArgs> Processors | ||
{ | ||
get => _processors ?? (_processors = new InputList<Inputs.OpenpipelineBusinessEventsEndpointsEndpointProcessorsProcessorArgs>()); | ||
set => _processors = value; | ||
} | ||
|
||
public OpenpipelineBusinessEventsEndpointsEndpointProcessorsArgs() | ||
{ | ||
} | ||
public static new OpenpipelineBusinessEventsEndpointsEndpointProcessorsArgs Empty => new OpenpipelineBusinessEventsEndpointsEndpointProcessorsArgs(); | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
sdk/dotnet/Inputs/OpenpipelineBusinessEventsEndpointsEndpointProcessorsGetArgs.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,34 @@ | ||
// *** 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.Inputs | ||
{ | ||
|
||
public sealed class OpenpipelineBusinessEventsEndpointsEndpointProcessorsGetArgs : global::Pulumi.ResourceArgs | ||
{ | ||
[Input("processors")] | ||
private InputList<Inputs.OpenpipelineBusinessEventsEndpointsEndpointProcessorsProcessorGetArgs>? _processors; | ||
|
||
/// <summary> | ||
/// Groups all processors applicable for processing in the EndpointDefinition. | ||
/// Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor. | ||
/// </summary> | ||
public InputList<Inputs.OpenpipelineBusinessEventsEndpointsEndpointProcessorsProcessorGetArgs> Processors | ||
{ | ||
get => _processors ?? (_processors = new InputList<Inputs.OpenpipelineBusinessEventsEndpointsEndpointProcessorsProcessorGetArgs>()); | ||
set => _processors = value; | ||
} | ||
|
||
public OpenpipelineBusinessEventsEndpointsEndpointProcessorsGetArgs() | ||
{ | ||
} | ||
public static new OpenpipelineBusinessEventsEndpointsEndpointProcessorsGetArgs Empty => new OpenpipelineBusinessEventsEndpointsEndpointProcessorsGetArgs(); | ||
} | ||
} |
45 changes: 45 additions & 0 deletions
45
sdk/dotnet/Inputs/OpenpipelineBusinessEventsEndpointsEndpointProcessorsProcessorArgs.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,45 @@ | ||
// *** 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.Inputs | ||
{ | ||
|
||
public sealed class OpenpipelineBusinessEventsEndpointsEndpointProcessorsProcessorArgs : global::Pulumi.ResourceArgs | ||
{ | ||
/// <summary> | ||
/// Processor to apply a DQL script | ||
/// </summary> | ||
[Input("dqlProcessor")] | ||
public Input<Inputs.OpenpipelineBusinessEventsEndpointsEndpointProcessorsProcessorDqlProcessorArgs>? DqlProcessor { get; set; } | ||
|
||
/// <summary> | ||
/// Processor to add fields | ||
/// </summary> | ||
[Input("fieldsAddProcessor")] | ||
public Input<Inputs.OpenpipelineBusinessEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorArgs>? FieldsAddProcessor { get; set; } | ||
|
||
/// <summary> | ||
/// Processor to remove fields | ||
/// </summary> | ||
[Input("fieldsRemoveProcessor")] | ||
public Input<Inputs.OpenpipelineBusinessEventsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessorArgs>? FieldsRemoveProcessor { get; set; } | ||
|
||
/// <summary> | ||
/// Processor to rename fields | ||
/// </summary> | ||
[Input("fieldsRenameProcessor")] | ||
public Input<Inputs.OpenpipelineBusinessEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorArgs>? FieldsRenameProcessor { get; set; } | ||
|
||
public OpenpipelineBusinessEventsEndpointsEndpointProcessorsProcessorArgs() | ||
{ | ||
} | ||
public static new OpenpipelineBusinessEventsEndpointsEndpointProcessorsProcessorArgs Empty => new OpenpipelineBusinessEventsEndpointsEndpointProcessorsProcessorArgs(); | ||
} | ||
} |
Oops, something went wrong.