1. Packages
  2. Dynatrace
  3. API Docs
  4. K8sClusterAnomalies
Dynatrace v0.27.0 published on Friday, Mar 21, 2025 by Pulumiverse

dynatrace.K8sClusterAnomalies

Explore with Pulumi AI

Create K8sClusterAnomalies Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new K8sClusterAnomalies(name: string, args: K8sClusterAnomaliesArgs, opts?: CustomResourceOptions);
@overload
def K8sClusterAnomalies(resource_name: str,
                        args: K8sClusterAnomaliesArgs,
                        opts: Optional[ResourceOptions] = None)

@overload
def K8sClusterAnomalies(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        cpu_requests_saturation: Optional[K8sClusterAnomaliesCpuRequestsSaturationArgs] = None,
                        memory_requests_saturation: Optional[K8sClusterAnomaliesMemoryRequestsSaturationArgs] = None,
                        monitoring_issues: Optional[K8sClusterAnomaliesMonitoringIssuesArgs] = None,
                        pods_saturation: Optional[K8sClusterAnomaliesPodsSaturationArgs] = None,
                        readiness_issues: Optional[K8sClusterAnomaliesReadinessIssuesArgs] = None,
                        scope: Optional[str] = None)
func NewK8sClusterAnomalies(ctx *Context, name string, args K8sClusterAnomaliesArgs, opts ...ResourceOption) (*K8sClusterAnomalies, error)
public K8sClusterAnomalies(string name, K8sClusterAnomaliesArgs args, CustomResourceOptions? opts = null)
public K8sClusterAnomalies(String name, K8sClusterAnomaliesArgs args)
public K8sClusterAnomalies(String name, K8sClusterAnomaliesArgs args, CustomResourceOptions options)
type: dynatrace:K8sClusterAnomalies
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. K8sClusterAnomaliesArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. K8sClusterAnomaliesArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. K8sClusterAnomaliesArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. K8sClusterAnomaliesArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. K8sClusterAnomaliesArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var k8sClusterAnomaliesResource = new Dynatrace.K8sClusterAnomalies("k8sClusterAnomaliesResource", new()
{
    CpuRequestsSaturation = new Dynatrace.Inputs.K8sClusterAnomaliesCpuRequestsSaturationArgs
    {
        Enabled = false,
        Configuration = new Dynatrace.Inputs.K8sClusterAnomaliesCpuRequestsSaturationConfigurationArgs
        {
            ObservationPeriodInMinutes = 0,
            SamplePeriodInMinutes = 0,
            Threshold = 0,
        },
    },
    MemoryRequestsSaturation = new Dynatrace.Inputs.K8sClusterAnomaliesMemoryRequestsSaturationArgs
    {
        Enabled = false,
        Configuration = new Dynatrace.Inputs.K8sClusterAnomaliesMemoryRequestsSaturationConfigurationArgs
        {
            ObservationPeriodInMinutes = 0,
            SamplePeriodInMinutes = 0,
            Threshold = 0,
        },
    },
    MonitoringIssues = new Dynatrace.Inputs.K8sClusterAnomaliesMonitoringIssuesArgs
    {
        Enabled = false,
        Configuration = new Dynatrace.Inputs.K8sClusterAnomaliesMonitoringIssuesConfigurationArgs
        {
            ObservationPeriodInMinutes = 0,
            SamplePeriodInMinutes = 0,
        },
    },
    PodsSaturation = new Dynatrace.Inputs.K8sClusterAnomaliesPodsSaturationArgs
    {
        Enabled = false,
        Configuration = new Dynatrace.Inputs.K8sClusterAnomaliesPodsSaturationConfigurationArgs
        {
            ObservationPeriodInMinutes = 0,
            SamplePeriodInMinutes = 0,
            Threshold = 0,
        },
    },
    ReadinessIssues = new Dynatrace.Inputs.K8sClusterAnomaliesReadinessIssuesArgs
    {
        Enabled = false,
        Configuration = new Dynatrace.Inputs.K8sClusterAnomaliesReadinessIssuesConfigurationArgs
        {
            ObservationPeriodInMinutes = 0,
            SamplePeriodInMinutes = 0,
        },
    },
    Scope = "string",
});
Copy
example, err := dynatrace.NewK8sClusterAnomalies(ctx, "k8sClusterAnomaliesResource", &dynatrace.K8sClusterAnomaliesArgs{
	CpuRequestsSaturation: &dynatrace.K8sClusterAnomaliesCpuRequestsSaturationArgs{
		Enabled: pulumi.Bool(false),
		Configuration: &dynatrace.K8sClusterAnomaliesCpuRequestsSaturationConfigurationArgs{
			ObservationPeriodInMinutes: pulumi.Int(0),
			SamplePeriodInMinutes:      pulumi.Int(0),
			Threshold:                  pulumi.Int(0),
		},
	},
	MemoryRequestsSaturation: &dynatrace.K8sClusterAnomaliesMemoryRequestsSaturationArgs{
		Enabled: pulumi.Bool(false),
		Configuration: &dynatrace.K8sClusterAnomaliesMemoryRequestsSaturationConfigurationArgs{
			ObservationPeriodInMinutes: pulumi.Int(0),
			SamplePeriodInMinutes:      pulumi.Int(0),
			Threshold:                  pulumi.Int(0),
		},
	},
	MonitoringIssues: &dynatrace.K8sClusterAnomaliesMonitoringIssuesArgs{
		Enabled: pulumi.Bool(false),
		Configuration: &dynatrace.K8sClusterAnomaliesMonitoringIssuesConfigurationArgs{
			ObservationPeriodInMinutes: pulumi.Int(0),
			SamplePeriodInMinutes:      pulumi.Int(0),
		},
	},
	PodsSaturation: &dynatrace.K8sClusterAnomaliesPodsSaturationArgs{
		Enabled: pulumi.Bool(false),
		Configuration: &dynatrace.K8sClusterAnomaliesPodsSaturationConfigurationArgs{
			ObservationPeriodInMinutes: pulumi.Int(0),
			SamplePeriodInMinutes:      pulumi.Int(0),
			Threshold:                  pulumi.Int(0),
		},
	},
	ReadinessIssues: &dynatrace.K8sClusterAnomaliesReadinessIssuesArgs{
		Enabled: pulumi.Bool(false),
		Configuration: &dynatrace.K8sClusterAnomaliesReadinessIssuesConfigurationArgs{
			ObservationPeriodInMinutes: pulumi.Int(0),
			SamplePeriodInMinutes:      pulumi.Int(0),
		},
	},
	Scope: pulumi.String("string"),
})
Copy
var k8sClusterAnomaliesResource = new K8sClusterAnomalies("k8sClusterAnomaliesResource", K8sClusterAnomaliesArgs.builder()
    .cpuRequestsSaturation(K8sClusterAnomaliesCpuRequestsSaturationArgs.builder()
        .enabled(false)
        .configuration(K8sClusterAnomaliesCpuRequestsSaturationConfigurationArgs.builder()
            .observationPeriodInMinutes(0)
            .samplePeriodInMinutes(0)
            .threshold(0)
            .build())
        .build())
    .memoryRequestsSaturation(K8sClusterAnomaliesMemoryRequestsSaturationArgs.builder()
        .enabled(false)
        .configuration(K8sClusterAnomaliesMemoryRequestsSaturationConfigurationArgs.builder()
            .observationPeriodInMinutes(0)
            .samplePeriodInMinutes(0)
            .threshold(0)
            .build())
        .build())
    .monitoringIssues(K8sClusterAnomaliesMonitoringIssuesArgs.builder()
        .enabled(false)
        .configuration(K8sClusterAnomaliesMonitoringIssuesConfigurationArgs.builder()
            .observationPeriodInMinutes(0)
            .samplePeriodInMinutes(0)
            .build())
        .build())
    .podsSaturation(K8sClusterAnomaliesPodsSaturationArgs.builder()
        .enabled(false)
        .configuration(K8sClusterAnomaliesPodsSaturationConfigurationArgs.builder()
            .observationPeriodInMinutes(0)
            .samplePeriodInMinutes(0)
            .threshold(0)
            .build())
        .build())
    .readinessIssues(K8sClusterAnomaliesReadinessIssuesArgs.builder()
        .enabled(false)
        .configuration(K8sClusterAnomaliesReadinessIssuesConfigurationArgs.builder()
            .observationPeriodInMinutes(0)
            .samplePeriodInMinutes(0)
            .build())
        .build())
    .scope("string")
    .build());
