dynatrace

package
v6.22.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetMonitorEnvironmentProperty added in v6.21.0

type GetMonitorEnvironmentProperty struct {
	EnvironmentInfos []GetMonitorEnvironmentPropertyEnvironmentInfo `pulumi:"environmentInfos"`
}

type GetMonitorEnvironmentPropertyArgs added in v6.21.0

type GetMonitorEnvironmentPropertyArgs struct {
	EnvironmentInfos GetMonitorEnvironmentPropertyEnvironmentInfoArrayInput `pulumi:"environmentInfos"`
}

func (GetMonitorEnvironmentPropertyArgs) ElementType added in v6.21.0

func (GetMonitorEnvironmentPropertyArgs) ToGetMonitorEnvironmentPropertyOutput added in v6.21.0

func (i GetMonitorEnvironmentPropertyArgs) ToGetMonitorEnvironmentPropertyOutput() GetMonitorEnvironmentPropertyOutput

func (GetMonitorEnvironmentPropertyArgs) ToGetMonitorEnvironmentPropertyOutputWithContext added in v6.21.0

func (i GetMonitorEnvironmentPropertyArgs) ToGetMonitorEnvironmentPropertyOutputWithContext(ctx context.Context) GetMonitorEnvironmentPropertyOutput

type GetMonitorEnvironmentPropertyArray added in v6.21.0

type GetMonitorEnvironmentPropertyArray []GetMonitorEnvironmentPropertyInput

func (GetMonitorEnvironmentPropertyArray) ElementType added in v6.21.0

func (GetMonitorEnvironmentPropertyArray) ToGetMonitorEnvironmentPropertyArrayOutput added in v6.21.0

func (i GetMonitorEnvironmentPropertyArray) ToGetMonitorEnvironmentPropertyArrayOutput() GetMonitorEnvironmentPropertyArrayOutput

func (GetMonitorEnvironmentPropertyArray) ToGetMonitorEnvironmentPropertyArrayOutputWithContext added in v6.21.0

func (i GetMonitorEnvironmentPropertyArray) ToGetMonitorEnvironmentPropertyArrayOutputWithContext(ctx context.Context) GetMonitorEnvironmentPropertyArrayOutput

type GetMonitorEnvironmentPropertyArrayInput added in v6.21.0

type GetMonitorEnvironmentPropertyArrayInput interface {
	pulumi.Input

	ToGetMonitorEnvironmentPropertyArrayOutput() GetMonitorEnvironmentPropertyArrayOutput
	ToGetMonitorEnvironmentPropertyArrayOutputWithContext(context.Context) GetMonitorEnvironmentPropertyArrayOutput
}

GetMonitorEnvironmentPropertyArrayInput is an input type that accepts GetMonitorEnvironmentPropertyArray and GetMonitorEnvironmentPropertyArrayOutput values. You can construct a concrete instance of `GetMonitorEnvironmentPropertyArrayInput` via:

GetMonitorEnvironmentPropertyArray{ GetMonitorEnvironmentPropertyArgs{...} }

type GetMonitorEnvironmentPropertyArrayOutput added in v6.21.0

type GetMonitorEnvironmentPropertyArrayOutput struct{ *pulumi.OutputState }

func (GetMonitorEnvironmentPropertyArrayOutput) ElementType added in v6.21.0

func (GetMonitorEnvironmentPropertyArrayOutput) Index added in v6.21.0

func (GetMonitorEnvironmentPropertyArrayOutput) ToGetMonitorEnvironmentPropertyArrayOutput added in v6.21.0

func (o GetMonitorEnvironmentPropertyArrayOutput) ToGetMonitorEnvironmentPropertyArrayOutput() GetMonitorEnvironmentPropertyArrayOutput

func (GetMonitorEnvironmentPropertyArrayOutput) ToGetMonitorEnvironmentPropertyArrayOutputWithContext added in v6.21.0

func (o GetMonitorEnvironmentPropertyArrayOutput) ToGetMonitorEnvironmentPropertyArrayOutputWithContext(ctx context.Context) GetMonitorEnvironmentPropertyArrayOutput

type GetMonitorEnvironmentPropertyEnvironmentInfo added in v6.21.0

type GetMonitorEnvironmentPropertyEnvironmentInfo struct {
	EnvironmentId string `pulumi:"environmentId"`
}

type GetMonitorEnvironmentPropertyEnvironmentInfoArgs added in v6.21.0

type GetMonitorEnvironmentPropertyEnvironmentInfoArgs struct {
	EnvironmentId pulumi.StringInput `pulumi:"environmentId"`
}

func (GetMonitorEnvironmentPropertyEnvironmentInfoArgs) ElementType added in v6.21.0

func (GetMonitorEnvironmentPropertyEnvironmentInfoArgs) ToGetMonitorEnvironmentPropertyEnvironmentInfoOutput added in v6.21.0

func (i GetMonitorEnvironmentPropertyEnvironmentInfoArgs) ToGetMonitorEnvironmentPropertyEnvironmentInfoOutput() GetMonitorEnvironmentPropertyEnvironmentInfoOutput

func (GetMonitorEnvironmentPropertyEnvironmentInfoArgs) ToGetMonitorEnvironmentPropertyEnvironmentInfoOutputWithContext added in v6.21.0

func (i GetMonitorEnvironmentPropertyEnvironmentInfoArgs) ToGetMonitorEnvironmentPropertyEnvironmentInfoOutputWithContext(ctx context.Context) GetMonitorEnvironmentPropertyEnvironmentInfoOutput

type GetMonitorEnvironmentPropertyEnvironmentInfoArray added in v6.21.0

type GetMonitorEnvironmentPropertyEnvironmentInfoArray []GetMonitorEnvironmentPropertyEnvironmentInfoInput

func (GetMonitorEnvironmentPropertyEnvironmentInfoArray) ElementType added in v6.21.0

func (GetMonitorEnvironmentPropertyEnvironmentInfoArray) ToGetMonitorEnvironmentPropertyEnvironmentInfoArrayOutput added in v6.21.0

func (i GetMonitorEnvironmentPropertyEnvironmentInfoArray) ToGetMonitorEnvironmentPropertyEnvironmentInfoArrayOutput() GetMonitorEnvironmentPropertyEnvironmentInfoArrayOutput

func (GetMonitorEnvironmentPropertyEnvironmentInfoArray) ToGetMonitorEnvironmentPropertyEnvironmentInfoArrayOutputWithContext added in v6.21.0

func (i GetMonitorEnvironmentPropertyEnvironmentInfoArray) ToGetMonitorEnvironmentPropertyEnvironmentInfoArrayOutputWithContext(ctx context.Context) GetMonitorEnvironmentPropertyEnvironmentInfoArrayOutput

type GetMonitorEnvironmentPropertyEnvironmentInfoArrayInput added in v6.21.0

type GetMonitorEnvironmentPropertyEnvironmentInfoArrayInput interface {
	pulumi.Input

	ToGetMonitorEnvironmentPropertyEnvironmentInfoArrayOutput() GetMonitorEnvironmentPropertyEnvironmentInfoArrayOutput
	ToGetMonitorEnvironmentPropertyEnvironmentInfoArrayOutputWithContext(context.Context) GetMonitorEnvironmentPropertyEnvironmentInfoArrayOutput
}

GetMonitorEnvironmentPropertyEnvironmentInfoArrayInput is an input type that accepts GetMonitorEnvironmentPropertyEnvironmentInfoArray and GetMonitorEnvironmentPropertyEnvironmentInfoArrayOutput values. You can construct a concrete instance of `GetMonitorEnvironmentPropertyEnvironmentInfoArrayInput` via:

GetMonitorEnvironmentPropertyEnvironmentInfoArray{ GetMonitorEnvironmentPropertyEnvironmentInfoArgs{...} }

type GetMonitorEnvironmentPropertyEnvironmentInfoArrayOutput added in v6.21.0

type GetMonitorEnvironmentPropertyEnvironmentInfoArrayOutput struct{ *pulumi.OutputState }

func (GetMonitorEnvironmentPropertyEnvironmentInfoArrayOutput) ElementType added in v6.21.0

func (GetMonitorEnvironmentPropertyEnvironmentInfoArrayOutput) Index added in v6.21.0

func (GetMonitorEnvironmentPropertyEnvironmentInfoArrayOutput) ToGetMonitorEnvironmentPropertyEnvironmentInfoArrayOutput added in v6.21.0

func (GetMonitorEnvironmentPropertyEnvironmentInfoArrayOutput) ToGetMonitorEnvironmentPropertyEnvironmentInfoArrayOutputWithContext added in v6.21.0

func (o GetMonitorEnvironmentPropertyEnvironmentInfoArrayOutput) ToGetMonitorEnvironmentPropertyEnvironmentInfoArrayOutputWithContext(ctx context.Context) GetMonitorEnvironmentPropertyEnvironmentInfoArrayOutput

type GetMonitorEnvironmentPropertyEnvironmentInfoInput added in v6.21.0

type GetMonitorEnvironmentPropertyEnvironmentInfoInput interface {
	pulumi.Input

	ToGetMonitorEnvironmentPropertyEnvironmentInfoOutput() GetMonitorEnvironmentPropertyEnvironmentInfoOutput
	ToGetMonitorEnvironmentPropertyEnvironmentInfoOutputWithContext(context.Context) GetMonitorEnvironmentPropertyEnvironmentInfoOutput
}

GetMonitorEnvironmentPropertyEnvironmentInfoInput is an input type that accepts GetMonitorEnvironmentPropertyEnvironmentInfoArgs and GetMonitorEnvironmentPropertyEnvironmentInfoOutput values. You can construct a concrete instance of `GetMonitorEnvironmentPropertyEnvironmentInfoInput` via:

GetMonitorEnvironmentPropertyEnvironmentInfoArgs{...}

type GetMonitorEnvironmentPropertyEnvironmentInfoOutput added in v6.21.0

type GetMonitorEnvironmentPropertyEnvironmentInfoOutput struct{ *pulumi.OutputState }

func (GetMonitorEnvironmentPropertyEnvironmentInfoOutput) ElementType added in v6.21.0

func (GetMonitorEnvironmentPropertyEnvironmentInfoOutput) EnvironmentId added in v6.21.0

func (GetMonitorEnvironmentPropertyEnvironmentInfoOutput) ToGetMonitorEnvironmentPropertyEnvironmentInfoOutput added in v6.21.0

func (o GetMonitorEnvironmentPropertyEnvironmentInfoOutput) ToGetMonitorEnvironmentPropertyEnvironmentInfoOutput() GetMonitorEnvironmentPropertyEnvironmentInfoOutput

func (GetMonitorEnvironmentPropertyEnvironmentInfoOutput) ToGetMonitorEnvironmentPropertyEnvironmentInfoOutputWithContext added in v6.21.0

func (o GetMonitorEnvironmentPropertyEnvironmentInfoOutput) ToGetMonitorEnvironmentPropertyEnvironmentInfoOutputWithContext(ctx context.Context) GetMonitorEnvironmentPropertyEnvironmentInfoOutput

type GetMonitorEnvironmentPropertyInput added in v6.21.0

type GetMonitorEnvironmentPropertyInput interface {
	pulumi.Input

	ToGetMonitorEnvironmentPropertyOutput() GetMonitorEnvironmentPropertyOutput
	ToGetMonitorEnvironmentPropertyOutputWithContext(context.Context) GetMonitorEnvironmentPropertyOutput
}

GetMonitorEnvironmentPropertyInput is an input type that accepts GetMonitorEnvironmentPropertyArgs and GetMonitorEnvironmentPropertyOutput values. You can construct a concrete instance of `GetMonitorEnvironmentPropertyInput` via:

GetMonitorEnvironmentPropertyArgs{...}

type GetMonitorEnvironmentPropertyOutput added in v6.21.0

type GetMonitorEnvironmentPropertyOutput struct{ *pulumi.OutputState }

func (GetMonitorEnvironmentPropertyOutput) ElementType added in v6.21.0

func (GetMonitorEnvironmentPropertyOutput) EnvironmentInfos added in v6.21.0

func (GetMonitorEnvironmentPropertyOutput) ToGetMonitorEnvironmentPropertyOutput added in v6.21.0

func (o GetMonitorEnvironmentPropertyOutput) ToGetMonitorEnvironmentPropertyOutput() GetMonitorEnvironmentPropertyOutput

func (GetMonitorEnvironmentPropertyOutput) ToGetMonitorEnvironmentPropertyOutputWithContext added in v6.21.0

func (o GetMonitorEnvironmentPropertyOutput) ToGetMonitorEnvironmentPropertyOutputWithContext(ctx context.Context) GetMonitorEnvironmentPropertyOutput

type GetMonitorIdentity added in v6.21.0

type GetMonitorIdentity struct {
	PrincipalId string `pulumi:"principalId"`
	TenantId    string `pulumi:"tenantId"`
	// The type of identity used for the resource.
	Type string `pulumi:"type"`
}

type GetMonitorIdentityArgs added in v6.21.0

type GetMonitorIdentityArgs struct {
	PrincipalId pulumi.StringInput `pulumi:"principalId"`
	TenantId    pulumi.StringInput `pulumi:"tenantId"`
	// The type of identity used for the resource.
	Type pulumi.StringInput `pulumi:"type"`
}

func (GetMonitorIdentityArgs) ElementType added in v6.21.0

func (GetMonitorIdentityArgs) ElementType() reflect.Type

func (GetMonitorIdentityArgs) ToGetMonitorIdentityOutput added in v6.21.0

func (i GetMonitorIdentityArgs) ToGetMonitorIdentityOutput() GetMonitorIdentityOutput

func (GetMonitorIdentityArgs) ToGetMonitorIdentityOutputWithContext added in v6.21.0

func (i GetMonitorIdentityArgs) ToGetMonitorIdentityOutputWithContext(ctx context.Context) GetMonitorIdentityOutput

type GetMonitorIdentityArray added in v6.21.0

type GetMonitorIdentityArray []GetMonitorIdentityInput

func (GetMonitorIdentityArray) ElementType added in v6.21.0

func (GetMonitorIdentityArray) ElementType() reflect.Type

func (GetMonitorIdentityArray) ToGetMonitorIdentityArrayOutput added in v6.21.0

func (i GetMonitorIdentityArray) ToGetMonitorIdentityArrayOutput() GetMonitorIdentityArrayOutput

func (GetMonitorIdentityArray) ToGetMonitorIdentityArrayOutputWithContext added in v6.21.0

func (i GetMonitorIdentityArray) ToGetMonitorIdentityArrayOutputWithContext(ctx context.Context) GetMonitorIdentityArrayOutput

type GetMonitorIdentityArrayInput added in v6.21.0

type GetMonitorIdentityArrayInput interface {
	pulumi.Input

	ToGetMonitorIdentityArrayOutput() GetMonitorIdentityArrayOutput
	ToGetMonitorIdentityArrayOutputWithContext(context.Context) GetMonitorIdentityArrayOutput
}

GetMonitorIdentityArrayInput is an input type that accepts GetMonitorIdentityArray and GetMonitorIdentityArrayOutput values. You can construct a concrete instance of `GetMonitorIdentityArrayInput` via:

GetMonitorIdentityArray{ GetMonitorIdentityArgs{...} }

type GetMonitorIdentityArrayOutput added in v6.21.0

type GetMonitorIdentityArrayOutput struct{ *pulumi.OutputState }

func (GetMonitorIdentityArrayOutput) ElementType added in v6.21.0

func (GetMonitorIdentityArrayOutput) Index added in v6.21.0

func (GetMonitorIdentityArrayOutput) ToGetMonitorIdentityArrayOutput added in v6.21.0

func (o GetMonitorIdentityArrayOutput) ToGetMonitorIdentityArrayOutput() GetMonitorIdentityArrayOutput

func (GetMonitorIdentityArrayOutput) ToGetMonitorIdentityArrayOutputWithContext added in v6.21.0

func (o GetMonitorIdentityArrayOutput) ToGetMonitorIdentityArrayOutputWithContext(ctx context.Context) GetMonitorIdentityArrayOutput

type GetMonitorIdentityInput added in v6.21.0

type GetMonitorIdentityInput interface {
	pulumi.Input

	ToGetMonitorIdentityOutput() GetMonitorIdentityOutput
	ToGetMonitorIdentityOutputWithContext(context.Context) GetMonitorIdentityOutput
}

GetMonitorIdentityInput is an input type that accepts GetMonitorIdentityArgs and GetMonitorIdentityOutput values. You can construct a concrete instance of `GetMonitorIdentityInput` via:

GetMonitorIdentityArgs{...}

type GetMonitorIdentityOutput added in v6.21.0

type GetMonitorIdentityOutput struct{ *pulumi.OutputState }

func (GetMonitorIdentityOutput) ElementType added in v6.21.0

func (GetMonitorIdentityOutput) ElementType() reflect.Type

func (GetMonitorIdentityOutput) PrincipalId added in v6.21.0

func (GetMonitorIdentityOutput) TenantId added in v6.21.0

func (GetMonitorIdentityOutput) ToGetMonitorIdentityOutput added in v6.21.0

func (o GetMonitorIdentityOutput) ToGetMonitorIdentityOutput() GetMonitorIdentityOutput

func (GetMonitorIdentityOutput) ToGetMonitorIdentityOutputWithContext added in v6.21.0

func (o GetMonitorIdentityOutput) ToGetMonitorIdentityOutputWithContext(ctx context.Context) GetMonitorIdentityOutput

func (GetMonitorIdentityOutput) Type added in v6.21.0

The type of identity used for the resource.

type GetMonitorPlan added in v6.21.0

type GetMonitorPlan struct {
	// Different billing cycles.
	BillingCycle string `pulumi:"billingCycle"`
	// Date when plan was applied.
	EffectiveDate string `pulumi:"effectiveDate"`
	// Plan id as published by Dynatrace.
	Plan string `pulumi:"plan"`
	// Different usage type.
	UsageType string `pulumi:"usageType"`
}

type GetMonitorPlanArgs added in v6.21.0

type GetMonitorPlanArgs struct {
	// Different billing cycles.
	BillingCycle pulumi.StringInput `pulumi:"billingCycle"`
	// Date when plan was applied.
	EffectiveDate pulumi.StringInput `pulumi:"effectiveDate"`
	// Plan id as published by Dynatrace.
	Plan pulumi.StringInput `pulumi:"plan"`
	// Different usage type.
	UsageType pulumi.StringInput `pulumi:"usageType"`
}

func (GetMonitorPlanArgs) ElementType added in v6.21.0

func (GetMonitorPlanArgs) ElementType() reflect.Type

func (GetMonitorPlanArgs) ToGetMonitorPlanOutput added in v6.21.0

func (i GetMonitorPlanArgs) ToGetMonitorPlanOutput() GetMonitorPlanOutput

func (GetMonitorPlanArgs) ToGetMonitorPlanOutputWithContext added in v6.21.0

func (i GetMonitorPlanArgs) ToGetMonitorPlanOutputWithContext(ctx context.Context) GetMonitorPlanOutput

type GetMonitorPlanArray added in v6.21.0

type GetMonitorPlanArray []GetMonitorPlanInput

func (GetMonitorPlanArray) ElementType added in v6.21.0

func (GetMonitorPlanArray) ElementType() reflect.Type

func (GetMonitorPlanArray) ToGetMonitorPlanArrayOutput added in v6.21.0

func (i GetMonitorPlanArray) ToGetMonitorPlanArrayOutput() GetMonitorPlanArrayOutput

func (GetMonitorPlanArray) ToGetMonitorPlanArrayOutputWithContext added in v6.21.0

func (i GetMonitorPlanArray) ToGetMonitorPlanArrayOutputWithContext(ctx context.Context) GetMonitorPlanArrayOutput

type GetMonitorPlanArrayInput added in v6.21.0

type GetMonitorPlanArrayInput interface {
	pulumi.Input

	ToGetMonitorPlanArrayOutput() GetMonitorPlanArrayOutput
	ToGetMonitorPlanArrayOutputWithContext(context.Context) GetMonitorPlanArrayOutput
}

GetMonitorPlanArrayInput is an input type that accepts GetMonitorPlanArray and GetMonitorPlanArrayOutput values. You can construct a concrete instance of `GetMonitorPlanArrayInput` via:

GetMonitorPlanArray{ GetMonitorPlanArgs{...} }

type GetMonitorPlanArrayOutput added in v6.21.0

type GetMonitorPlanArrayOutput struct{ *pulumi.OutputState }

func (GetMonitorPlanArrayOutput) ElementType added in v6.21.0

func (GetMonitorPlanArrayOutput) ElementType() reflect.Type

func (GetMonitorPlanArrayOutput) Index added in v6.21.0

func (GetMonitorPlanArrayOutput) ToGetMonitorPlanArrayOutput added in v6.21.0

func (o GetMonitorPlanArrayOutput) ToGetMonitorPlanArrayOutput() GetMonitorPlanArrayOutput

func (GetMonitorPlanArrayOutput) ToGetMonitorPlanArrayOutputWithContext added in v6.21.0

func (o GetMonitorPlanArrayOutput) ToGetMonitorPlanArrayOutputWithContext(ctx context.Context) GetMonitorPlanArrayOutput

type GetMonitorPlanInput added in v6.21.0

type GetMonitorPlanInput interface {
	pulumi.Input

	ToGetMonitorPlanOutput() GetMonitorPlanOutput
	ToGetMonitorPlanOutputWithContext(context.Context) GetMonitorPlanOutput
}

GetMonitorPlanInput is an input type that accepts GetMonitorPlanArgs and GetMonitorPlanOutput values. You can construct a concrete instance of `GetMonitorPlanInput` via:

GetMonitorPlanArgs{...}

type GetMonitorPlanOutput added in v6.21.0

type GetMonitorPlanOutput struct{ *pulumi.OutputState }

func (GetMonitorPlanOutput) BillingCycle added in v6.21.0

func (o GetMonitorPlanOutput) BillingCycle() pulumi.StringOutput

Different billing cycles.

func (GetMonitorPlanOutput) EffectiveDate added in v6.21.0

func (o GetMonitorPlanOutput) EffectiveDate() pulumi.StringOutput

Date when plan was applied.

func (GetMonitorPlanOutput) ElementType added in v6.21.0

func (GetMonitorPlanOutput) ElementType() reflect.Type

func (GetMonitorPlanOutput) Plan added in v6.21.0

Plan id as published by Dynatrace.

func (GetMonitorPlanOutput) ToGetMonitorPlanOutput added in v6.21.0

func (o GetMonitorPlanOutput) ToGetMonitorPlanOutput() GetMonitorPlanOutput

func (GetMonitorPlanOutput) ToGetMonitorPlanOutputWithContext added in v6.21.0

func (o GetMonitorPlanOutput) ToGetMonitorPlanOutputWithContext(ctx context.Context) GetMonitorPlanOutput

func (GetMonitorPlanOutput) UsageType added in v6.21.0

Different usage type.

type GetMonitorUser added in v6.21.0

type GetMonitorUser struct {
	// Country of the user.
	Country string `pulumi:"country"`
	// Email of the user used by Dynatrace for contacting them if needed.
	Email string `pulumi:"email"`
	// First name of the user.
	FirstName string `pulumi:"firstName"`
	// Last name of the user.
	LastName string `pulumi:"lastName"`
	// phone number of the user by Dynatrace for contacting them if needed.
	PhoneNumber string `pulumi:"phoneNumber"`
}

type GetMonitorUserArgs added in v6.21.0