Copy
k8s_cluster_anomalies_resource = dynatrace.K8sClusterAnomalies("k8sClusterAnomaliesResource",
    cpu_requests_saturation={
        "enabled": False,
        "configuration": {
            "observation_period_in_minutes": 0,
            "sample_period_in_minutes": 0,
            "threshold": 0,
        },
    },
    memory_requests_saturation={
        "enabled": False,
        "configuration": {
            "observation_period_in_minutes": 0,
            "sample_period_in_minutes": 0,
            "threshold": 0,
        },
    },
    monitoring_issues={
        "enabled": False,
        "configuration": {
            "observation_period_in_minutes": 0,
            "sample_period_in_minutes": 0,
        },
    },
    pods_saturation={
        "enabled": False,
        "configuration": {
            "observation_period_in_minutes": 0,
            "sample_period_in_minutes": 0,
            "threshold": 0,
        },
    },
    readiness_issues={
        "enabled": False,
        "configuration": {
            "observation_period_in_minutes": 0,
            "sample_period_in_minutes": 0,
        },
    },
    scope="string")
Copy
const k8sClusterAnomaliesResource = new dynatrace.K8sClusterAnomalies("k8sClusterAnomaliesResource", {
    cpuRequestsSaturation: {
        enabled: false,
        configuration: {
            observationPeriodInMinutes: 0,
            samplePeriodInMinutes: 0,
            threshold: 0,
        },
    },
    memoryRequestsSaturation: {
        enabled: false,
        configuration: {
            observationPeriodInMinutes: 0,
            samplePeriodInMinutes: 0,
            threshold: 0,
        },
    },
    monitoringIssues: {
        enabled: false,
        configuration: {
            observationPeriodInMinutes: 0,
            samplePeriodInMinutes: 0,
        },
    },
    podsSaturation: {
        enabled: false,
        configuration: {
            observationPeriodInMinutes: 0,
            samplePeriodInMinutes: 0,
            threshold: 0,
        },
    },
    readinessIssues: {
        enabled: false,
        configuration: {
            observationPeriodInMinutes: 0,
            samplePeriodInMinutes: 0,
        },
    },
    scope: "string",
});
Copy
type: dynatrace:K8sClusterAnomalies
properties:
    cpuRequestsSaturation:
        configuration:
            observationPeriodInMinutes: 0
            samplePeriodInMinutes: 0
            threshold: 0
        enabled: false
    memoryRequestsSaturation:
        configuration:
            observationPeriodInMinutes: 0
            samplePeriodInMinutes: 0
            threshold: 0
        enabled: false
    monitoringIssues:
        configuration:
            observationPeriodInMinutes: 0
            samplePeriodInMinutes: 0
        enabled: false
    podsSaturation:
        configuration:
            observationPeriodInMinutes: 0
            samplePeriodInMinutes: 0
            threshold: 0
        enabled: false
    readinessIssues:
        configuration:
            observationPeriodInMinutes: 0
            samplePeriodInMinutes: 0
        enabled: false
    scope: string
Copy

K8sClusterAnomalies Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The K8sClusterAnomalies resource accepts the following input properties:

CpuRequestsSaturation This property is required. Pulumiverse.Dynatrace.Inputs.K8sClusterAnomaliesCpuRequestsSaturation
no documentation available
MemoryRequestsSaturation This property is required. Pulumiverse.Dynatrace.Inputs.K8sClusterAnomaliesMemoryRequestsSaturation
no documentation available
MonitoringIssues This property is required. Pulumiverse.Dynatrace.Inputs.K8sClusterAnomaliesMonitoringIssues
no documentation available
PodsSaturation This property is required. Pulumiverse.Dynatrace.Inputs.K8sClusterAnomaliesPodsSaturation
no documentation available
ReadinessIssues This property is required. Pulumiverse.Dynatrace.Inputs.K8sClusterAnomaliesReadinessIssues
Alerts if cluster has not been ready for a given amount of time
Scope Changes to this property will trigger replacement. string
The scope of this setting (KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.
CpuRequestsSaturation This property is required. K8sClusterAnomaliesCpuRequestsSaturationArgs
no documentation available
MemoryRequestsSaturation This property is required. K8sClusterAnomaliesMemoryRequestsSaturationArgs
no documentation available
MonitoringIssues This property is required. K8sClusterAnomaliesMonitoringIssuesArgs
no documentation available
PodsSaturation This property is required. K8sClusterAnomaliesPodsSaturationArgs
no documentation available
ReadinessIssues This property is required. K8sClusterAnomaliesReadinessIssuesArgs
Alerts if cluster has not been ready for a given amount of time
Scope Changes to this property will trigger replacement. string
The scope of this setting (KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.
cpuRequestsSaturation This property is required. K8sClusterAnomaliesCpuRequestsSaturation
no documentation available
memoryRequestsSaturation This property is required. K8sClusterAnomaliesMemoryRequestsSaturation
no documentation available
monitoringIssues This property is required. K8sClusterAnomaliesMonitoringIssues
no documentation available
podsSaturation This property is required. K8sClusterAnomaliesPodsSaturation
no documentation available
readinessIssues This property is required. K8sClusterAnomaliesReadinessIssues
Alerts if cluster has not been ready for a given amount of time
scope Changes to this property will trigger replacement. String
The scope of this setting (KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.
cpuRequestsSaturation This property is required. K8sClusterAnomaliesCpuRequestsSaturation
no documentation available
memoryRequestsSaturation This property is required. K8sClusterAnomaliesMemoryRequestsSaturation
no documentation available
monitoringIssues This property is required. K8sClusterAnomaliesMonitoringIssues
no documentation available
podsSaturation This property is required. K8sClusterAnomaliesPodsSaturation
no documentation available
readinessIssues This property is required. K8sClusterAnomaliesReadinessIssues
Alerts if cluster has not been ready for a given amount of time
scope Changes to this property will trigger replacement. string
The scope of this setting (KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.
cpu_requests_saturation This property is required. K8sClusterAnomaliesCpuRequestsSaturationArgs
no documentation available
memory_requests_saturation This property is required. K8sClusterAnomaliesMemoryRequestsSaturationArgs
no documentation available
monitoring_issues This property is required. K8sClusterAnomaliesMonitoringIssuesArgs
no documentation available
pods_saturation This property is required. K8sClusterAnomaliesPodsSaturationArgs
no documentation available
readiness_issues This property is required. K8sClusterAnomaliesReadinessIssuesArgs
Alerts if cluster has not been ready for a given amount of time
scope Changes to this property will trigger replacement. str
The scope of this setting (KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.
cpuRequestsSaturation This property is required. Property Map
no documentation available
memoryRequestsSaturation This property is required. Property Map
no documentation available
monitoringIssues This property is required. Property Map
no documentation available
podsSaturation This property is required. Property Map
no documentation available
readinessIssues This property is required. Property Map
Alerts if cluster has not been ready for a given amount of time
scope Changes to this property will trigger replacement. String
The scope of this setting (KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.

Outputs

All input properties are implicitly available as output properties. Additionally, the K8sClusterAnomalies resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing K8sClusterAnomalies Resource

Get an existing K8sClusterAnomalies resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: K8sClusterAnomaliesState, opts?: CustomResourceOptions): K8sClusterAnomalies
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        cpu_requests_saturation: Optional[K8sClusterAnomaliesCpuRequestsSaturationArgs] = None,
        memory_requests_saturation: Optional[K8sClusterAnomaliesMemoryRequestsSaturationArgs] = None,
        monitoring_issues: Optional[K8sClusterAnomaliesMonitoringIssuesArgs] = None,
        pods_saturation: Optional[K8sClusterAnomaliesPodsSaturationArgs] = None,
        readiness_issues: Optional[K8sClusterAnomaliesReadinessIssuesArgs] = None,
        scope: Optional[str] = None) -> K8sClusterAnomalies
func GetK8sClusterAnomalies(ctx *Context, name string, id IDInput, state *K8sClusterAnomaliesState, opts ...ResourceOption) (*K8sClusterAnomalies, error)
public static K8sClusterAnomalies Get(string name, Input<string> id, K8sClusterAnomaliesState? state, CustomResourceOptions? opts = null)
public static K8sClusterAnomalies get(String name, Output<String> id, K8sClusterAnomaliesState state, CustomResourceOptions options)
resources:  _:    type: dynatrace:K8sClusterAnomalies    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
CpuRequestsSaturation Pulumiverse.Dynatrace.Inputs.K8sClusterAnomaliesCpuRequestsSaturation
no documentation available
MemoryRequestsSaturation Pulumiverse.Dynatrace.Inputs.K8sClusterAnomaliesMemoryRequestsSaturation
no documentation available
MonitoringIssues Pulumiverse.Dynatrace.Inputs.K8sClusterAnomaliesMonitoringIssues
no documentation available
PodsSaturation Pulumiverse.Dynatrace.Inputs.K8sClusterAnomaliesPodsSaturation
no documentation available
ReadinessIssues Pulumiverse.Dynatrace.Inputs.K8sClusterAnomaliesReadinessIssues
Alerts if cluster has not been ready for a given amount of time
Scope Changes to this property will trigger replacement. string
The scope of this setting (KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.
CpuRequestsSaturation K8sClusterAnomaliesCpuRequestsSaturationArgs
no documentation available
MemoryRequestsSaturation K8sClusterAnomaliesMemoryRequestsSaturationArgs
no documentation available
MonitoringIssues K8sClusterAnomaliesMonitoringIssuesArgs
no documentation available
PodsSaturation K8sClusterAnomaliesPodsSaturationArgs
no documentation available
ReadinessIssues K8sClusterAnomaliesReadinessIssuesArgs
Alerts if cluster has not been ready for a given amount of time
Scope Changes to this property will trigger replacement. string
The scope of this setting (KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.
cpuRequestsSaturation K8sClusterAnomaliesCpuRequestsSaturation
no documentation available
memoryRequestsSaturation K8sClusterAnomaliesMemoryRequestsSaturation
no documentation available
monitoringIssues K8sClusterAnomaliesMonitoringIssues
no documentation available
podsSaturation K8sClusterAnomaliesPodsSaturation
no documentation available
readinessIssues K8sClusterAnomaliesReadinessIssues
Alerts if cluster has not been ready for a given amount of time
scope Changes to this property will trigger replacement. String
The scope of this setting (KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.
cpuRequestsSaturation K8sClusterAnomaliesCpuRequestsSaturation
no documentation available
memoryRequestsSaturation K8sClusterAnomaliesMemoryRequestsSaturation
no documentation available
monitoringIssues K8sClusterAnomaliesMonitoringIssues
no documentation available
podsSaturation K8sClusterAnomaliesPodsSaturation
no documentation available
readinessIssues K8sClusterAnomaliesReadinessIssues
Alerts if cluster has not been ready for a given amount of time
scope Changes to this property will trigger replacement. string
The scope of this setting (KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.
cpu_requests_saturation K8sClusterAnomaliesCpuRequestsSaturationArgs
no documentation available
memory_requests_saturation K8sClusterAnomaliesMemoryRequestsSaturationArgs
no documentation available
monitoring_issues K8sClusterAnomaliesMonitoringIssuesArgs
no documentation available
pods_saturation K8sClusterAnomaliesPodsSaturationArgs
no documentation available
readiness_issues K8sClusterAnomaliesReadinessIssuesArgs
Alerts if cluster has not been ready for a given amount of time
scope Changes to this property will trigger replacement. str
The scope of this setting (KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.
cpuRequestsSaturation Property Map
no documentation available
memoryRequestsSaturation Property Map
no documentation available
monitoringIssues Property Map
no documentation available
podsSaturation Property Map
no documentation available
readinessIssues Property Map
Alerts if cluster has not been ready for a given amount of time
scope Changes to this property will trigger replacement. String
The scope of this setting (KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.

Supporting Types

K8sClusterAnomaliesCpuRequestsSaturation
, K8sClusterAnomaliesCpuRequestsSaturationArgs

Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
Configuration Pulumiverse.Dynatrace.Inputs.K8sClusterAnomaliesCpuRequestsSaturationConfiguration
Alert if
Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
Configuration K8sClusterAnomaliesCpuRequestsSaturationConfiguration
Alert if
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
configuration K8sClusterAnomaliesCpuRequestsSaturationConfiguration
Alert if
enabled This property is required. boolean
This setting is enabled (true) or disabled (false)
configuration K8sClusterAnomaliesCpuRequestsSaturationConfiguration
Alert if
enabled This property is required. bool
This setting is enabled (true) or disabled (false)
configuration K8sClusterAnomaliesCpuRequestsSaturationConfiguration
Alert if
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
configuration Property Map
Alert if

K8sClusterAnomaliesCpuRequestsSaturationConfiguration
, K8sClusterAnomaliesCpuRequestsSaturationConfigurationArgs

ObservationPeriodInMinutes This property is required. int
within the last
SamplePeriodInMinutes This property is required. int
of cluster CPU capacity for at least
Threshold This property is required. int
amount of requested CPU is above
ObservationPeriodInMinutes This property is required. int
within the last
SamplePeriodInMinutes This property is required. int
of cluster CPU capacity for at least
Threshold This property is required. int
amount of requested CPU is above
observationPeriodInMinutes This property is required. Integer
within the last
samplePeriodInMinutes This property is required. Integer
of cluster CPU capacity for at least
threshold This property is required. Integer
amount of requested CPU is above
observationPeriodInMinutes This property is required. number
within the last
samplePeriodInMinutes This property is required. number
of cluster CPU capacity for at least
threshold This property is required. number
amount of requested CPU is above
observation_period_in_minutes This property is required. int
within the last
sample_period_in_minutes This property is required. int
of cluster CPU capacity for at least
threshold This property is required. int
amount of requested CPU is above
observationPeriodInMinutes This property is required. Number
within the last
samplePeriodInMinutes This property is required. Number
of cluster CPU capacity for at least
threshold This property is required. Number
amount of requested CPU is above

K8sClusterAnomaliesMemoryRequestsSaturation
, K8sClusterAnomaliesMemoryRequestsSaturationArgs

Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
Configuration Pulumiverse.Dynatrace.Inputs.K8sClusterAnomaliesMemoryRequestsSaturationConfiguration
Alert if
Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
Configuration K8sClusterAnomaliesMemoryRequestsSaturationConfiguration
Alert if
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
configuration K8sClusterAnomaliesMemoryRequestsSaturationConfiguration
Alert if
enabled This property is required. boolean
This setting is enabled (true) or disabled (false)
configuration K8sClusterAnomaliesMemoryRequestsSaturationConfiguration
Alert if
enabled This property is required. bool
This setting is enabled (true) or disabled (false)
configuration K8sClusterAnomaliesMemoryRequestsSaturationConfiguration
Alert if
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
configuration Property Map
Alert if

K8sClusterAnomaliesMemoryRequestsSaturationConfiguration
, K8sClusterAnomaliesMemoryRequestsSaturationConfigurationArgs

ObservationPeriodInMinutes This property is required. int
within the last
SamplePeriodInMinutes This property is required. int
of cluster memory capacity for at least
Threshold This property is required. int
amount of requested memory is above
ObservationPeriodInMinutes This property is required. int
within the last
SamplePeriodInMinutes This property is required. int
of cluster memory capacity for at least
Threshold This property is required. int
amount of requested memory is above
observationPeriodInMinutes This property is required. Integer
within the last
samplePeriodInMinutes This property is required. Integer
of cluster memory capacity for at least
threshold This property is required. Integer
amount of requested memory is above
observationPeriodInMinutes This property is required. number
within the last
samplePeriodInMinutes This property is required. number
of cluster memory capacity for at least
threshold This property is required. number
amount of requested memory is above
observation_period_in_minutes This property is required. int
within the last
sample_period_in_minutes This property is required. int
of cluster memory capacity for at least
threshold This property is required. int
amount of requested memory is above
observationPeriodInMinutes This property is required. Number
within the last
samplePeriodInMinutes This property is required. Number
of cluster memory capacity for at least
threshold This property is required. Number
amount of requested memory is above

K8sClusterAnomaliesMonitoringIssues
, K8sClusterAnomaliesMonitoringIssuesArgs

Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
Configuration Pulumiverse.Dynatrace.Inputs.K8sClusterAnomaliesMonitoringIssuesConfiguration
Alert if
Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
Configuration K8sClusterAnomaliesMonitoringIssuesConfiguration
Alert if
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
configuration K8sClusterAnomaliesMonitoringIssuesConfiguration
Alert if
enabled This property is required. boolean
This setting is enabled (true) or disabled (false)
configuration K8sClusterAnomaliesMonitoringIssuesConfiguration
Alert if
enabled This property is required. bool
This setting is enabled (true) or disabled (false)
configuration K8sClusterAnomaliesMonitoringIssuesConfiguration
Alert if
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
configuration Property Map
Alert if

K8sClusterAnomaliesMonitoringIssuesConfiguration
, K8sClusterAnomaliesMonitoringIssuesConfigurationArgs

ObservationPeriodInMinutes This property is required. int
within the last
SamplePeriodInMinutes This property is required. int
monitoring is not available for at least
ObservationPeriodInMinutes This property is required. int
within the last
SamplePeriodInMinutes This property is required. int
monitoring is not available for at least
observationPeriodInMinutes This property is required. Integer
within the last
samplePeriodInMinutes This property is required. Integer
monitoring is not available for at least
observationPeriodInMinutes This property is required. number
within the last
samplePeriodInMinutes This property is required. number
monitoring is not available for at least
observation_period_in_minutes This property is required. int
within the last
sample_period_in_minutes This property is required. int
monitoring is not available for at least
observationPeriodInMinutes This property is required. Number
within the last
samplePeriodInMinutes This property is required. Number
monitoring is not available for at least

K8sClusterAnomaliesPodsSaturation
, K8sClusterAnomaliesPodsSaturationArgs

Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
Configuration Pulumiverse.Dynatrace.Inputs.K8sClusterAnomaliesPodsSaturationConfiguration
Alert if
Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
Configuration K8sClusterAnomaliesPodsSaturationConfiguration
Alert if
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
configuration K8sClusterAnomaliesPodsSaturationConfiguration
Alert if
enabled This property is required. boolean
This setting is enabled (true) or disabled (false)
configuration K8sClusterAnomaliesPodsSaturationConfiguration
Alert if
enabled This property is required. bool
This setting is enabled (true) or disabled (false)
configuration K8sClusterAnomaliesPodsSaturationConfiguration
Alert if
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
configuration Property Map
Alert if

K8sClusterAnomaliesPodsSaturationConfiguration
, K8sClusterAnomaliesPodsSaturationConfigurationArgs

ObservationPeriodInMinutes This property is required. int
within the last
SamplePeriodInMinutes This property is required. int
of schedulable pod capacity for at least
Threshold This property is required. int
number of running pods is higher than
ObservationPeriodInMinutes This property is required. int
within the last
SamplePeriodInMinutes This property is required. int
of schedulable pod capacity for at least
Threshold This property is required. int
number of running pods is higher than
observationPeriodInMinutes This property is required. Integer
within the last
samplePeriodInMinutes This property is required. Integer
of schedulable pod capacity for at least
threshold This property is required. Integer
number of running pods is higher than
observationPeriodInMinutes This property is required. number
within the last
samplePeriodInMinutes This property is required. number
of schedulable pod capacity for at least
threshold This property is required. number
number of running pods is higher than
observation_period_in_minutes This property is required. int
within the last
sample_period_in_minutes This property is required. int
of schedulable pod capacity for at least
threshold This property is required. int
number of running pods is higher than
observationPeriodInMinutes This property is required. Number
within the last
samplePeriodInMinutes This property is required. Number
of schedulable pod capacity for at least
threshold This property is required. Number
number of running pods is higher than

K8sClusterAnomaliesReadinessIssues
, K8sClusterAnomaliesReadinessIssuesArgs

Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
Configuration Pulumiverse.Dynatrace.Inputs.K8sClusterAnomaliesReadinessIssuesConfiguration
Alert if
Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
Configuration K8sClusterAnomaliesReadinessIssuesConfiguration
Alert if
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
configuration K8sClusterAnomaliesReadinessIssuesConfiguration
Alert if
enabled This property is required. boolean
This setting is enabled (true) or disabled (false)
configuration K8sClusterAnomaliesReadinessIssuesConfiguration
Alert if
enabled This property is required. bool
This setting is enabled (true) or disabled (false)
configuration K8sClusterAnomaliesReadinessIssuesConfiguration
Alert if
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
configuration Property Map
Alert if

K8sClusterAnomaliesReadinessIssuesConfiguration
, K8sClusterAnomaliesReadinessIssuesConfigurationArgs

ObservationPeriodInMinutes This property is required. int
within the last
SamplePeriodInMinutes This property is required. int
cluster is not ready for at least
ObservationPeriodInMinutes This property is required. int
within the last
SamplePeriodInMinutes This property is required. int
cluster is not ready for at least
observationPeriodInMinutes This property is required. Integer
within the last
samplePeriodInMinutes This property is required. Integer
cluster is not ready for at least
observationPeriodInMinutes This property is required. number
within the last
samplePeriodInMinutes This property is required. number
cluster is not ready for at least
observation_period_in_minutes This property is required. int
within the last
sample_period_in_minutes This property is required. int
cluster is not ready for at least
observationPeriodInMinutes This property is required. Number
within the last
samplePeriodInMinutes This property is required. Number
cluster is not ready for at least

Package Details

Repository
dynatrace pulumiverse/pulumi-dynatrace
License
Apache-2.0
Notes
This Pulumi package is based on the dynatrace Terraform Provider.