type GetMonitorUserArgs struct {
	// Country of the user.
	Country pulumi.StringInput `pulumi:"country"`
	// Email of the user used by Dynatrace for contacting them if needed.
	Email pulumi.StringInput `pulumi:"email"`
	// First name of the user.
	FirstName pulumi.StringInput `pulumi:"firstName"`
	// Last name of the user.
	LastName pulumi.StringInput `pulumi:"lastName"`
	// phone number of the user by Dynatrace for contacting them if needed.
	PhoneNumber pulumi.StringInput `pulumi:"phoneNumber"`
}

func (GetMonitorUserArgs) ElementType added in v6.21.0

func (GetMonitorUserArgs) ElementType() reflect.Type

func (GetMonitorUserArgs) ToGetMonitorUserOutput added in v6.21.0

func (i GetMonitorUserArgs) ToGetMonitorUserOutput() GetMonitorUserOutput

func (GetMonitorUserArgs) ToGetMonitorUserOutputWithContext added in v6.21.0

func (i GetMonitorUserArgs) ToGetMonitorUserOutputWithContext(ctx context.Context) GetMonitorUserOutput

type GetMonitorUserArray added in v6.21.0

type GetMonitorUserArray []GetMonitorUserInput

func (GetMonitorUserArray) ElementType added in v6.21.0

func (GetMonitorUserArray) ElementType() reflect.Type

func (GetMonitorUserArray) ToGetMonitorUserArrayOutput added in v6.21.0

func (i GetMonitorUserArray) ToGetMonitorUserArrayOutput() GetMonitorUserArrayOutput

func (GetMonitorUserArray) ToGetMonitorUserArrayOutputWithContext added in v6.21.0

func (i GetMonitorUserArray) ToGetMonitorUserArrayOutputWithContext(ctx context.Context) GetMonitorUserArrayOutput

type GetMonitorUserArrayInput added in v6.21.0

type GetMonitorUserArrayInput interface {
	pulumi.Input

	ToGetMonitorUserArrayOutput() GetMonitorUserArrayOutput
	ToGetMonitorUserArrayOutputWithContext(context.Context) GetMonitorUserArrayOutput
}

GetMonitorUserArrayInput is an input type that accepts GetMonitorUserArray and GetMonitorUserArrayOutput values. You can construct a concrete instance of `GetMonitorUserArrayInput` via:

GetMonitorUserArray{ GetMonitorUserArgs{...} }

type GetMonitorUserArrayOutput added in v6.21.0

type GetMonitorUserArrayOutput struct{ *pulumi.OutputState }

func (GetMonitorUserArrayOutput) ElementType added in v6.21.0

func (GetMonitorUserArrayOutput) ElementType() reflect.Type

func (GetMonitorUserArrayOutput) Index added in v6.21.0

func (GetMonitorUserArrayOutput) ToGetMonitorUserArrayOutput added in v6.21.0

func (o GetMonitorUserArrayOutput) ToGetMonitorUserArrayOutput() GetMonitorUserArrayOutput

func (GetMonitorUserArrayOutput) ToGetMonitorUserArrayOutputWithContext added in v6.21.0

func (o GetMonitorUserArrayOutput) ToGetMonitorUserArrayOutputWithContext(ctx context.Context) GetMonitorUserArrayOutput

type GetMonitorUserInput added in v6.21.0

type GetMonitorUserInput interface {
	pulumi.Input

	ToGetMonitorUserOutput() GetMonitorUserOutput
	ToGetMonitorUserOutputWithContext(context.Context) GetMonitorUserOutput
}

GetMonitorUserInput is an input type that accepts GetMonitorUserArgs and GetMonitorUserOutput values. You can construct a concrete instance of `GetMonitorUserInput` via:

GetMonitorUserArgs{...}

type GetMonitorUserOutput added in v6.21.0

type GetMonitorUserOutput struct{ *pulumi.OutputState }

func (GetMonitorUserOutput) Country added in v6.21.0

Country of the user.

func (GetMonitorUserOutput) ElementType added in v6.21.0

func (GetMonitorUserOutput) ElementType() reflect.Type

func (GetMonitorUserOutput) Email added in v6.21.0

Email of the user used by Dynatrace for contacting them if needed.

func (GetMonitorUserOutput) FirstName added in v6.21.0

First name of the user.

func (GetMonitorUserOutput) LastName added in v6.21.0

Last name of the user.

func (GetMonitorUserOutput) PhoneNumber added in v6.21.0

func (o GetMonitorUserOutput) PhoneNumber() pulumi.StringOutput

phone number of the user by Dynatrace for contacting them if needed.

func (GetMonitorUserOutput) ToGetMonitorUserOutput added in v6.21.0

func (o GetMonitorUserOutput) ToGetMonitorUserOutput() GetMonitorUserOutput

func (GetMonitorUserOutput) ToGetMonitorUserOutputWithContext added in v6.21.0

func (o GetMonitorUserOutput) ToGetMonitorUserOutputWithContext(ctx context.Context) GetMonitorUserOutput

type LookupMonitorArgs added in v6.21.0

type LookupMonitorArgs struct {
	// Name of the Dynatrace monitor.
	Name string `pulumi:"name"`
	// The name of the Resource Group where the Dynatrace monitor should exist.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

A collection of arguments for invoking getMonitor.

type LookupMonitorOutputArgs added in v6.21.0

type LookupMonitorOutputArgs struct {
	// Name of the Dynatrace monitor.
	Name pulumi.StringInput `pulumi:"name"`
	// The name of the Resource Group where the Dynatrace monitor should exist.
	ResourceGroupName pulumi.StringInput `pulumi:"resourceGroupName"`
}

A collection of arguments for invoking getMonitor.

func (LookupMonitorOutputArgs) ElementType added in v6.21.0

func (LookupMonitorOutputArgs) ElementType() reflect.Type

type LookupMonitorResult added in v6.21.0

type LookupMonitorResult struct {
	EnvironmentProperties []GetMonitorEnvironmentProperty `pulumi:"environmentProperties"`
	// The provider-assigned unique ID for this managed resource.
	Id string `pulumi:"id"`
	// The kind of managed identity assigned to this resource.  A `identity` block as defined below.
	Identities []GetMonitorIdentity `pulumi:"identities"`
	// The Azure Region where the Dynatrace monitor should exist.
	Location string `pulumi:"location"`
	// Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state.
	MarketplaceSubscription string `pulumi:"marketplaceSubscription"`
	// Flag specifying if the resource monitoring is enabled or disabled.
	MonitoringEnabled bool   `pulumi:"monitoringEnabled"`
	Name              string `pulumi:"name"`
	// Plan id as published by Dynatrace.
	Plans             []GetMonitorPlan `pulumi:"plans"`
	ResourceGroupName string           `pulumi:"resourceGroupName"`
	// A mapping of tags to assign to the resource.
	Tags map[string]string `pulumi:"tags"`
	// User's information. A `user` block as defined below.
	Users []GetMonitorUser `pulumi:"users"`
}

A collection of values returned by getMonitor.

func LookupMonitor added in v6.21.0

func LookupMonitor(ctx *pulumi.Context, args *LookupMonitorArgs, opts ...pulumi.InvokeOption) (*LookupMonitorResult, error)

Use this data source to access information about an existing Dynatrace Monitor.

## Example Usage

```go package main

import (

"github.com/pulumi/pulumi-azure/sdk/v6/go/azure/dynatrace"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"

)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := dynatrace.LookupMonitor(ctx, &dynatrace.LookupMonitorArgs{
			Name:              "example-dynatracemonitor",
			ResourceGroupName: "example-resources",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}

```

type LookupMonitorResultOutput added in v6.21.0

type LookupMonitorResultOutput struct{ *pulumi.OutputState }

A collection of values returned by getMonitor.

func LookupMonitorOutput added in v6.21.0

func LookupMonitorOutput(ctx *pulumi.Context, args LookupMonitorOutputArgs, opts ...pulumi.InvokeOption) LookupMonitorResultOutput

func (LookupMonitorResultOutput) ElementType added in v6.21.0

func (LookupMonitorResultOutput) ElementType() reflect.Type

func (LookupMonitorResultOutput) EnvironmentProperties added in v6.21.0

func (LookupMonitorResultOutput) Id added in v6.21.0

The provider-assigned unique ID for this managed resource.

func (LookupMonitorResultOutput) Identities added in v6.21.0

The kind of managed identity assigned to this resource. A `identity` block as defined below.

func (LookupMonitorResultOutput) Location added in v6.21.0

The Azure Region where the Dynatrace monitor should exist.

func (LookupMonitorResultOutput) MarketplaceSubscription added in v6.21.0

func (o LookupMonitorResultOutput) MarketplaceSubscription() pulumi.StringOutput

Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state.

func (LookupMonitorResultOutput) MonitoringEnabled added in v6.21.0

func (o LookupMonitorResultOutput) MonitoringEnabled() pulumi.BoolOutput

Flag specifying if the resource monitoring is enabled or disabled.

func (LookupMonitorResultOutput) Name added in v6.21.0

func (LookupMonitorResultOutput) Plans added in v6.21.0

Plan id as published by Dynatrace.

func (LookupMonitorResultOutput) ResourceGroupName added in v6.21.0

func (o LookupMonitorResultOutput) ResourceGroupName() pulumi.StringOutput

func (LookupMonitorResultOutput) Tags added in v6.21.0

A mapping of tags to assign to the resource.

func (LookupMonitorResultOutput) ToLookupMonitorResultOutput added in v6.21.0

func (o LookupMonitorResultOutput) ToLookupMonitorResultOutput() LookupMonitorResultOutput

func (LookupMonitorResultOutput) ToLookupMonitorResultOutputWithContext added in v6.21.0

func (o LookupMonitorResultOutput) ToLookupMonitorResultOutputWithContext(ctx context.Context) LookupMonitorResultOutput

func (LookupMonitorResultOutput) Users added in v6.21.0

User's information. A `user` block as defined below.

type Monitor

type Monitor struct {
	pulumi.CustomResourceState

	// The kind of managed identity assigned to this resource.  A `identity` block as defined below.
	Identity MonitorIdentityOutput `pulumi:"identity"`
	// The Azure Region where the Dynatrace monitor should exist. Changing this forces a new resource to be created.
	Location pulumi.StringOutput `pulumi:"location"`
	// Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state. Possible values are `Active` and `Suspended`.
	MarketplaceSubscription pulumi.StringOutput `pulumi:"marketplaceSubscription"`
	// Flag specifying if the resource monitoring is enabled or disabled. Default is `true`.
	MonitoringEnabled pulumi.BoolPtrOutput `pulumi:"monitoringEnabled"`
	// Name of the Dynatrace monitor. Changing this forces a new resource to be created.
	Name pulumi.StringOutput `pulumi:"name"`
	// Billing plan information. A `plan` block as defined below. Changing this forces a new resource to be created.
	Plan MonitorPlanOutput `pulumi:"plan"`
	// The name of the Resource Group where the Dynatrace monitor should exist. Changing this forces a new resource to be created.
	ResourceGroupName pulumi.StringOutput `pulumi:"resourceGroupName"`
	// A mapping of tags to assign to the resource.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// User's information. A `user` block as defined below. Chainging this forces a new resource to be created.
	User MonitorUserOutput `pulumi:"user"`
}

Manages Dynatrace monitors.

## Import

Dynatrace monitor can be imported using the `resource id`, e.g.

```sh $ pulumi import azure:dynatrace/monitor:Monitor example /subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/resGroup1/providers/Dynatrace.Observability/monitors/monitor1 ```

func GetMonitor

func GetMonitor(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *MonitorState, opts ...pulumi.ResourceOption) (*Monitor, error)

GetMonitor gets an existing Monitor resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewMonitor

func NewMonitor(ctx *pulumi.Context,
	name string, args *MonitorArgs, opts ...pulumi.ResourceOption) (*Monitor, error)

NewMonitor registers a new resource with the given unique name, arguments, and options.

func (*Monitor) ElementType

func (*Monitor) ElementType() reflect.Type

func (*Monitor) ToMonitorOutput

func (i *Monitor) ToMonitorOutput() MonitorOutput

func (*Monitor) ToMonitorOutputWithContext

func (i *Monitor) ToMonitorOutputWithContext(ctx context.Context) MonitorOutput

type MonitorArgs

type MonitorArgs struct {
	// The kind of managed identity assigned to this resource.  A `identity` block as defined below.
	Identity MonitorIdentityInput
	// The Azure Region where the Dynatrace monitor should exist. Changing this forces a new resource to be created.
	Location pulumi.StringPtrInput
	// Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state. Possible values are `Active` and `Suspended`.
	MarketplaceSubscription pulumi.StringInput
	// Flag specifying if the resource monitoring is enabled or disabled. Default is `true`.
	MonitoringEnabled pulumi.BoolPtrInput
	// Name of the Dynatrace monitor. Changing this forces a new resource to be created.
	Name pulumi.StringPtrInput
	// Billing plan information. A `plan` block as defined below. Changing this forces a new resource to be created.
	Plan MonitorPlanInput
	// The name of the Resource Group where the Dynatrace monitor should exist. Changing this forces a new resource to be created.
	ResourceGroupName pulumi.StringInput
	// A mapping of tags to assign to the resource.
	Tags pulumi.StringMapInput
	// User's information. A `user` block as defined below. Chainging this forces a new resource to be created.
	User MonitorUserInput
}

The set of arguments for constructing a Monitor resource.

func (MonitorArgs) ElementType

func (MonitorArgs) ElementType() reflect.Type

type MonitorArray

type MonitorArray []MonitorInput

func (MonitorArray) ElementType

func (MonitorArray) ElementType() reflect.Type

func (MonitorArray) ToMonitorArrayOutput

func (i MonitorArray) ToMonitorArrayOutput() MonitorArrayOutput

func (MonitorArray) ToMonitorArrayOutputWithContext

func (i MonitorArray) ToMonitorArrayOutputWithContext(ctx context.Context) MonitorArrayOutput

type MonitorArrayInput

type MonitorArrayInput interface {
	pulumi.Input

	ToMonitorArrayOutput() MonitorArrayOutput
	ToMonitorArrayOutputWithContext(context.Context) MonitorArrayOutput
}

MonitorArrayInput is an input type that accepts MonitorArray and MonitorArrayOutput values. You can construct a concrete instance of `MonitorArrayInput` via:

MonitorArray{ MonitorArgs{...} }

type MonitorArrayOutput

type MonitorArrayOutput struct{ *pulumi.OutputState }

func (MonitorArrayOutput) ElementType

func (MonitorArrayOutput) ElementType() reflect.Type

func (MonitorArrayOutput) Index

func (MonitorArrayOutput) ToMonitorArrayOutput

func (o MonitorArrayOutput) ToMonitorArrayOutput() MonitorArrayOutput

func (MonitorArrayOutput) ToMonitorArrayOutputWithContext

func (o MonitorArrayOutput) ToMonitorArrayOutputWithContext(ctx context.Context) MonitorArrayOutput

type MonitorIdentity

type MonitorIdentity struct {
	PrincipalId *string `pulumi:"principalId"`
	TenantId    *string `pulumi:"tenantId"`
	// The type of identity used for the resource. Only possible value is `SystemAssigned`.
	Type string `pulumi:"type"`
}

type MonitorIdentityArgs

type MonitorIdentityArgs struct {
	PrincipalId pulumi.StringPtrInput `pulumi:"principalId"`
	TenantId    pulumi.StringPtrInput `pulumi:"tenantId"`
	// The type of identity used for the resource. Only possible value is `SystemAssigned`.
	Type pulumi.StringInput `pulumi:"type"`
}

func (MonitorIdentityArgs) ElementType

func (MonitorIdentityArgs) ElementType() reflect.Type

func (MonitorIdentityArgs) ToMonitorIdentityOutput

func (i MonitorIdentityArgs) ToMonitorIdentityOutput() MonitorIdentityOutput

func (MonitorIdentityArgs) ToMonitorIdentityOutputWithContext

func (i MonitorIdentityArgs) ToMonitorIdentityOutputWithContext(ctx context.Context) MonitorIdentityOutput

func (MonitorIdentityArgs) ToMonitorIdentityPtrOutput

func (i MonitorIdentityArgs) ToMonitorIdentityPtrOutput() MonitorIdentityPtrOutput

func (MonitorIdentityArgs) ToMonitorIdentityPtrOutputWithContext

func (i MonitorIdentityArgs) ToMonitorIdentityPtrOutputWithContext(ctx context.Context) MonitorIdentityPtrOutput

type MonitorIdentityInput

type MonitorIdentityInput interface {
	pulumi.Input

	ToMonitorIdentityOutput() MonitorIdentityOutput
	ToMonitorIdentityOutputWithContext(context.Context) MonitorIdentityOutput
}

MonitorIdentityInput is an input type that accepts MonitorIdentityArgs and MonitorIdentityOutput values. You can construct a concrete instance of `MonitorIdentityInput` via:

MonitorIdentityArgs{...}

type MonitorIdentityOutput

type MonitorIdentityOutput struct{ *pulumi.OutputState }

func (MonitorIdentityOutput) ElementType

func (MonitorIdentityOutput) ElementType() reflect.Type

func (MonitorIdentityOutput) PrincipalId

func (MonitorIdentityOutput) TenantId

func (MonitorIdentityOutput) ToMonitorIdentityOutput

func (o MonitorIdentityOutput) ToMonitorIdentityOutput() MonitorIdentityOutput

func (MonitorIdentityOutput) ToMonitorIdentityOutputWithContext

func (o MonitorIdentityOutput) ToMonitorIdentityOutputWithContext(ctx context.Context) MonitorIdentityOutput

func (MonitorIdentityOutput) ToMonitorIdentityPtrOutput

func (o MonitorIdentityOutput) ToMonitorIdentityPtrOutput() MonitorIdentityPtrOutput

func (MonitorIdentityOutput) ToMonitorIdentityPtrOutputWithContext

func (o MonitorIdentityOutput) ToMonitorIdentityPtrOutputWithContext(ctx context.Context) MonitorIdentityPtrOutput

func (MonitorIdentityOutput) Type

The type of identity used for the resource. Only possible value is `SystemAssigned`.

type MonitorIdentityPtrInput

type MonitorIdentityPtrInput interface {
	pulumi.Input

	ToMonitorIdentityPtrOutput() MonitorIdentityPtrOutput
	ToMonitorIdentityPtrOutputWithContext(context.Context) MonitorIdentityPtrOutput
}

MonitorIdentityPtrInput is an input type that accepts MonitorIdentityArgs, MonitorIdentityPtr and MonitorIdentityPtrOutput values. You can construct a concrete instance of `MonitorIdentityPtrInput` via:

        MonitorIdentityArgs{...}

or:

        nil

type MonitorIdentityPtrOutput

type MonitorIdentityPtrOutput struct{ *pulumi.OutputState }

func (MonitorIdentityPtrOutput) Elem

func (MonitorIdentityPtrOutput) ElementType

func (MonitorIdentityPtrOutput) ElementType() reflect.Type

func (MonitorIdentityPtrOutput) PrincipalId

func (MonitorIdentityPtrOutput) TenantId

func (MonitorIdentityPtrOutput) ToMonitorIdentityPtrOutput

func (o MonitorIdentityPtrOutput) ToMonitorIdentityPtrOutput() MonitorIdentityPtrOutput

func (MonitorIdentityPtrOutput) ToMonitorIdentityPtrOutputWithContext

func (o MonitorIdentityPtrOutput) ToMonitorIdentityPtrOutputWithContext(ctx context.Context) MonitorIdentityPtrOutput

func (MonitorIdentityPtrOutput) Type

The type of identity used for the resource. Only possible value is `SystemAssigned`.

type MonitorInput

type MonitorInput interface {
	pulumi.Input

	ToMonitorOutput() MonitorOutput
	ToMonitorOutputWithContext(ctx context.Context) MonitorOutput
}

type MonitorMap

type MonitorMap map[string]MonitorInput

func (MonitorMap) ElementType

func (MonitorMap) ElementType() reflect.Type

func (MonitorMap) ToMonitorMapOutput

func (i MonitorMap) ToMonitorMapOutput() MonitorMapOutput

func (MonitorMap) ToMonitorMapOutputWithContext

func (i MonitorMap) ToMonitorMapOutputWithContext(ctx context.Context) MonitorMapOutput

type MonitorMapInput

type MonitorMapInput interface {
	pulumi.Input

	ToMonitorMapOutput() MonitorMapOutput
	ToMonitorMapOutputWithContext(context.Context) MonitorMapOutput
}

MonitorMapInput is an input type that accepts MonitorMap and MonitorMapOutput values. You can construct a concrete instance of `MonitorMapInput` via:

MonitorMap{ "key": MonitorArgs{...} }

type MonitorMapOutput

type MonitorMapOutput struct{ *pulumi.OutputState }

func (MonitorMapOutput) ElementType

func (MonitorMapOutput) ElementType() reflect.Type

func (MonitorMapOutput) MapIndex

func (MonitorMapOutput) ToMonitorMapOutput

func (o MonitorMapOutput) ToMonitorMapOutput() MonitorMapOutput

func (MonitorMapOutput) ToMonitorMapOutputWithContext

func (o MonitorMapOutput) ToMonitorMapOutputWithContext(ctx context.Context) MonitorMapOutput

type MonitorOutput

type MonitorOutput struct{ *pulumi.OutputState }

func (MonitorOutput) ElementType

func (MonitorOutput) ElementType() reflect.Type

func (MonitorOutput) Identity

func (o MonitorOutput) Identity() MonitorIdentityOutput

The kind of managed identity assigned to this resource. A `identity` block as defined below.

func (MonitorOutput) Location

func (o MonitorOutput) Location() pulumi.StringOutput

The Azure Region where the Dynatrace monitor should exist. Changing this forces a new resource to be created.

func (MonitorOutput) MarketplaceSubscription

func (o MonitorOutput) MarketplaceSubscription() pulumi.StringOutput

Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state. Possible values are `Active` and `Suspended`.

func (MonitorOutput) MonitoringEnabled

func (o MonitorOutput) MonitoringEnabled() pulumi.BoolPtrOutput

Flag specifying if the resource monitoring is enabled or disabled. Default is `true`.

func (MonitorOutput) Name

Name of the Dynatrace monitor. Changing this forces a new resource to be created.

func (MonitorOutput) Plan

Billing plan information. A `plan` block as defined below. Changing this forces a new resource to be created.

func (MonitorOutput) ResourceGroupName

func (o MonitorOutput) ResourceGroupName() pulumi.StringOutput

The name of the Resource Group where the Dynatrace monitor should exist. Changing this forces a new resource to be created.

func (MonitorOutput) Tags

A mapping of tags to assign to the resource.

func (MonitorOutput) ToMonitorOutput

func (o MonitorOutput) ToMonitorOutput() MonitorOutput

func (MonitorOutput) ToMonitorOutputWithContext

func (o MonitorOutput) ToMonitorOutputWithContext(ctx context.Context) MonitorOutput

func (MonitorOutput) User

User's information. A `user` block as defined below. Chainging this forces a new resource to be created.

type MonitorPlan

type MonitorPlan struct {
	// Different billing cycles. Possible values are `MONTHLY` and `WEEKLY`.
	BillingCycle *string `pulumi:"billingCycle"`
	// Date when plan was applied.
	EffectiveDate *string `pulumi:"effectiveDate"`
	// Plan id as published by Dynatrace.
	Plan string `pulumi:"plan"`
	// Different usage type. Possible values are `PAYG` and `COMMITTED`.
	UsageType *string `pulumi:"usageType"`
}

type MonitorPlanArgs

type MonitorPlanArgs struct {
	// Different billing cycles. Possible values are `MONTHLY` and `WEEKLY`.
	BillingCycle pulumi.StringPtrInput `pulumi:"billingCycle"`
	// Date when plan was applied.
	EffectiveDate pulumi.StringPtrInput `pulumi:"effectiveDate"`
	// Plan id as published by Dynatrace.
	Plan pulumi.StringInput `pulumi:"plan"`
	// Different usage type. Possible values are `PAYG` and `COMMITTED`.
	UsageType pulumi.StringPtrInput `pulumi:"usageType"`
}

func (MonitorPlanArgs) ElementType

func (MonitorPlanArgs) ElementType() reflect.Type

func (MonitorPlanArgs) ToMonitorPlanOutput

func (i MonitorPlanArgs) ToMonitorPlanOutput() MonitorPlanOutput

func (MonitorPlanArgs) ToMonitorPlanOutputWithContext

func (i MonitorPlanArgs) ToMonitorPlanOutputWithContext(ctx context.Context) MonitorPlanOutput

func (MonitorPlanArgs) ToMonitorPlanPtrOutput

func (i MonitorPlanArgs) ToMonitorPlanPtrOutput() MonitorPlanPtrOutput

func (MonitorPlanArgs) ToMonitorPlanPtrOutputWithContext

func (i MonitorPlanArgs) ToMonitorPlanPtrOutputWithContext(ctx context.Context) MonitorPlanPtrOutput

type MonitorPlanInput

type MonitorPlanInput interface {
	pulumi.Input

	ToMonitorPlanOutput() MonitorPlanOutput
	ToMonitorPlanOutputWithContext(context.Context) MonitorPlanOutput
}

MonitorPlanInput is an input type that accepts MonitorPlanArgs and MonitorPlanOutput values. You can construct a concrete instance of `MonitorPlanInput` via:

MonitorPlanArgs{...}

type MonitorPlanOutput

type MonitorPlanOutput struct{ *pulumi.OutputState }

func (MonitorPlanOutput) BillingCycle

func (o MonitorPlanOutput) BillingCycle() pulumi.StringPtrOutput

Different billing cycles. Possible values are `MONTHLY` and `WEEKLY`.

func (MonitorPlanOutput) EffectiveDate

func (o MonitorPlanOutput) EffectiveDate() pulumi.StringPtrOutput

Date when plan was applied.

func (MonitorPlanOutput) ElementType

func (MonitorPlanOutput) ElementType() reflect.Type

func (MonitorPlanOutput) Plan

Plan id as published by Dynatrace.

func (MonitorPlanOutput) ToMonitorPlanOutput

func (o MonitorPlanOutput) ToMonitorPlanOutput() MonitorPlanOutput

func (MonitorPlanOutput) ToMonitorPlanOutputWithContext

func (o MonitorPlanOutput) ToMonitorPlanOutputWithContext(ctx context.Context) MonitorPlanOutput

func (MonitorPlanOutput) ToMonitorPlanPtrOutput

func (o MonitorPlanOutput) ToMonitorPlanPtrOutput() MonitorPlanPtrOutput

func (MonitorPlanOutput) ToMonitorPlanPtrOutputWithContext

func (o MonitorPlanOutput) ToMonitorPlanPtrOutputWithContext(ctx context.Context) MonitorPlanPtrOutput

func (MonitorPlanOutput) UsageType

Different usage type. Possible values are `PAYG` and `COMMITTED`.

type MonitorPlanPtrInput

type MonitorPlanPtrInput interface {
	pulumi.Input

	ToMonitorPlanPtrOutput() MonitorPlanPtrOutput
	ToMonitorPlanPtrOutputWithContext(context.Context) MonitorPlanPtrOutput
}

MonitorPlanPtrInput is an input type that accepts MonitorPlanArgs, MonitorPlanPtr and MonitorPlanPtrOutput values. You can construct a concrete instance of `MonitorPlanPtrInput` via:

        MonitorPlanArgs{...}

or:

        nil

func MonitorPlanPtr

func MonitorPlanPtr(v *MonitorPlanArgs) MonitorPlanPtrInput

type MonitorPlanPtrOutput

type MonitorPlanPtrOutput struct{ *pulumi.OutputState }

func (MonitorPlanPtrOutput) BillingCycle

func (o MonitorPlanPtrOutput) BillingCycle() pulumi.StringPtrOutput

Different billing cycles. Possible values are `MONTHLY` and `WEEKLY`.

func (MonitorPlanPtrOutput) EffectiveDate

func (o MonitorPlanPtrOutput) EffectiveDate() pulumi.StringPtrOutput

Date when plan was applied.

func (MonitorPlanPtrOutput) Elem

func (MonitorPlanPtrOutput) ElementType

func (MonitorPlanPtrOutput) ElementType() reflect.Type

func (MonitorPlanPtrOutput) Plan

Plan id as published by Dynatrace.

func (MonitorPlanPtrOutput) ToMonitorPlanPtrOutput

func (o MonitorPlanPtrOutput) ToMonitorPlanPtrOutput() MonitorPlanPtrOutput

func (MonitorPlanPtrOutput) ToMonitorPlanPtrOutputWithContext

func (o MonitorPlanPtrOutput) ToMonitorPlanPtrOutputWithContext(ctx context.Context) MonitorPlanPtrOutput

func (MonitorPlanPtrOutput) UsageType

Different usage type. Possible values are `PAYG` and `COMMITTED`.

type MonitorState

type MonitorState struct {
	// The kind of managed identity assigned to this resource.  A `identity` block as defined below.
	Identity MonitorIdentityPtrInput
	// The Azure Region where the Dynatrace monitor should exist. Changing this forces a new resource to be created.
	Location pulumi.StringPtrInput
	// Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state. Possible values are `Active` and `Suspended`.
	MarketplaceSubscription pulumi.StringPtrInput
	// Flag specifying if the resource monitoring is enabled or disabled. Default is `true`.
	MonitoringEnabled pulumi.BoolPtrInput
	// Name of the Dynatrace monitor. Changing this forces a new resource to be created.
	Name pulumi.StringPtrInput
	// Billing plan information. A `plan` block as defined below. Changing this forces a new resource to be created.
	Plan MonitorPlanPtrInput
	// The name of the Resource Group where the Dynatrace monitor should exist. Changing this forces a new resource to be created.
	ResourceGroupName pulumi.StringPtrInput
	// A mapping of tags to assign to the resource.
	Tags pulumi.StringMapInput
	// User's information. A `user` block as defined below. Chainging this forces a new resource to be created.
	User MonitorUserPtrInput
}

func (MonitorState) ElementType

func (MonitorState) ElementType() reflect.Type

type MonitorUser

type MonitorUser struct {
	// Country of the user.
	Country string `pulumi:"country"`
	// Email of the user used by Dynatrace for contacting them if needed.
	Email string `pulumi:"email"`
	// First name of the user.
	FirstName string `pulumi:"firstName"`
	// Last name of the user.
	LastName string `pulumi:"lastName"`
	// phone number of the user by Dynatrace for contacting them if needed.
	PhoneNumber string `pulumi:"phoneNumber"`
}

type MonitorUserArgs

type MonitorUserArgs struct {
	// Country of the user.
	Country pulumi.StringInput `pulumi:"country"`
	// Email of the user used by Dynatrace for contacting them if needed.
	Email pulumi.StringInput `pulumi:"email"`
	// First name of the user.
	FirstName pulumi.StringInput `pulumi:"firstName"`
	// Last name of the user.
	LastName pulumi.StringInput `pulumi:"lastName"`
	// phone number of the user by Dynatrace for contacting them if needed.
	PhoneNumber pulumi.StringInput `pulumi:"phoneNumber"`
}

func (MonitorUserArgs) ElementType

func (MonitorUserArgs) ElementType() reflect.Type

func (MonitorUserArgs) ToMonitorUserOutput

func (i MonitorUserArgs) ToMonitorUserOutput() MonitorUserOutput

func (MonitorUserArgs) ToMonitorUserOutputWithContext

func (i MonitorUserArgs) ToMonitorUserOutputWithContext(ctx context.Context) MonitorUserOutput

func (MonitorUserArgs) ToMonitorUserPtrOutput

func (i MonitorUserArgs) ToMonitorUserPtrOutput() MonitorUserPtrOutput

func (MonitorUserArgs) ToMonitorUserPtrOutputWithContext

func (i MonitorUserArgs) ToMonitorUserPtrOutputWithContext(ctx context.Context) MonitorUserPtrOutput

type MonitorUserInput

type MonitorUserInput interface {
	pulumi.Input

	ToMonitorUserOutput() MonitorUserOutput
	ToMonitorUserOutputWithContext(context.Context) MonitorUserOutput
}

MonitorUserInput is an input type that accepts MonitorUserArgs and MonitorUserOutput values. You can construct a concrete instance of `MonitorUserInput` via:

MonitorUserArgs{...}

type MonitorUserOutput

type MonitorUserOutput struct{ *pulumi.OutputState }

func (MonitorUserOutput) Country

Country of the user.

func (MonitorUserOutput) ElementType

func (MonitorUserOutput) ElementType() reflect.Type

func (MonitorUserOutput) Email

Email of the user used by Dynatrace for contacting them if needed.

func (MonitorUserOutput) FirstName

func (o MonitorUserOutput) FirstName() pulumi.StringOutput

First name of the user.

func (MonitorUserOutput) LastName

func (o MonitorUserOutput) LastName() pulumi.StringOutput

Last name of the user.

func (MonitorUserOutput) PhoneNumber

func (o MonitorUserOutput) PhoneNumber() pulumi.StringOutput

phone number of the user by Dynatrace for contacting them if needed.

func (MonitorUserOutput) ToMonitorUserOutput

func (o MonitorUserOutput) ToMonitorUserOutput() MonitorUserOutput

func (MonitorUserOutput) ToMonitorUserOutputWithContext

func (o MonitorUserOutput) ToMonitorUserOutputWithContext(ctx context.Context) MonitorUserOutput

func (MonitorUserOutput) ToMonitorUserPtrOutput

func (o MonitorUserOutput) ToMonitorUserPtrOutput() MonitorUserPtrOutput

func (MonitorUserOutput) ToMonitorUserPtrOutputWithContext

func (o MonitorUserOutput) ToMonitorUserPtrOutputWithContext(ctx context.Context) MonitorUserPtrOutput

type MonitorUserPtrInput

type MonitorUserPtrInput interface {
	pulumi.Input

	ToMonitorUserPtrOutput() MonitorUserPtrOutput
	ToMonitorUserPtrOutputWithContext(context.Context) MonitorUserPtrOutput
}

MonitorUserPtrInput is an input type that accepts MonitorUserArgs, MonitorUserPtr and MonitorUserPtrOutput values. You can construct a concrete instance of `MonitorUserPtrInput` via:

        MonitorUserArgs{...}

or:

        nil

func MonitorUserPtr

func MonitorUserPtr(v *MonitorUserArgs) MonitorUserPtrInput

type MonitorUserPtrOutput

type MonitorUserPtrOutput struct{ *pulumi.OutputState }

func (MonitorUserPtrOutput) Country

Country of the user.

func (MonitorUserPtrOutput) Elem

func (MonitorUserPtrOutput) ElementType

func (MonitorUserPtrOutput) ElementType() reflect.Type

func (MonitorUserPtrOutput) Email

Email of the user used by Dynatrace for contacting them if needed.

func (MonitorUserPtrOutput) FirstName

First name of the user.

func (MonitorUserPtrOutput) LastName

Last name of the user.

func (MonitorUserPtrOutput) PhoneNumber

phone number of the user by Dynatrace for contacting them if needed.

func (MonitorUserPtrOutput) ToMonitorUserPtrOutput

func (o MonitorUserPtrOutput) ToMonitorUserPtrOutput() MonitorUserPtrOutput

func (MonitorUserPtrOutput) ToMonitorUserPtrOutputWithContext

func (o MonitorUserPtrOutput) ToMonitorUserPtrOutputWithContext(ctx context.Context) MonitorUserPtrOutput

type TagRules added in v6.15.0

type TagRules struct {
	pulumi.CustomResourceState

	// Set of rules for sending logs for the Monitor resource. Changing this forces a new resource to be created. A `logRule` block as defined below.
	LogRule TagRulesLogRulePtrOutput `pulumi:"logRule"`
	// Set of rules for sending metrics for the Monitor resource. Changing this forces a new resource to be created. A `metricRule` block as defined below.
	MetricRule TagRulesMetricRulePtrOutput `pulumi:"metricRule"`
	// Name of the Dynatrace monitor. Changing this forces a new resource to be created.
	MonitorId pulumi.StringOutput `pulumi:"monitorId"`
	// Name of the Dynatrace tag rules. Currently, the only supported value is `default`. Changing this forces a new resource to be created.
	Name pulumi.StringOutput `pulumi:"name"`
}

Manages Dynatrace tag rules.

## Import

Dynatrace tag rules can be imported using the `resource id`, e.g.

```sh $ pulumi import azure:dynatrace/tagRules:TagRules example /subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/resGroup1/providers/Dynatrace.Observability/monitors/monitor1/tagRules/tagRules1 ```

func GetTagRules added in v6.15.0

func GetTagRules(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *TagRulesState, opts ...pulumi.ResourceOption) (*TagRules, error)

GetTagRules gets an existing TagRules resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewTagRules added in v6.15.0

func NewTagRules(ctx *pulumi.Context,
	name string, args *TagRulesArgs, opts ...pulumi.ResourceOption) (*TagRules, error)

NewTagRules registers a new resource with the given unique name, arguments, and options.

func (*TagRules) ElementType added in v6.15.0

func (*TagRules) ElementType() reflect.Type

func (*TagRules) ToTagRulesOutput added in v6.15.0

func (i *TagRules) ToTagRulesOutput() TagRulesOutput

func (*TagRules) ToTagRulesOutputWithContext added in v6.15.0

func (i *TagRules) ToTagRulesOutputWithContext(ctx context.Context) TagRulesOutput

type TagRulesArgs added in v6.15.0

type TagRulesArgs struct {
	// Set of rules for sending logs for the Monitor resource. Changing this forces a new resource to be created. A `logRule` block as defined below.
	LogRule TagRulesLogRulePtrInput
	// Set of rules for sending metrics for the Monitor resource. Changing this forces a new resource to be created. A `metricRule` block as defined below.
	MetricRule TagRulesMetricRulePtrInput
	// Name of the Dynatrace monitor. Changing this forces a new resource to be created.
	MonitorId pulumi.StringInput
	// Name of the Dynatrace tag rules. Currently, the only supported value is `default`. Changing this forces a new resource to be created.
	Name pulumi.StringPtrInput
}

The set of arguments for constructing a TagRules resource.

func (TagRulesArgs) ElementType added in v6.15.0

func (TagRulesArgs) ElementType() reflect.Type

type TagRulesArray added in v6.15.0

type TagRulesArray []TagRulesInput

func (TagRulesArray) ElementType added in v6.15.0

func (TagRulesArray) ElementType() reflect.Type

func (TagRulesArray) ToTagRulesArrayOutput added in v6.15.0

func (i TagRulesArray) ToTagRulesArrayOutput() TagRulesArrayOutput

func (TagRulesArray) ToTagRulesArrayOutputWithContext added in v6.15.0

func (i TagRulesArray) ToTagRulesArrayOutputWithContext(ctx context.Context) TagRulesArrayOutput

type TagRulesArrayInput added in v6.15.0

type TagRulesArrayInput interface {
	pulumi.Input

	ToTagRulesArrayOutput() TagRulesArrayOutput
	ToTagRulesArrayOutputWithContext(context.Context) TagRulesArrayOutput
}

TagRulesArrayInput is an input type that accepts TagRulesArray and TagRulesArrayOutput values. You can construct a concrete instance of `TagRulesArrayInput` via:

TagRulesArray{ TagRulesArgs{...} }

type TagRulesArrayOutput added in v6.15.0

type TagRulesArrayOutput struct{ *pulumi.OutputState }

func (TagRulesArrayOutput) ElementType added in v6.15.0

func (TagRulesArrayOutput) ElementType() reflect.Type

func (TagRulesArrayOutput) Index added in v6.15.0

func (TagRulesArrayOutput) ToTagRulesArrayOutput added in v6.15.0

func (o TagRulesArrayOutput) ToTagRulesArrayOutput() TagRulesArrayOutput

func (TagRulesArrayOutput) ToTagRulesArrayOutputWithContext added in v6.15.0

func (o TagRulesArrayOutput) ToTagRulesArrayOutputWithContext(ctx context.Context) TagRulesArrayOutput

type TagRulesInput added in v6.15.0

type TagRulesInput interface {
	pulumi.Input

	ToTagRulesOutput() TagRulesOutput
	ToTagRulesOutputWithContext(ctx context.Context) TagRulesOutput
}

type TagRulesLogRule added in v6.15.0

type TagRulesLogRule struct {
	// Filtering tag for the log rule. A `filteringTag` block as defined below. Changing this forces a new resource to be created.
	FilteringTags []TagRulesLogRuleFilteringTag `pulumi:"filteringTags"`
	// Send Activity logs. The default value is `false`. Changing this forces a new resource to be created.
	SendActivityLogsEnabled *bool `pulumi:"sendActivityLogsEnabled"`
	// Send Azure Active Directory logs. The default value is `false`. Changing this forces a new resource to be created.
	SendAzureActiveDirectoryLogsEnabled *bool `pulumi:"sendAzureActiveDirectoryLogsEnabled"`
	// Send Subscription logs. The default value is `false`. Changing this forces a new resource to be created.
	SendSubscriptionLogsEnabled *bool `pulumi:"sendSubscriptionLogsEnabled"`
}

type TagRulesLogRuleArgs added in v6.15.0

type TagRulesLogRuleArgs struct {
	// Filtering tag for the log rule. A `filteringTag` block as defined below. Changing this forces a new resource to be created.
	FilteringTags TagRulesLogRuleFilteringTagArrayInput `pulumi:"filteringTags"`
	// Send Activity logs. The default value is `false`. Changing this forces a new resource to be created.
	SendActivityLogsEnabled pulumi.BoolPtrInput `pulumi:"sendActivityLogsEnabled"`
	// Send Azure Active Directory logs. The default value is `false`. Changing this forces a new resource to be created.
	SendAzureActiveDirectoryLogsEnabled pulumi.BoolPtrInput `pulumi:"sendAzureActiveDirectoryLogsEnabled"`
	// Send Subscription logs. The default value is `false`. Changing this forces a new resource to be created.
	SendSubscriptionLogsEnabled pulumi.BoolPtrInput `pulumi:"sendSubscriptionLogsEnabled"`
}

func (TagRulesLogRuleArgs) ElementType added in v6.15.0

func (TagRulesLogRuleArgs) ElementType() reflect.Type

func (TagRulesLogRuleArgs) ToTagRulesLogRuleOutput added in v6.15.0

func (i TagRulesLogRuleArgs) ToTagRulesLogRuleOutput() TagRulesLogRuleOutput

func (TagRulesLogRuleArgs) ToTagRulesLogRuleOutputWithContext added in v6.15.0

func (i TagRulesLogRuleArgs) ToTagRulesLogRuleOutputWithContext(ctx context.Context) TagRulesLogRuleOutput

func (TagRulesLogRuleArgs) ToTagRulesLogRulePtrOutput added in v6.15.0

func (i TagRulesLogRuleArgs) ToTagRulesLogRulePtrOutput() TagRulesLogRulePtrOutput

func (TagRulesLogRuleArgs) ToTagRulesLogRulePtrOutputWithContext added in v6.15.0

func (i TagRulesLogRuleArgs) ToTagRulesLogRulePtrOutputWithContext(ctx context.Context) TagRulesLogRulePtrOutput

type TagRulesLogRuleFilteringTag added in v6.15.0

type TagRulesLogRuleFilteringTag struct {
	// Action of the filtering tag. Possible values are `Include` and `Exclude`. Changing this forces a new resource to be created.
	Action string `pulumi:"action"`
	// Name of the filtering tag. Changing this forces a new resource to be created.
	Name string `pulumi:"name"`
	// Value of the filtering tag. Changing this forces a new resource to be created.
	Value string `pulumi:"value"`
}

type TagRulesLogRuleFilteringTagArgs added in v6.15.0

type TagRulesLogRuleFilteringTagArgs struct {
	// Action of the filtering tag. Possible values are `Include` and `Exclude`. Changing this forces a new resource to be created.
	Action pulumi.StringInput `pulumi:"action"`
	// Name of the filtering tag. Changing this forces a new resource to be created.
	Name pulumi.StringInput `pulumi:"name"`
	// Value of the filtering tag. Changing this forces a new resource to be created.
	Value pulumi.StringInput `pulumi:"value"`
}

func (TagRulesLogRuleFilteringTagArgs) ElementType added in v6.15.0

func (TagRulesLogRuleFilteringTagArgs) ToTagRulesLogRuleFilteringTagOutput added in v6.15.0

func (i TagRulesLogRuleFilteringTagArgs) ToTagRulesLogRuleFilteringTagOutput() TagRulesLogRuleFilteringTagOutput

func (TagRulesLogRuleFilteringTagArgs) ToTagRulesLogRuleFilteringTagOutputWithContext added in v6.15.0

func (i TagRulesLogRuleFilteringTagArgs) ToTagRulesLogRuleFilteringTagOutputWithContext(ctx context.Context) TagRulesLogRuleFilteringTagOutput

type TagRulesLogRuleFilteringTagArray added in v6.15.0

type TagRulesLogRuleFilteringTagArray []TagRulesLogRuleFilteringTagInput

func (TagRulesLogRuleFilteringTagArray) ElementType added in v6.15.0

func (TagRulesLogRuleFilteringTagArray) ToTagRulesLogRuleFilteringTagArrayOutput added in v6.15.0

func (i TagRulesLogRuleFilteringTagArray) ToTagRulesLogRuleFilteringTagArrayOutput() TagRulesLogRuleFilteringTagArrayOutput

func (TagRulesLogRuleFilteringTagArray) ToTagRulesLogRuleFilteringTagArrayOutputWithContext added in v6.15.0

func (i TagRulesLogRuleFilteringTagArray) ToTagRulesLogRuleFilteringTagArrayOutputWithContext(ctx context.Context) TagRulesLogRuleFilteringTagArrayOutput

type TagRulesLogRuleFilteringTagArrayInput added in v6.15.0

type TagRulesLogRuleFilteringTagArrayInput interface {
	pulumi.Input

	ToTagRulesLogRuleFilteringTagArrayOutput() TagRulesLogRuleFilteringTagArrayOutput
	ToTagRulesLogRuleFilteringTagArrayOutputWithContext(context.Context) TagRulesLogRuleFilteringTagArrayOutput
}

TagRulesLogRuleFilteringTagArrayInput is an input type that accepts TagRulesLogRuleFilteringTagArray and TagRulesLogRuleFilteringTagArrayOutput values. You can construct a concrete instance of `TagRulesLogRuleFilteringTagArrayInput` via:

TagRulesLogRuleFilteringTagArray{ TagRulesLogRuleFilteringTagArgs{...} }

type TagRulesLogRuleFilteringTagArrayOutput added in v6.15.0

type TagRulesLogRuleFilteringTagArrayOutput struct{ *pulumi.OutputState }

func (TagRulesLogRuleFilteringTagArrayOutput) ElementType added in v6.15.0

func (TagRulesLogRuleFilteringTagArrayOutput) Index added in v6.15.0

func (TagRulesLogRuleFilteringTagArrayOutput) ToTagRulesLogRuleFilteringTagArrayOutput added in v6.15.0

func (o TagRulesLogRuleFilteringTagArrayOutput) ToTagRulesLogRuleFilteringTagArrayOutput() TagRulesLogRuleFilteringTagArrayOutput

func (TagRulesLogRuleFilteringTagArrayOutput) ToTagRulesLogRuleFilteringTagArrayOutputWithContext added in v6.15.0

func (o TagRulesLogRuleFilteringTagArrayOutput) ToTagRulesLogRuleFilteringTagArrayOutputWithContext(ctx context.Context) TagRulesLogRuleFilteringTagArrayOutput

type TagRulesLogRuleFilteringTagInput added in v6.15.0

type TagRulesLogRuleFilteringTagInput interface {
	pulumi.Input

	ToTagRulesLogRuleFilteringTagOutput() TagRulesLogRuleFilteringTagOutput
	ToTagRulesLogRuleFilteringTagOutputWithContext(context.Context) TagRulesLogRuleFilteringTagOutput
}

TagRulesLogRuleFilteringTagInput is an input type that accepts TagRulesLogRuleFilteringTagArgs and TagRulesLogRuleFilteringTagOutput values. You can construct a concrete instance of `TagRulesLogRuleFilteringTagInput` via:

TagRulesLogRuleFilteringTagArgs{...}

type TagRulesLogRuleFilteringTagOutput added in v6.15.0

type TagRulesLogRuleFilteringTagOutput struct{ *pulumi.OutputState }

func (TagRulesLogRuleFilteringTagOutput) Action added in v6.15.0

Action of the filtering tag. Possible values are `Include` and `Exclude`. Changing this forces a new resource to be created.

func (TagRulesLogRuleFilteringTagOutput) ElementType added in v6.15.0

func (TagRulesLogRuleFilteringTagOutput) Name added in v6.15.0

Name of the filtering tag. Changing this forces a new resource to be created.

func (TagRulesLogRuleFilteringTagOutput) ToTagRulesLogRuleFilteringTagOutput added in v6.15.0

func (o TagRulesLogRuleFilteringTagOutput) ToTagRulesLogRuleFilteringTagOutput() TagRulesLogRuleFilteringTagOutput

func (TagRulesLogRuleFilteringTagOutput) ToTagRulesLogRuleFilteringTagOutputWithContext added in v6.15.0

func (o TagRulesLogRuleFilteringTagOutput) ToTagRulesLogRuleFilteringTagOutputWithContext(ctx context.Context) TagRulesLogRuleFilteringTagOutput

func (TagRulesLogRuleFilteringTagOutput) Value added in v6.15.0

Value of the filtering tag. Changing this forces a new resource to be created.

type TagRulesLogRuleInput added in v6.15.0

type TagRulesLogRuleInput interface {
	pulumi.Input

	ToTagRulesLogRuleOutput() TagRulesLogRuleOutput
	ToTagRulesLogRuleOutputWithContext(context.Context) TagRulesLogRuleOutput
}

TagRulesLogRuleInput is an input type that accepts TagRulesLogRuleArgs and TagRulesLogRuleOutput values. You can construct a concrete instance of `TagRulesLogRuleInput` via:

TagRulesLogRuleArgs{...}

type TagRulesLogRuleOutput added in v6.15.0

type TagRulesLogRuleOutput struct{ *pulumi.OutputState }

func (TagRulesLogRuleOutput) ElementType added in v6.15.0

func (TagRulesLogRuleOutput) ElementType() reflect.Type

func (TagRulesLogRuleOutput) FilteringTags added in v6.15.0

Filtering tag for the log rule. A `filteringTag` block as defined below. Changing this forces a new resource to be created.

func (TagRulesLogRuleOutput) SendActivityLogsEnabled added in v6.15.0

func (o TagRulesLogRuleOutput) SendActivityLogsEnabled() pulumi.BoolPtrOutput

Send Activity logs. The default value is `false`. Changing this forces a new resource to be created.

func (TagRulesLogRuleOutput) SendAzureActiveDirectoryLogsEnabled added in v6.15.0

func (o TagRulesLogRuleOutput) SendAzureActiveDirectoryLogsEnabled() pulumi.BoolPtrOutput

Send Azure Active Directory logs. The default value is `false`. Changing this forces a new resource to be created.

func (TagRulesLogRuleOutput) SendSubscriptionLogsEnabled added in v6.15.0

func (o TagRulesLogRuleOutput) SendSubscriptionLogsEnabled() pulumi.BoolPtrOutput

Send Subscription logs. The default value is `false`. Changing this forces a new resource to be created.

func (TagRulesLogRuleOutput) ToTagRulesLogRuleOutput added in v6.15.0

func (o TagRulesLogRuleOutput) ToTagRulesLogRuleOutput() TagRulesLogRuleOutput

func (TagRulesLogRuleOutput) ToTagRulesLogRuleOutputWithContext added in v6.15.0

func (o TagRulesLogRuleOutput) ToTagRulesLogRuleOutputWithContext(ctx context.Context) TagRulesLogRuleOutput

func (TagRulesLogRuleOutput) ToTagRulesLogRulePtrOutput added in v6.15.0

func (o TagRulesLogRuleOutput) ToTagRulesLogRulePtrOutput() TagRulesLogRulePtrOutput

func (TagRulesLogRuleOutput) ToTagRulesLogRulePtrOutputWithContext added in v6.15.0

func (o TagRulesLogRuleOutput) ToTagRulesLogRulePtrOutputWithContext(ctx context.Context) TagRulesLogRulePtrOutput

type TagRulesLogRulePtrInput added in v6.15.0

type TagRulesLogRulePtrInput interface {
	pulumi.Input

	ToTagRulesLogRulePtrOutput() TagRulesLogRulePtrOutput
	ToTagRulesLogRulePtrOutputWithContext(context.Context) TagRulesLogRulePtrOutput
}

TagRulesLogRulePtrInput is an input type that accepts TagRulesLogRuleArgs, TagRulesLogRulePtr and TagRulesLogRulePtrOutput values. You can construct a concrete instance of `TagRulesLogRulePtrInput` via:

        TagRulesLogRuleArgs{...}

or:

        nil

func TagRulesLogRulePtr added in v6.15.0

func TagRulesLogRulePtr(v *TagRulesLogRuleArgs) TagRulesLogRulePtrInput

type TagRulesLogRulePtrOutput added in v6.15.0

type TagRulesLogRulePtrOutput struct{ *pulumi.OutputState }

func (TagRulesLogRulePtrOutput) Elem added in v6.15.0

func (TagRulesLogRulePtrOutput) ElementType added in v6.15.0

func (TagRulesLogRulePtrOutput) ElementType() reflect.Type

func (TagRulesLogRulePtrOutput) FilteringTags added in v6.15.0

Filtering tag for the log rule. A `filteringTag` block as defined below. Changing this forces a new resource to be created.

func (TagRulesLogRulePtrOutput) SendActivityLogsEnabled added in v6.15.0

func (o TagRulesLogRulePtrOutput) SendActivityLogsEnabled() pulumi.BoolPtrOutput

Send Activity logs. The default value is `false`. Changing this forces a new resource to be created.

func (TagRulesLogRulePtrOutput) SendAzureActiveDirectoryLogsEnabled added in v6.15.0

func (o TagRulesLogRulePtrOutput) SendAzureActiveDirectoryLogsEnabled() pulumi.BoolPtrOutput

Send Azure Active Directory logs. The default value is `false`. Changing this forces a new resource to be created.

func (TagRulesLogRulePtrOutput) SendSubscriptionLogsEnabled added in v6.15.0

func (o TagRulesLogRulePtrOutput) SendSubscriptionLogsEnabled() pulumi.BoolPtrOutput

Send Subscription logs. The default value is `false`. Changing this forces a new resource to be created.

func (TagRulesLogRulePtrOutput) ToTagRulesLogRulePtrOutput added in v6.15.0

func (o TagRulesLogRulePtrOutput) ToTagRulesLogRulePtrOutput() TagRulesLogRulePtrOutput

func (TagRulesLogRulePtrOutput) ToTagRulesLogRulePtrOutputWithContext added in v6.15.0

func (o TagRulesLogRulePtrOutput) ToTagRulesLogRulePtrOutputWithContext(ctx context.Context) TagRulesLogRulePtrOutput

type TagRulesMap added in v6.15.0

type TagRulesMap map[string]TagRulesInput

func (TagRulesMap) ElementType added in v6.15.0

func (TagRulesMap) ElementType() reflect.Type

func (TagRulesMap) ToTagRulesMapOutput added in v6.15.0

func (i TagRulesMap) ToTagRulesMapOutput() TagRulesMapOutput

func (TagRulesMap) ToTagRulesMapOutputWithContext added in v6.15.0

func (i TagRulesMap) ToTagRulesMapOutputWithContext(ctx context.Context) TagRulesMapOutput

type TagRulesMapInput added in v6.15.0

type TagRulesMapInput interface {
	pulumi.Input

	ToTagRulesMapOutput() TagRulesMapOutput
	ToTagRulesMapOutputWithContext(context.Context) TagRulesMapOutput
}

TagRulesMapInput is an input type that accepts TagRulesMap and TagRulesMapOutput values. You can construct a concrete instance of `TagRulesMapInput` via:

TagRulesMap{ "key": TagRulesArgs{...} }

type TagRulesMapOutput added in v6.15.0

type TagRulesMapOutput struct{ *pulumi.OutputState }

func (TagRulesMapOutput) ElementType added in v6.15.0

func (TagRulesMapOutput) ElementType() reflect.Type

func (TagRulesMapOutput) MapIndex added in v6.15.0

func (TagRulesMapOutput) ToTagRulesMapOutput added in v6.15.0

func (o TagRulesMapOutput) ToTagRulesMapOutput() TagRulesMapOutput

func (TagRulesMapOutput) ToTagRulesMapOutputWithContext added in v6.15.0

func (o TagRulesMapOutput) ToTagRulesMapOutputWithContext(ctx context.Context) TagRulesMapOutput

type TagRulesMetricRule added in v6.15.0

type TagRulesMetricRule struct {
	// Filtering tag for the metric rule. A `filteringTag` block as defined below.
	FilteringTags []TagRulesMetricRuleFilteringTag `pulumi:"filteringTags"`
}

type TagRulesMetricRuleArgs added in v6.15.0

type TagRulesMetricRuleArgs struct {
	// Filtering tag for the metric rule. A `filteringTag` block as defined below.
	FilteringTags TagRulesMetricRuleFilteringTagArrayInput `pulumi:"filteringTags"`
}

func (TagRulesMetricRuleArgs) ElementType added in v6.15.0

func (TagRulesMetricRuleArgs) ElementType() reflect.Type

func (TagRulesMetricRuleArgs) ToTagRulesMetricRuleOutput added in v6.15.0

func (i TagRulesMetricRuleArgs) ToTagRulesMetricRuleOutput() TagRulesMetricRuleOutput

func (TagRulesMetricRuleArgs) ToTagRulesMetricRuleOutputWithContext added in v6.15.0

func (i TagRulesMetricRuleArgs) ToTagRulesMetricRuleOutputWithContext(ctx context.Context) TagRulesMetricRuleOutput

func (TagRulesMetricRuleArgs) ToTagRulesMetricRulePtrOutput added in v6.15.0

func (i TagRulesMetricRuleArgs) ToTagRulesMetricRulePtrOutput() TagRulesMetricRulePtrOutput

func (TagRulesMetricRuleArgs) ToTagRulesMetricRulePtrOutputWithContext added in v6.15.0

func (i TagRulesMetricRuleArgs) ToTagRulesMetricRulePtrOutputWithContext(ctx context.Context) TagRulesMetricRulePtrOutput

type TagRulesMetricRuleFilteringTag added in v6.15.0

type TagRulesMetricRuleFilteringTag struct {
	// Action of the filtering tag. Possible values are `Include` and `Exclude`. Changing this forces a new resource to be created.
	Action string `pulumi:"action"`
	// Name of the filtering tag. Changing this forces a new resource to be created.
	Name string `pulumi:"name"`
	// Value of the filtering tag. Changing this forces a new resource to be created.
	Value string `pulumi:"value"`
}

type TagRulesMetricRuleFilteringTagArgs added in v6.15.0

type TagRulesMetricRuleFilteringTagArgs struct {
	// Action of the filtering tag. Possible values are `Include` and `Exclude`. Changing this forces a new resource to be created.
	Action pulumi.StringInput `pulumi:"action"`
	// Name of the filtering tag. Changing this forces a new resource to be created.
	Name pulumi.StringInput `pulumi:"name"`
	// Value of the filtering tag. Changing this forces a new resource to be created.
	Value pulumi.StringInput `pulumi:"value"`
}

func (TagRulesMetricRuleFilteringTagArgs) ElementType added in v6.15.0

func (TagRulesMetricRuleFilteringTagArgs) ToTagRulesMetricRuleFilteringTagOutput added in v6.15.0

func (i TagRulesMetricRuleFilteringTagArgs) ToTagRulesMetricRuleFilteringTagOutput() TagRulesMetricRuleFilteringTagOutput

func (TagRulesMetricRuleFilteringTagArgs) ToTagRulesMetricRuleFilteringTagOutputWithContext added in v6.15.0

func (i TagRulesMetricRuleFilteringTagArgs) ToTagRulesMetricRuleFilteringTagOutputWithContext(ctx context.Context) TagRulesMetricRuleFilteringTagOutput

type TagRulesMetricRuleFilteringTagArray added in v6.15.0

type TagRulesMetricRuleFilteringTagArray []TagRulesMetricRuleFilteringTagInput

func (TagRulesMetricRuleFilteringTagArray) ElementType added in v6.15.0

func (TagRulesMetricRuleFilteringTagArray) ToTagRulesMetricRuleFilteringTagArrayOutput added in v6.15.0

func (i TagRulesMetricRuleFilteringTagArray) ToTagRulesMetricRuleFilteringTagArrayOutput() TagRulesMetricRuleFilteringTagArrayOutput

func (TagRulesMetricRuleFilteringTagArray) ToTagRulesMetricRuleFilteringTagArrayOutputWithContext added in v6.15.0

func (i TagRulesMetricRuleFilteringTagArray) ToTagRulesMetricRuleFilteringTagArrayOutputWithContext(ctx context.Context) TagRulesMetricRuleFilteringTagArrayOutput

type TagRulesMetricRuleFilteringTagArrayInput added in v6.15.0

type TagRulesMetricRuleFilteringTagArrayInput interface {
	pulumi.Input

	ToTagRulesMetricRuleFilteringTagArrayOutput() TagRulesMetricRuleFilteringTagArrayOutput
	ToTagRulesMetricRuleFilteringTagArrayOutputWithContext(context.Context) TagRulesMetricRuleFilteringTagArrayOutput
}

TagRulesMetricRuleFilteringTagArrayInput is an input type that accepts TagRulesMetricRuleFilteringTagArray and TagRulesMetricRuleFilteringTagArrayOutput values. You can construct a concrete instance of `TagRulesMetricRuleFilteringTagArrayInput` via:

TagRulesMetricRuleFilteringTagArray{ TagRulesMetricRuleFilteringTagArgs{...} }

type TagRulesMetricRuleFilteringTagArrayOutput added in v6.15.0

type TagRulesMetricRuleFilteringTagArrayOutput struct{ *pulumi.OutputState }

func (TagRulesMetricRuleFilteringTagArrayOutput) ElementType added in v6.15.0

func (TagRulesMetricRuleFilteringTagArrayOutput) Index added in v6.15.0

func (TagRulesMetricRuleFilteringTagArrayOutput) ToTagRulesMetricRuleFilteringTagArrayOutput added in v6.15.0

func (o TagRulesMetricRuleFilteringTagArrayOutput) ToTagRulesMetricRuleFilteringTagArrayOutput() TagRulesMetricRuleFilteringTagArrayOutput

func (TagRulesMetricRuleFilteringTagArrayOutput) ToTagRulesMetricRuleFilteringTagArrayOutputWithContext added in v6.15.0

func (o TagRulesMetricRuleFilteringTagArrayOutput) ToTagRulesMetricRuleFilteringTagArrayOutputWithContext(ctx context.Context) TagRulesMetricRuleFilteringTagArrayOutput

type TagRulesMetricRuleFilteringTagInput added in v6.15.0

type TagRulesMetricRuleFilteringTagInput interface {
	pulumi.Input

	ToTagRulesMetricRuleFilteringTagOutput() TagRulesMetricRuleFilteringTagOutput
	ToTagRulesMetricRuleFilteringTagOutputWithContext(context.Context) TagRulesMetricRuleFilteringTagOutput
}

TagRulesMetricRuleFilteringTagInput is an input type that accepts TagRulesMetricRuleFilteringTagArgs and TagRulesMetricRuleFilteringTagOutput values. You can construct a concrete instance of `TagRulesMetricRuleFilteringTagInput` via:

TagRulesMetricRuleFilteringTagArgs{...}

type TagRulesMetricRuleFilteringTagOutput added in v6.15.0

type TagRulesMetricRuleFilteringTagOutput struct{ *pulumi.OutputState }

func (TagRulesMetricRuleFilteringTagOutput) Action added in v6.15.0

Action of the filtering tag. Possible values are `Include` and `Exclude`. Changing this forces a new resource to be created.

func (TagRulesMetricRuleFilteringTagOutput) ElementType added in v6.15.0

func (TagRulesMetricRuleFilteringTagOutput) Name added in v6.15.0

Name of the filtering tag. Changing this forces a new resource to be created.

func (TagRulesMetricRuleFilteringTagOutput) ToTagRulesMetricRuleFilteringTagOutput added in v6.15.0

func (o TagRulesMetricRuleFilteringTagOutput) ToTagRulesMetricRuleFilteringTagOutput() TagRulesMetricRuleFilteringTagOutput

func (TagRulesMetricRuleFilteringTagOutput) ToTagRulesMetricRuleFilteringTagOutputWithContext added in v6.15.0

func (o TagRulesMetricRuleFilteringTagOutput) ToTagRulesMetricRuleFilteringTagOutputWithContext(ctx context.Context) TagRulesMetricRuleFilteringTagOutput

func (TagRulesMetricRuleFilteringTagOutput) Value added in v6.15.0

Value of the filtering tag. Changing this forces a new resource to be created.

type TagRulesMetricRuleInput added in v6.15.0

type TagRulesMetricRuleInput interface {
	pulumi.Input

	ToTagRulesMetricRuleOutput() TagRulesMetricRuleOutput
	ToTagRulesMetricRuleOutputWithContext(context.Context) TagRulesMetricRuleOutput
}

TagRulesMetricRuleInput is an input type that accepts TagRulesMetricRuleArgs and TagRulesMetricRuleOutput values. You can construct a concrete instance of `TagRulesMetricRuleInput` via:

TagRulesMetricRuleArgs{...}

type TagRulesMetricRuleOutput added in v6.15.0

type TagRulesMetricRuleOutput struct{ *pulumi.OutputState }

func (TagRulesMetricRuleOutput) ElementType added in v6.15.0

func (TagRulesMetricRuleOutput) ElementType() reflect.Type

func (TagRulesMetricRuleOutput) FilteringTags added in v6.15.0

Filtering tag for the metric rule. A `filteringTag` block as defined below.

func (TagRulesMetricRuleOutput) ToTagRulesMetricRuleOutput added in v6.15.0

func (o TagRulesMetricRuleOutput) ToTagRulesMetricRuleOutput() TagRulesMetricRuleOutput

func (TagRulesMetricRuleOutput) ToTagRulesMetricRuleOutputWithContext added in v6.15.0

func (o TagRulesMetricRuleOutput) ToTagRulesMetricRuleOutputWithContext(ctx context.Context) TagRulesMetricRuleOutput

func (TagRulesMetricRuleOutput) ToTagRulesMetricRulePtrOutput added in v6.15.0

func (o TagRulesMetricRuleOutput) ToTagRulesMetricRulePtrOutput() TagRulesMetricRulePtrOutput

func (TagRulesMetricRuleOutput) ToTagRulesMetricRulePtrOutputWithContext added in v6.15.0

func (o TagRulesMetricRuleOutput) ToTagRulesMetricRulePtrOutputWithContext(ctx context.Context) TagRulesMetricRulePtrOutput

type TagRulesMetricRulePtrInput added in v6.15.0

type TagRulesMetricRulePtrInput interface {
	pulumi.Input

	ToTagRulesMetricRulePtrOutput() TagRulesMetricRulePtrOutput
	ToTagRulesMetricRulePtrOutputWithContext(context.Context) TagRulesMetricRulePtrOutput
}

TagRulesMetricRulePtrInput is an input type that accepts TagRulesMetricRuleArgs, TagRulesMetricRulePtr and TagRulesMetricRulePtrOutput values. You can construct a concrete instance of `TagRulesMetricRulePtrInput` via:

        TagRulesMetricRuleArgs{...}

or:

        nil

func TagRulesMetricRulePtr added in v6.15.0

func TagRulesMetricRulePtr(v *TagRulesMetricRuleArgs) TagRulesMetricRulePtrInput

type TagRulesMetricRulePtrOutput added in v6.15.0

type TagRulesMetricRulePtrOutput struct{ *pulumi.OutputState }

func (TagRulesMetricRulePtrOutput) Elem added in v6.15.0

func (TagRulesMetricRulePtrOutput) ElementType added in v6.15.0

func (TagRulesMetricRulePtrOutput) FilteringTags added in v6.15.0

Filtering tag for the metric rule. A `filteringTag` block as defined below.

func (TagRulesMetricRulePtrOutput) ToTagRulesMetricRulePtrOutput added in v6.15.0

func (o TagRulesMetricRulePtrOutput) ToTagRulesMetricRulePtrOutput() TagRulesMetricRulePtrOutput

func (TagRulesMetricRulePtrOutput) ToTagRulesMetricRulePtrOutputWithContext added in v6.15.0

func (o TagRulesMetricRulePtrOutput) ToTagRulesMetricRulePtrOutputWithContext(ctx context.Context) TagRulesMetricRulePtrOutput

type TagRulesOutput added in v6.15.0

type TagRulesOutput struct{ *pulumi.OutputState }

func (TagRulesOutput) ElementType added in v6.15.0

func (TagRulesOutput) ElementType() reflect.Type

func (TagRulesOutput) LogRule added in v6.15.0

Set of rules for sending logs for the Monitor resource. Changing this forces a new resource to be created. A `logRule` block as defined below.

func (TagRulesOutput) MetricRule added in v6.15.0

Set of rules for sending metrics for the Monitor resource. Changing this forces a new resource to be created. A `metricRule` block as defined below.

func (TagRulesOutput) MonitorId added in v6.15.0

func (o TagRulesOutput) MonitorId() pulumi.StringOutput

Name of the Dynatrace monitor. Changing this forces a new resource to be created.

func (TagRulesOutput) Name added in v6.15.0

Name of the Dynatrace tag rules. Currently, the only supported value is `default`. Changing this forces a new resource to be created.

func (TagRulesOutput) ToTagRulesOutput added in v6.15.0

func (o TagRulesOutput) ToTagRulesOutput() TagRulesOutput

func (TagRulesOutput) ToTagRulesOutputWithContext added in v6.15.0

func (o TagRulesOutput) ToTagRulesOutputWithContext(ctx context.Context) TagRulesOutput

type TagRulesState added in v6.15.0

type TagRulesState struct {
	// Set of rules for sending logs for the Monitor resource. Changing this forces a new resource to be created. A `logRule` block as defined below.
	LogRule TagRulesLogRulePtrInput
	// Set of rules for sending metrics for the Monitor resource. Changing this forces a new resource to be created. A `metricRule` block as defined below.
	MetricRule TagRulesMetricRulePtrInput
	// Name of the Dynatrace monitor. Changing this forces a new resource to be created.
	MonitorId pulumi.StringPtrInput
	// Name of the Dynatrace tag rules. Currently, the only supported value is `default`. Changing this forces a new resource to be created.
	Name pulumi.StringPtrInput
}

func (TagRulesState) ElementType added in v6.15.0

func (TagRulesState) ElementType() reflect.Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL