1. Packages
  2. Dynatrace
  3. API Docs
  4. CalculatedServiceMetric
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

dynatrace.CalculatedServiceMetric

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

    Create CalculatedServiceMetric Resource

    new CalculatedServiceMetric(name: string, args: CalculatedServiceMetricArgs, opts?: CustomResourceOptions);
    @overload
    def CalculatedServiceMetric(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                conditions: Optional[Sequence[CalculatedServiceMetricConditionArgs]] = None,
                                description: Optional[str] = None,
                                dimension_definition: Optional[CalculatedServiceMetricDimensionDefinitionArgs] = None,
                                enabled: Optional[bool] = None,
                                entity_id: Optional[str] = None,
                                management_zones: Optional[Sequence[str]] = None,
                                metric_definition: Optional[CalculatedServiceMetricMetricDefinitionArgs] = None,
                                metric_key: Optional[str] = None,
                                name: Optional[str] = None,
                                unit: Optional[str] = None,
                                unit_display_name: Optional[str] = None,
                                unknowns: Optional[str] = None)
    @overload
    def CalculatedServiceMetric(resource_name: str,
                                args: CalculatedServiceMetricArgs,
                                opts: Optional[ResourceOptions] = None)
    func NewCalculatedServiceMetric(ctx *Context, name string, args CalculatedServiceMetricArgs, opts ...ResourceOption) (*CalculatedServiceMetric, error)
    public CalculatedServiceMetric(string name, CalculatedServiceMetricArgs args, CustomResourceOptions? opts = null)
    public CalculatedServiceMetric(String name, CalculatedServiceMetricArgs args)
    public CalculatedServiceMetric(String name, CalculatedServiceMetricArgs args, CustomResourceOptions options)
    
    type: dynatrace:CalculatedServiceMetric
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args CalculatedServiceMetricArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CalculatedServiceMetricArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CalculatedServiceMetricArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CalculatedServiceMetricArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CalculatedServiceMetricArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    CalculatedServiceMetric Resource Properties

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

    Inputs

    The CalculatedServiceMetric resource accepts the following input properties:

    MetricKey string

    The key of the calculated service metric

    Unit string

    The unit of the metric. Possible values are BIT, BIT_PER_HOUR, BIT_PER_MINUTE, BIT_PER_SECOND, BYTE, BYTE_PER_HOUR, BYTE_PER_MINUTE, BYTE_PER_SECOND, CORES, COUNT, DAY, DECIBEL_MILLI_WATT, GIBI_BYTE, GIGA, GIGA_BYTE, HOUR, KIBI_BYTE, KIBI_BYTE_PER_HOUR, KIBI_BYTE_PER_MINUTE, KIBI_BYTE_PER_SECOND, KILO, KILO_BYTE, KILO_BYTE_PER_HOUR, KILO_BYTE_PER_MINUTE, KILO_BYTE_PER_SECOND, MEBI_BYTE, MEBI_BYTE_PER_HOUR, MEBI_BYTE_PER_MINUTE, MEBI_BYTE_PER_SECOND, MEGA, MEGA_BYTE, MEGA_BYTE_PER_HOUR, MEGA_BYTE_PER_MINUTE, MEGA_BYTE_PER_SECOND, MICRO_SECOND, MILLI_CORES, MILLI_SECOND, MILLI_SECOND_PER_MINUTE, MINUTE, MONTH, MSU, NANO_SECOND, NANO_SECOND_PER_MINUTE, NOT_APPLICABLE, PERCENT, PER_HOUR, PER_MINUTE, PER_SECOND, PIXEL, PROMILLE, RATIO, SECOND, STATE, UNSPECIFIED, WEEK and YEAR

    Conditions List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.CalculatedServiceMetricCondition>

    The set of conditions for the metric usage. All the specified conditions must be fulfilled to use the metric

    Description string

    The displayed description of the metric

    DimensionDefinition Lbrlabs.PulumiPackage.Dynatrace.Inputs.CalculatedServiceMetricDimensionDefinition

    Parameters of a definition of a calculated service metric

    Enabled bool

    The metric is enabled (true) or disabled (false)

    EntityId string

    Restricts the metric usage to the specified service. This field is mutually exclusive with the management_zones field

    ManagementZones List<string>

    Restricts the metric usage to specified management zones. This field is mutually exclusive with the entity_id field

    MetricDefinition Lbrlabs.PulumiPackage.Dynatrace.Inputs.CalculatedServiceMetricMetricDefinition

    The definition of a calculated service metric

    Name string

    The displayed name of the metric

    UnitDisplayName string

    The display name of the metric's unit. Only applicable when the unit parameter is set to UNSPECIFIED

    Unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    MetricKey string

    The key of the calculated service metric

    Unit string

    The unit of the metric. Possible values are BIT, BIT_PER_HOUR, BIT_PER_MINUTE, BIT_PER_SECOND, BYTE, BYTE_PER_HOUR, BYTE_PER_MINUTE, BYTE_PER_SECOND, CORES, COUNT, DAY, DECIBEL_MILLI_WATT, GIBI_BYTE, GIGA, GIGA_BYTE, HOUR, KIBI_BYTE, KIBI_BYTE_PER_HOUR, KIBI_BYTE_PER_MINUTE, KIBI_BYTE_PER_SECOND, KILO, KILO_BYTE, KILO_BYTE_PER_HOUR, KILO_BYTE_PER_MINUTE, KILO_BYTE_PER_SECOND, MEBI_BYTE, MEBI_BYTE_PER_HOUR, MEBI_BYTE_PER_MINUTE, MEBI_BYTE_PER_SECOND, MEGA, MEGA_BYTE, MEGA_BYTE_PER_HOUR, MEGA_BYTE_PER_MINUTE, MEGA_BYTE_PER_SECOND, MICRO_SECOND, MILLI_CORES, MILLI_SECOND, MILLI_SECOND_PER_MINUTE, MINUTE, MONTH, MSU, NANO_SECOND, NANO_SECOND_PER_MINUTE, NOT_APPLICABLE, PERCENT, PER_HOUR, PER_MINUTE, PER_SECOND, PIXEL, PROMILLE, RATIO, SECOND, STATE, UNSPECIFIED, WEEK and YEAR

    Conditions []CalculatedServiceMetricConditionArgs

    The set of conditions for the metric usage. All the specified conditions must be fulfilled to use the metric

    Description string

    The displayed description of the metric

    DimensionDefinition CalculatedServiceMetricDimensionDefinitionArgs

    Parameters of a definition of a calculated service metric

    Enabled bool

    The metric is enabled (true) or disabled (false)

    EntityId string

    Restricts the metric usage to the specified service. This field is mutually exclusive with the management_zones field

    ManagementZones []string

    Restricts the metric usage to specified management zones. This field is mutually exclusive with the entity_id field

    MetricDefinition CalculatedServiceMetricMetricDefinitionArgs

    The definition of a calculated service metric

    Name string

    The displayed name of the metric

    UnitDisplayName string

    The display name of the metric's unit. Only applicable when the unit parameter is set to UNSPECIFIED

    Unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    metricKey String

    The key of the calculated service metric

    unit String

    The unit of the metric. Possible values are BIT, BIT_PER_HOUR, BIT_PER_MINUTE, BIT_PER_SECOND, BYTE, BYTE_PER_HOUR, BYTE_PER_MINUTE, BYTE_PER_SECOND, CORES, COUNT, DAY, DECIBEL_MILLI_WATT, GIBI_BYTE, GIGA, GIGA_BYTE, HOUR, KIBI_BYTE, KIBI_BYTE_PER_HOUR, KIBI_BYTE_PER_MINUTE, KIBI_BYTE_PER_SECOND, KILO, KILO_BYTE, KILO_BYTE_PER_HOUR, KILO_BYTE_PER_MINUTE, KILO_BYTE_PER_SECOND, MEBI_BYTE, MEBI_BYTE_PER_HOUR, MEBI_BYTE_PER_MINUTE, MEBI_BYTE_PER_SECOND, MEGA, MEGA_BYTE, MEGA_BYTE_PER_HOUR, MEGA_BYTE_PER_MINUTE, MEGA_BYTE_PER_SECOND, MICRO_SECOND, MILLI_CORES, MILLI_SECOND, MILLI_SECOND_PER_MINUTE, MINUTE, MONTH, MSU, NANO_SECOND, NANO_SECOND_PER_MINUTE, NOT_APPLICABLE, PERCENT, PER_HOUR, PER_MINUTE, PER_SECOND, PIXEL, PROMILLE, RATIO, SECOND, STATE, UNSPECIFIED, WEEK and YEAR

    conditions List<CalculatedServiceMetricCondition>

    The set of conditions for the metric usage. All the specified conditions must be fulfilled to use the metric

    description String

    The displayed description of the metric

    dimensionDefinition CalculatedServiceMetricDimensionDefinition

    Parameters of a definition of a calculated service metric

    enabled Boolean

    The metric is enabled (true) or disabled (false)

    entityId String

    Restricts the metric usage to the specified service. This field is mutually exclusive with the management_zones field

    managementZones List<String>

    Restricts the metric usage to specified management zones. This field is mutually exclusive with the entity_id field

    metricDefinition CalculatedServiceMetricMetricDefinition

    The definition of a calculated service metric

    name String

    The displayed name of the metric

    unitDisplayName String

    The display name of the metric's unit. Only applicable when the unit parameter is set to UNSPECIFIED

    unknowns String

    allows for configuring properties that are not explicitly supported by the current version of this provider

    metricKey string

    The key of the calculated service metric

    unit string

    The unit of the metric. Possible values are BIT, BIT_PER_HOUR, BIT_PER_MINUTE, BIT_PER_SECOND, BYTE, BYTE_PER_HOUR, BYTE_PER_MINUTE, BYTE_PER_SECOND, CORES, COUNT, DAY, DECIBEL_MILLI_WATT, GIBI_BYTE, GIGA, GIGA_BYTE, HOUR, KIBI_BYTE, KIBI_BYTE_PER_HOUR, KIBI_BYTE_PER_MINUTE, KIBI_BYTE_PER_SECOND, KILO, KILO_BYTE, KILO_BYTE_PER_HOUR, KILO_BYTE_PER_MINUTE, KILO_BYTE_PER_SECOND, MEBI_BYTE, MEBI_BYTE_PER_HOUR, MEBI_BYTE_PER_MINUTE, MEBI_BYTE_PER_SECOND, MEGA, MEGA_BYTE, MEGA_BYTE_PER_HOUR, MEGA_BYTE_PER_MINUTE, MEGA_BYTE_PER_SECOND, MICRO_SECOND, MILLI_CORES, MILLI_SECOND, MILLI_SECOND_PER_MINUTE, MINUTE, MONTH, MSU, NANO_SECOND, NANO_SECOND_PER_MINUTE, NOT_APPLICABLE, PERCENT, PER_HOUR, PER_MINUTE, PER_SECOND, PIXEL, PROMILLE, RATIO, SECOND, STATE, UNSPECIFIED, WEEK and YEAR

    conditions CalculatedServiceMetricCondition[]

    The set of conditions for the metric usage. All the specified conditions must be fulfilled to use the metric

    description string

    The displayed description of the metric

    dimensionDefinition CalculatedServiceMetricDimensionDefinition

    Parameters of a definition of a calculated service metric

    enabled boolean

    The metric is enabled (true) or disabled (false)

    entityId string

    Restricts the metric usage to the specified service. This field is mutually exclusive with the management_zones field

    managementZones string[]

    Restricts the metric usage to specified management zones. This field is mutually exclusive with the entity_id field

    metricDefinition CalculatedServiceMetricMetricDefinition

    The definition of a calculated service metric

    name string

    The displayed name of the metric

    unitDisplayName string

    The display name of the metric's unit. Only applicable when the unit parameter is set to UNSPECIFIED

    unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    metric_key str

    The key of the calculated service metric

    unit str

    The unit of the metric. Possible values are BIT, BIT_PER_HOUR, BIT_PER_MINUTE, BIT_PER_SECOND, BYTE, BYTE_PER_HOUR, BYTE_PER_MINUTE, BYTE_PER_SECOND, CORES, COUNT, DAY, DECIBEL_MILLI_WATT, GIBI_BYTE, GIGA, GIGA_BYTE, HOUR, KIBI_BYTE, KIBI_BYTE_PER_HOUR, KIBI_BYTE_PER_MINUTE, KIBI_BYTE_PER_SECOND, KILO, KILO_BYTE, KILO_BYTE_PER_HOUR, KILO_BYTE_PER_MINUTE, KILO_BYTE_PER_SECOND, MEBI_BYTE, MEBI_BYTE_PER_HOUR, MEBI_BYTE_PER_MINUTE, MEBI_BYTE_PER_SECOND, MEGA, MEGA_BYTE, MEGA_BYTE_PER_HOUR, MEGA_BYTE_PER_MINUTE, MEGA_BYTE_PER_SECOND, MICRO_SECOND, MILLI_CORES, MILLI_SECOND, MILLI_SECOND_PER_MINUTE, MINUTE, MONTH, MSU, NANO_SECOND, NANO_SECOND_PER_MINUTE, NOT_APPLICABLE, PERCENT, PER_HOUR, PER_MINUTE, PER_SECOND, PIXEL, PROMILLE, RATIO, SECOND, STATE, UNSPECIFIED, WEEK and YEAR

    conditions Sequence[CalculatedServiceMetricConditionArgs]

    The set of conditions for the metric usage. All the specified conditions must be fulfilled to use the metric

    description str

    The displayed description of the metric

    dimension_definition CalculatedServiceMetricDimensionDefinitionArgs

    Parameters of a definition of a calculated service metric

    enabled bool

    The metric is enabled (true) or disabled (false)

    entity_id str

    Restricts the metric usage to the specified service. This field is mutually exclusive with the management_zones field

    management_zones Sequence[str]

    Restricts the metric usage to specified management zones. This field is mutually exclusive with the entity_id field

    metric_definition CalculatedServiceMetricMetricDefinitionArgs

    The definition of a calculated service metric

    name str

    The displayed name of the metric

    unit_display_name str

    The display name of the metric's unit. Only applicable when the unit parameter is set to UNSPECIFIED

    unknowns str

    allows for configuring properties that are not explicitly supported by the current version of this provider

    metricKey String

    The key of the calculated service metric

    unit String

    The unit of the metric. Possible values are BIT, BIT_PER_HOUR, BIT_PER_MINUTE, BIT_PER_SECOND, BYTE, BYTE_PER_HOUR, BYTE_PER_MINUTE, BYTE_PER_SECOND, CORES, COUNT, DAY, DECIBEL_MILLI_WATT, GIBI_BYTE, GIGA, GIGA_BYTE, HOUR, KIBI_BYTE, KIBI_BYTE_PER_HOUR, KIBI_BYTE_PER_MINUTE, KIBI_BYTE_PER_SECOND, KILO, KILO_BYTE, KILO_BYTE_PER_HOUR, KILO_BYTE_PER_MINUTE, KILO_BYTE_PER_SECOND, MEBI_BYTE, MEBI_BYTE_PER_HOUR, MEBI_BYTE_PER_MINUTE, MEBI_BYTE_PER_SECOND, MEGA, MEGA_BYTE, MEGA_BYTE_PER_HOUR, MEGA_BYTE_PER_MINUTE, MEGA_BYTE_PER_SECOND, MICRO_SECOND, MILLI_CORES, MILLI_SECOND, MILLI_SECOND_PER_MINUTE, MINUTE, MONTH, MSU, NANO_SECOND, NANO_SECOND_PER_MINUTE, NOT_APPLICABLE, PERCENT, PER_HOUR, PER_MINUTE, PER_SECOND, PIXEL, PROMILLE, RATIO, SECOND, STATE, UNSPECIFIED, WEEK and YEAR

    conditions List<Property Map>

    The set of conditions for the metric usage. All the specified conditions must be fulfilled to use the metric

    description String

    The displayed description of the metric

    dimensionDefinition Property Map

    Parameters of a definition of a calculated service metric

    enabled Boolean

    The metric is enabled (true) or disabled (false)

    entityId String

    Restricts the metric usage to the specified service. This field is mutually exclusive with the management_zones field

    managementZones List<String>

    Restricts the metric usage to specified management zones. This field is mutually exclusive with the entity_id field

    metricDefinition Property Map

    The definition of a calculated service metric

    name String

    The displayed name of the metric

    unitDisplayName String

    The display name of the metric's unit. Only applicable when the unit parameter is set to UNSPECIFIED

    unknowns String

    allows for configuring properties that are not explicitly supported by the current version of this provider

    Outputs

    All input properties are implicitly available as output properties. Additionally, the CalculatedServiceMetric 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 CalculatedServiceMetric Resource

    Get an existing CalculatedServiceMetric 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?: CalculatedServiceMetricState, opts?: CustomResourceOptions): CalculatedServiceMetric
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            conditions: Optional[Sequence[CalculatedServiceMetricConditionArgs]] = None,
            description: Optional[str] = None,
            dimension_definition: Optional[CalculatedServiceMetricDimensionDefinitionArgs] = None,
            enabled: Optional[bool] = None,
            entity_id: Optional[str] = None,
            management_zones: Optional[Sequence[str]] = None,
            metric_definition: Optional[CalculatedServiceMetricMetricDefinitionArgs] = None,
            metric_key: Optional[str] = None,
            name: Optional[str] = None,
            unit: Optional[str] = None,
            unit_display_name: Optional[str] = None,
            unknowns: Optional[str] = None) -> CalculatedServiceMetric
    func GetCalculatedServiceMetric(ctx *Context, name string, id IDInput, state *CalculatedServiceMetricState, opts ...ResourceOption) (*CalculatedServiceMetric, error)
    public static CalculatedServiceMetric Get(string name, Input<string> id, CalculatedServiceMetricState? state, CustomResourceOptions? opts = null)
    public static CalculatedServiceMetric get(String name, Output<String> id, CalculatedServiceMetricState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    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
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    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
    The unique name of the resulting resource.
    id
    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
    The unique name of the resulting resource.
    id
    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:
    Conditions List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.CalculatedServiceMetricCondition>

    The set of conditions for the metric usage. All the specified conditions must be fulfilled to use the metric

    Description string

    The displayed description of the metric

    DimensionDefinition Lbrlabs.PulumiPackage.Dynatrace.Inputs.CalculatedServiceMetricDimensionDefinition

    Parameters of a definition of a calculated service metric

    Enabled bool

    The metric is enabled (true) or disabled (false)

    EntityId string

    Restricts the metric usage to the specified service. This field is mutually exclusive with the management_zones field

    ManagementZones List<string>

    Restricts the metric usage to specified management zones. This field is mutually exclusive with the entity_id field

    MetricDefinition Lbrlabs.PulumiPackage.Dynatrace.Inputs.CalculatedServiceMetricMetricDefinition

    The definition of a calculated service metric

    MetricKey string

    The key of the calculated service metric

    Name string

    The displayed name of the metric

    Unit string

    The unit of the metric. Possible values are BIT, BIT_PER_HOUR, BIT_PER_MINUTE, BIT_PER_SECOND, BYTE, BYTE_PER_HOUR, BYTE_PER_MINUTE, BYTE_PER_SECOND, CORES, COUNT, DAY, DECIBEL_MILLI_WATT, GIBI_BYTE, GIGA, GIGA_BYTE, HOUR, KIBI_BYTE, KIBI_BYTE_PER_HOUR, KIBI_BYTE_PER_MINUTE, KIBI_BYTE_PER_SECOND, KILO, KILO_BYTE, KILO_BYTE_PER_HOUR, KILO_BYTE_PER_MINUTE, KILO_BYTE_PER_SECOND, MEBI_BYTE, MEBI_BYTE_PER_HOUR, MEBI_BYTE_PER_MINUTE, MEBI_BYTE_PER_SECOND, MEGA, MEGA_BYTE, MEGA_BYTE_PER_HOUR, MEGA_BYTE_PER_MINUTE, MEGA_BYTE_PER_SECOND, MICRO_SECOND, MILLI_CORES, MILLI_SECOND, MILLI_SECOND_PER_MINUTE, MINUTE, MONTH, MSU, NANO_SECOND, NANO_SECOND_PER_MINUTE, NOT_APPLICABLE, PERCENT, PER_HOUR, PER_MINUTE, PER_SECOND, PIXEL, PROMILLE, RATIO, SECOND, STATE, UNSPECIFIED, WEEK and YEAR

    UnitDisplayName string

    The display name of the metric's unit. Only applicable when the unit parameter is set to UNSPECIFIED

    Unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    Conditions []CalculatedServiceMetricConditionArgs

    The set of conditions for the metric usage. All the specified conditions must be fulfilled to use the metric

    Description string

    The displayed description of the metric

    DimensionDefinition CalculatedServiceMetricDimensionDefinitionArgs

    Parameters of a definition of a calculated service metric

    Enabled bool

    The metric is enabled (true) or disabled (false)

    EntityId string

    Restricts the metric usage to the specified service. This field is mutually exclusive with the management_zones field

    ManagementZones []string

    Restricts the metric usage to specified management zones. This field is mutually exclusive with the entity_id field

    MetricDefinition CalculatedServiceMetricMetricDefinitionArgs

    The definition of a calculated service metric

    MetricKey string

    The key of the calculated service metric

    Name string

    The displayed name of the metric

    Unit string

    The unit of the metric. Possible values are BIT, BIT_PER_HOUR, BIT_PER_MINUTE, BIT_PER_SECOND, BYTE, BYTE_PER_HOUR, BYTE_PER_MINUTE, BYTE_PER_SECOND, CORES, COUNT, DAY, DECIBEL_MILLI_WATT, GIBI_BYTE, GIGA, GIGA_BYTE, HOUR, KIBI_BYTE, KIBI_BYTE_PER_HOUR, KIBI_BYTE_PER_MINUTE, KIBI_BYTE_PER_SECOND, KILO, KILO_BYTE, KILO_BYTE_PER_HOUR, KILO_BYTE_PER_MINUTE, KILO_BYTE_PER_SECOND, MEBI_BYTE, MEBI_BYTE_PER_HOUR, MEBI_BYTE_PER_MINUTE, MEBI_BYTE_PER_SECOND, MEGA, MEGA_BYTE, MEGA_BYTE_PER_HOUR, MEGA_BYTE_PER_MINUTE, MEGA_BYTE_PER_SECOND, MICRO_SECOND, MILLI_CORES, MILLI_SECOND, MILLI_SECOND_PER_MINUTE, MINUTE, MONTH, MSU, NANO_SECOND, NANO_SECOND_PER_MINUTE, NOT_APPLICABLE, PERCENT, PER_HOUR, PER_MINUTE, PER_SECOND, PIXEL, PROMILLE, RATIO, SECOND, STATE, UNSPECIFIED, WEEK and YEAR

    UnitDisplayName string

    The display name of the metric's unit. Only applicable when the unit parameter is set to UNSPECIFIED

    Unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    conditions List<CalculatedServiceMetricCondition>

    The set of conditions for the metric usage. All the specified conditions must be fulfilled to use the metric

    description String

    The displayed description of the metric

    dimensionDefinition CalculatedServiceMetricDimensionDefinition

    Parameters of a definition of a calculated service metric

    enabled Boolean

    The metric is enabled (true) or disabled (false)

    entityId String

    Restricts the metric usage to the specified service. This field is mutually exclusive with the management_zones field

    managementZones List<String>

    Restricts the metric usage to specified management zones. This field is mutually exclusive with the entity_id field

    metricDefinition CalculatedServiceMetricMetricDefinition

    The definition of a calculated service metric

    metricKey String

    The key of the calculated service metric

    name String

    The displayed name of the metric

    unit String

    The unit of the metric. Possible values are BIT, BIT_PER_HOUR, BIT_PER_MINUTE, BIT_PER_SECOND, BYTE, BYTE_PER_HOUR, BYTE_PER_MINUTE, BYTE_PER_SECOND, CORES, COUNT, DAY, DECIBEL_MILLI_WATT, GIBI_BYTE, GIGA, GIGA_BYTE, HOUR, KIBI_BYTE, KIBI_BYTE_PER_HOUR, KIBI_BYTE_PER_MINUTE, KIBI_BYTE_PER_SECOND, KILO, KILO_BYTE, KILO_BYTE_PER_HOUR, KILO_BYTE_PER_MINUTE, KILO_BYTE_PER_SECOND, MEBI_BYTE, MEBI_BYTE_PER_HOUR, MEBI_BYTE_PER_MINUTE, MEBI_BYTE_PER_SECOND, MEGA, MEGA_BYTE, MEGA_BYTE_PER_HOUR, MEGA_BYTE_PER_MINUTE, MEGA_BYTE_PER_SECOND, MICRO_SECOND, MILLI_CORES, MILLI_SECOND, MILLI_SECOND_PER_MINUTE, MINUTE, MONTH, MSU, NANO_SECOND, NANO_SECOND_PER_MINUTE, NOT_APPLICABLE, PERCENT, PER_HOUR, PER_MINUTE, PER_SECOND, PIXEL, PROMILLE, RATIO, SECOND, STATE, UNSPECIFIED, WEEK and YEAR

    unitDisplayName String

    The display name of the metric's unit. Only applicable when the unit parameter is set to UNSPECIFIED

    unknowns String

    allows for configuring properties that are not explicitly supported by the current version of this provider

    conditions CalculatedServiceMetricCondition[]

    The set of conditions for the metric usage. All the specified conditions must be fulfilled to use the metric

    description string

    The displayed description of the metric

    dimensionDefinition CalculatedServiceMetricDimensionDefinition

    Parameters of a definition of a calculated service metric

    enabled boolean

    The metric is enabled (true) or disabled (false)

    entityId string

    Restricts the metric usage to the specified service. This field is mutually exclusive with the management_zones field

    managementZones string[]

    Restricts the metric usage to specified management zones. This field is mutually exclusive with the entity_id field

    metricDefinition CalculatedServiceMetricMetricDefinition

    The definition of a calculated service metric

    metricKey string

    The key of the calculated service metric

    name string

    The displayed name of the metric

    unit string

    The unit of the metric. Possible values are BIT, BIT_PER_HOUR, BIT_PER_MINUTE, BIT_PER_SECOND, BYTE, BYTE_PER_HOUR, BYTE_PER_MINUTE, BYTE_PER_SECOND, CORES, COUNT, DAY, DECIBEL_MILLI_WATT, GIBI_BYTE, GIGA, GIGA_BYTE, HOUR, KIBI_BYTE, KIBI_BYTE_PER_HOUR, KIBI_BYTE_PER_MINUTE, KIBI_BYTE_PER_SECOND, KILO, KILO_BYTE, KILO_BYTE_PER_HOUR, KILO_BYTE_PER_MINUTE, KILO_BYTE_PER_SECOND, MEBI_BYTE, MEBI_BYTE_PER_HOUR, MEBI_BYTE_PER_MINUTE, MEBI_BYTE_PER_SECOND, MEGA, MEGA_BYTE, MEGA_BYTE_PER_HOUR, MEGA_BYTE_PER_MINUTE, MEGA_BYTE_PER_SECOND, MICRO_SECOND, MILLI_CORES, MILLI_SECOND, MILLI_SECOND_PER_MINUTE, MINUTE, MONTH, MSU, NANO_SECOND, NANO_SECOND_PER_MINUTE, NOT_APPLICABLE, PERCENT, PER_HOUR, PER_MINUTE, PER_SECOND, PIXEL, PROMILLE, RATIO, SECOND, STATE, UNSPECIFIED, WEEK and YEAR

    unitDisplayName string

    The display name of the metric's unit. Only applicable when the unit parameter is set to UNSPECIFIED

    unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    conditions Sequence[CalculatedServiceMetricConditionArgs]

    The set of conditions for the metric usage. All the specified conditions must be fulfilled to use the metric

    description str

    The displayed description of the metric

    dimension_definition CalculatedServiceMetricDimensionDefinitionArgs

    Parameters of a definition of a calculated service metric

    enabled bool

    The metric is enabled (true) or disabled (false)

    entity_id str

    Restricts the metric usage to the specified service. This field is mutually exclusive with the management_zones field

    management_zones Sequence[str]

    Restricts the metric usage to specified management zones. This field is mutually exclusive with the entity_id field

    metric_definition CalculatedServiceMetricMetricDefinitionArgs

    The definition of a calculated service metric

    metric_key str

    The key of the calculated service metric

    name str

    The displayed name of the metric

    unit str

    The unit of the metric. Possible values are BIT, BIT_PER_HOUR, BIT_PER_MINUTE, BIT_PER_SECOND, BYTE, BYTE_PER_HOUR, BYTE_PER_MINUTE, BYTE_PER_SECOND, CORES, COUNT, DAY, DECIBEL_MILLI_WATT, GIBI_BYTE, GIGA, GIGA_BYTE, HOUR, KIBI_BYTE, KIBI_BYTE_PER_HOUR, KIBI_BYTE_PER_MINUTE, KIBI_BYTE_PER_SECOND, KILO, KILO_BYTE, KILO_BYTE_PER_HOUR, KILO_BYTE_PER_MINUTE, KILO_BYTE_PER_SECOND, MEBI_BYTE, MEBI_BYTE_PER_HOUR, MEBI_BYTE_PER_MINUTE, MEBI_BYTE_PER_SECOND, MEGA, MEGA_BYTE, MEGA_BYTE_PER_HOUR, MEGA_BYTE_PER_MINUTE, MEGA_BYTE_PER_SECOND, MICRO_SECOND, MILLI_CORES, MILLI_SECOND, MILLI_SECOND_PER_MINUTE, MINUTE, MONTH, MSU, NANO_SECOND, NANO_SECOND_PER_MINUTE, NOT_APPLICABLE, PERCENT, PER_HOUR, PER_MINUTE, PER_SECOND, PIXEL, PROMILLE, RATIO, SECOND, STATE, UNSPECIFIED, WEEK and YEAR

    unit_display_name str

    The display name of the metric's unit. Only applicable when the unit parameter is set to UNSPECIFIED

    unknowns str

    allows for configuring properties that are not explicitly supported by the current version of this provider

    conditions List<Property Map>

    The set of conditions for the metric usage. All the specified conditions must be fulfilled to use the metric

    description String

    The displayed description of the metric

    dimensionDefinition Property Map

    Parameters of a definition of a calculated service metric

    enabled Boolean

    The metric is enabled (true) or disabled (false)

    entityId String

    Restricts the metric usage to the specified service. This field is mutually exclusive with the management_zones field

    managementZones List<String>

    Restricts the metric usage to specified management zones. This field is mutually exclusive with the entity_id field

    metricDefinition Property Map

    The definition of a calculated service metric

    metricKey String

    The key of the calculated service metric

    name String

    The displayed name of the metric

    unit String

    The unit of the metric. Possible values are BIT, BIT_PER_HOUR, BIT_PER_MINUTE, BIT_PER_SECOND, BYTE, BYTE_PER_HOUR, BYTE_PER_MINUTE, BYTE_PER_SECOND, CORES, COUNT, DAY, DECIBEL_MILLI_WATT, GIBI_BYTE, GIGA, GIGA_BYTE, HOUR, KIBI_BYTE, KIBI_BYTE_PER_HOUR, KIBI_BYTE_PER_MINUTE, KIBI_BYTE_PER_SECOND, KILO, KILO_BYTE, KILO_BYTE_PER_HOUR, KILO_BYTE_PER_MINUTE, KILO_BYTE_PER_SECOND, MEBI_BYTE, MEBI_BYTE_PER_HOUR, MEBI_BYTE_PER_MINUTE, MEBI_BYTE_PER_SECOND, MEGA, MEGA_BYTE, MEGA_BYTE_PER_HOUR, MEGA_BYTE_PER_MINUTE, MEGA_BYTE_PER_SECOND, MICRO_SECOND, MILLI_CORES, MILLI_SECOND, MILLI_SECOND_PER_MINUTE, MINUTE, MONTH, MSU, NANO_SECOND, NANO_SECOND_PER_MINUTE, NOT_APPLICABLE, PERCENT, PER_HOUR, PER_MINUTE, PER_SECOND, PIXEL, PROMILLE, RATIO, SECOND, STATE, UNSPECIFIED, WEEK and YEAR

    unitDisplayName String

    The display name of the metric's unit. Only applicable when the unit parameter is set to UNSPECIFIED

    unknowns String

    allows for configuring properties that are not explicitly supported by the current version of this provider

    Supporting Types

    CalculatedServiceMetricCondition, CalculatedServiceMetricConditionArgs

    CalculatedServiceMetricConditionCondition, CalculatedServiceMetricConditionConditionArgs

    CalculatedServiceMetricConditionConditionComparison, CalculatedServiceMetricConditionConditionComparisonArgs

    Boolean Lbrlabs.PulumiPackage.Dynatrace.Inputs.CalculatedServiceMetricConditionConditionComparisonBoolean
    EsbInputNodeType Lbrlabs.PulumiPackage.Dynatrace.Inputs.CalculatedServiceMetricConditionConditionComparisonEsbInputNodeType
    FailedState Lbrlabs.PulumiPackage.Dynatrace.Inputs.CalculatedServiceMetricConditionConditionComparisonFailedState
    FailureReason Lbrlabs.PulumiPackage.Dynatrace.Inputs.CalculatedServiceMetricConditionConditionComparisonFailureReason
    FastString Lbrlabs.PulumiPackage.Dynatrace.Inputs.CalculatedServiceMetricConditionConditionComparisonFastString
    FlawState Lbrlabs.PulumiPackage.Dynatrace.Inputs.CalculatedServiceMetricConditionConditionComparisonFlawState
    Generic Lbrlabs.PulumiPackage.Dynatrace.Inputs.CalculatedServiceMetricConditionConditionComparisonGeneric
    HttpMethod Lbrlabs.PulumiPackage.Dynatrace.Inputs.CalculatedServiceMetricConditionConditionComparisonHttpMethod
    HttpStatusClass Lbrlabs.PulumiPackage.Dynatrace.Inputs.CalculatedServiceMetricConditionConditionComparisonHttpStatusClass
    IibInputNodeType Lbrlabs.PulumiPackage.Dynatrace.Inputs.CalculatedServiceMetricConditionConditionComparisonIibInputNodeType
    Negate bool
    Number Lbrlabs.PulumiPackage.Dynatrace.Inputs.CalculatedServiceMetricConditionConditionComparisonNumber
    NumberRequestAttribute Lbrlabs.PulumiPackage.Dynatrace.Inputs.CalculatedServiceMetricConditionConditionComparisonNumberRequestAttribute
    ServiceType Lbrlabs.PulumiPackage.Dynatrace.Inputs.CalculatedServiceMetricConditionConditionComparisonServiceType
    String Lbrlabs.PulumiPackage.Dynatrace.Inputs.CalculatedServiceMetricConditionConditionComparisonString
    StringRequestAttribute Lbrlabs.PulumiPackage.Dynatrace.Inputs.CalculatedServiceMetricConditionConditionComparisonStringRequestAttribute
    Tag Lbrlabs.PulumiPackage.Dynatrace.Inputs.CalculatedServiceMetricConditionConditionComparisonTag
    ZosCallType Lbrlabs.PulumiPackage.Dynatrace.Inputs.CalculatedServiceMetricConditionConditionComparisonZosCallType
    Boolean CalculatedServiceMetricConditionConditionComparisonBoolean
    EsbInputNodeType CalculatedServiceMetricConditionConditionComparisonEsbInputNodeType
    FailedState CalculatedServiceMetricConditionConditionComparisonFailedState
    FailureReason CalculatedServiceMetricConditionConditionComparisonFailureReason
    FastString CalculatedServiceMetricConditionConditionComparisonFastString
    FlawState CalculatedServiceMetricConditionConditionComparisonFlawState
    Generic CalculatedServiceMetricConditionConditionComparisonGeneric
    HttpMethod CalculatedServiceMetricConditionConditionComparisonHttpMethod
    HttpStatusClass CalculatedServiceMetricConditionConditionComparisonHttpStatusClass
    IibInputNodeType CalculatedServiceMetricConditionConditionComparisonIibInputNodeType
    Negate bool
    Number CalculatedServiceMetricConditionConditionComparisonNumber
    NumberRequestAttribute CalculatedServiceMetricConditionConditionComparisonNumberRequestAttribute
    ServiceType CalculatedServiceMetricConditionConditionComparisonServiceType
    String CalculatedServiceMetricConditionConditionComparisonString
    StringRequestAttribute CalculatedServiceMetricConditionConditionComparisonStringRequestAttribute
    Tag CalculatedServiceMetricConditionConditionComparisonTag
    ZosCallType CalculatedServiceMetricConditionConditionComparisonZosCallType
    boolean_ CalculatedServiceMetricConditionConditionComparisonBoolean
    esbInputNodeType CalculatedServiceMetricConditionConditionComparisonEsbInputNodeType
    failedState CalculatedServiceMetricConditionConditionComparisonFailedState
    failureReason CalculatedServiceMetricConditionConditionComparisonFailureReason
    fastString CalculatedServiceMetricConditionConditionComparisonFastString
    flawState CalculatedServiceMetricConditionConditionComparisonFlawState
    generic CalculatedServiceMetricConditionConditionComparisonGeneric
    httpMethod CalculatedServiceMetricConditionConditionComparisonHttpMethod
    httpStatusClass CalculatedServiceMetricConditionConditionComparisonHttpStatusClass
    iibInputNodeType CalculatedServiceMetricConditionConditionComparisonIibInputNodeType
    negate Boolean
    number CalculatedServiceMetricConditionConditionComparisonNumber
    numberRequestAttribute CalculatedServiceMetricConditionConditionComparisonNumberRequestAttribute
    serviceType CalculatedServiceMetricConditionConditionComparisonServiceType
    string CalculatedServiceMetricConditionConditionComparisonString
    stringRequestAttribute CalculatedServiceMetricConditionConditionComparisonStringRequestAttribute
    tag CalculatedServiceMetricConditionConditionComparisonTag
    zosCallType CalculatedServiceMetricConditionConditionComparisonZosCallType
    boolean CalculatedServiceMetricConditionConditionComparisonBoolean
    esbInputNodeType CalculatedServiceMetricConditionConditionComparisonEsbInputNodeType
    failedState CalculatedServiceMetricConditionConditionComparisonFailedState
    failureReason CalculatedServiceMetricConditionConditionComparisonFailureReason
    fastString CalculatedServiceMetricConditionConditionComparisonFastString
    flawState CalculatedServiceMetricConditionConditionComparisonFlawState
    generic CalculatedServiceMetricConditionConditionComparisonGeneric
    httpMethod CalculatedServiceMetricConditionConditionComparisonHttpMethod
    httpStatusClass CalculatedServiceMetricConditionConditionComparisonHttpStatusClass
    iibInputNodeType CalculatedServiceMetricConditionConditionComparisonIibInputNodeType
    negate boolean
    number CalculatedServiceMetricConditionConditionComparisonNumber
    numberRequestAttribute CalculatedServiceMetricConditionConditionComparisonNumberRequestAttribute
    serviceType CalculatedServiceMetricConditionConditionComparisonServiceType
    string CalculatedServiceMetricConditionConditionComparisonString
    stringRequestAttribute CalculatedServiceMetricConditionConditionComparisonStringRequestAttribute
    tag CalculatedServiceMetricConditionConditionComparisonTag
    zosCallType CalculatedServiceMetricConditionConditionComparisonZosCallType
    boolean CalculatedServiceMetricConditionConditionComparisonBoolean
    esb_input_node_type CalculatedServiceMetricConditionConditionComparisonEsbInputNodeType
    failed_state CalculatedServiceMetricConditionConditionComparisonFailedState
    failure_reason CalculatedServiceMetricConditionConditionComparisonFailureReason
    fast_string CalculatedServiceMetricConditionConditionComparisonFastString
    flaw_state CalculatedServiceMetricConditionConditionComparisonFlawState
    generic CalculatedServiceMetricConditionConditionComparisonGeneric
    http_method CalculatedServiceMetricConditionConditionComparisonHttpMethod
    http_status_class CalculatedServiceMetricConditionConditionComparisonHttpStatusClass
    iib_input_node_type CalculatedServiceMetricConditionConditionComparisonIibInputNodeType
    negate bool
    number CalculatedServiceMetricConditionConditionComparisonNumber
    number_request_attribute CalculatedServiceMetricConditionConditionComparisonNumberRequestAttribute
    service_type CalculatedServiceMetricConditionConditionComparisonServiceType
    string CalculatedServiceMetricConditionConditionComparisonString
    string_request_attribute CalculatedServiceMetricConditionConditionComparisonStringRequestAttribute
    tag CalculatedServiceMetricConditionConditionComparisonTag
    zos_call_type CalculatedServiceMetricConditionConditionComparisonZosCallType

    CalculatedServiceMetricConditionConditionComparisonBoolean, CalculatedServiceMetricConditionConditionComparisonBooleanArgs

    Value bool
    Operator string
    Unknowns string
    Values List<bool>
    Value bool
    Operator string
    Unknowns string
    Values []bool
    value Boolean
    operator String
    unknowns String
    values List<Boolean>
    value boolean
    operator string
    unknowns string
    values boolean[]
    value bool
    operator str
    unknowns str
    values Sequence[bool]
    value Boolean
    operator String
    unknowns String
    values List<Boolean>

    CalculatedServiceMetricConditionConditionComparisonEsbInputNodeType, CalculatedServiceMetricConditionConditionComparisonEsbInputNodeTypeArgs

    Operator string
    Unknowns string
    Value string
    Values List<string>
    Operator string
    Unknowns string
    Value string
    Values []string
    operator String
    unknowns String
    value String
    values List<String>
    operator string
    unknowns string
    value string
    values string[]
    operator str
    unknowns str
    value str
    values Sequence[str]
    operator String
    unknowns String
    value String
    values List<String>

    CalculatedServiceMetricConditionConditionComparisonFailedState, CalculatedServiceMetricConditionConditionComparisonFailedStateArgs

    Operator string
    Unknowns string
    Value string
    Values List<string>
    Operator string
    Unknowns string
    Value string
    Values []string
    operator String
    unknowns String
    value String
    values List<String>
    operator string
    unknowns string
    value string
    values string[]
    operator str
    unknowns str
    value str
    values Sequence[str]
    operator String
    unknowns String
    value String
    values List<String>

    CalculatedServiceMetricConditionConditionComparisonFailureReason, CalculatedServiceMetricConditionConditionComparisonFailureReasonArgs

    Operator string
    Unknowns string
    Value string
    Values List<string>
    Operator string
    Unknowns string
    Value string
    Values []string
    operator String
    unknowns String
    value String
    values List<String>
    operator string
    unknowns string
    value string
    values string[]
    operator str
    unknowns str
    value str
    values Sequence[str]
    operator String
    unknowns String
    value String
    values List<String>

    CalculatedServiceMetricConditionConditionComparisonFastString, CalculatedServiceMetricConditionConditionComparisonFastStringArgs

    CaseSensitive bool
    Operator string
    Unknowns string
    Value string
    Values List<string>
    CaseSensitive bool
    Operator string
    Unknowns string
    Value string
    Values []string
    caseSensitive Boolean
    operator String
    unknowns String
    value String
    values List<String>
    caseSensitive boolean
    operator string
    unknowns string
    value string
    values string[]
    case_sensitive bool
    operator str
    unknowns str
    value str
    values Sequence[str]
    caseSensitive Boolean
    operator String
    unknowns String
    value String
    values List<String>

    CalculatedServiceMetricConditionConditionComparisonFlawState, CalculatedServiceMetricConditionConditionComparisonFlawStateArgs

    Operator string
    Unknowns string
    Value string
    Values List<string>
    Operator string
    Unknowns string
    Value string
    Values []string
    operator String
    unknowns String
    value String
    values List<String>
    operator string
    unknowns string
    value string
    values string[]
    operator str
    unknowns str
    value str
    values Sequence[str]
    operator String
    unknowns String
    value String
    values List<String>

    CalculatedServiceMetricConditionConditionComparisonGeneric, CalculatedServiceMetricConditionConditionComparisonGenericArgs

    Type string
    Unknowns string
    Type string
    Unknowns string
    type String
    unknowns String
    type string
    unknowns string
    type str
    unknowns str
    type String
    unknowns String

    CalculatedServiceMetricConditionConditionComparisonHttpMethod, CalculatedServiceMetricConditionConditionComparisonHttpMethodArgs

    Operator string
    Unknowns string
    Value string
    Values List<string>
    Operator string
    Unknowns string
    Value string
    Values []string
    operator String
    unknowns String
    value String
    values List<String>
    operator string
    unknowns string
    value string
    values string[]
    operator str
    unknowns str
    value str
    values Sequence[str]
    operator String
    unknowns String
    value String
    values List<String>

    CalculatedServiceMetricConditionConditionComparisonHttpStatusClass, CalculatedServiceMetricConditionConditionComparisonHttpStatusClassArgs

    Operator string
    Unknowns string
    Value string
    Values List<string>
    Operator string
    Unknowns string
    Value string
    Values []string
    operator String
    unknowns String
    value String
    values List<String>
    operator string
    unknowns string
    value string
    values string[]
    operator str
    unknowns str
    value str
    values Sequence[str]
    operator String
    unknowns String
    value String
    values List<String>

    CalculatedServiceMetricConditionConditionComparisonIibInputNodeType, CalculatedServiceMetricConditionConditionComparisonIibInputNodeTypeArgs

    Operator string
    Unknowns string
    Value string
    Values List<string>
    Operator string
    Unknowns string
    Value string
    Values []string
    operator String
    unknowns String
    value String
    values List<String>
    operator string
    unknowns string
    value string
    values string[]
    operator str
    unknowns str
    value str
    values Sequence[str]
    operator String
    unknowns String
    value String
    values List<String>

    CalculatedServiceMetricConditionConditionComparisonNumber, CalculatedServiceMetricConditionConditionComparisonNumberArgs

    Operator string
    Unknowns string
    Value double
    Values List<double>
    Operator string
    Unknowns string
    Value float64
    Values []float64
    operator String
    unknowns String
    value Double
    values List<Double>
    operator string
    unknowns string
    value number
    values number[]
    operator str
    unknowns str
    value float
    values Sequence[float]
    operator String
    unknowns String
    value Number
    values List<Number>

    CalculatedServiceMetricConditionConditionComparisonNumberRequestAttribute, CalculatedServiceMetricConditionConditionComparisonNumberRequestAttributeArgs

    CalculatedServiceMetricConditionConditionComparisonNumberRequestAttributeSource, CalculatedServiceMetricConditionConditionComparisonNumberRequestAttributeSourceArgs

    CalculatedServiceMetricConditionConditionComparisonNumberRequestAttributeSourceServiceTag, CalculatedServiceMetricConditionConditionComparisonNumberRequestAttributeSourceServiceTagArgs

    key String
    context String
    tagKey Property Map
    value String

    CalculatedServiceMetricConditionConditionComparisonNumberRequestAttributeSourceServiceTagTagKey, CalculatedServiceMetricConditionConditionComparisonNumberRequestAttributeSourceServiceTagTagKeyArgs

    Context string
    Key string
    Context string
    Key string
    context String
    key String
    context string
    key string
    context str
    key str
    context String
    key String

    CalculatedServiceMetricConditionConditionComparisonServiceType, CalculatedServiceMetricConditionConditionComparisonServiceTypeArgs

    Operator string
    Unknowns string
    Value string
    Values List<string>
    Operator string
    Unknowns string
    Value string
    Values []string
    operator String
    unknowns String
    value String
    values List<String>
    operator string
    unknowns string
    value string
    values string[]
    operator str
    unknowns str
    value str
    values Sequence[str]
    operator String
    unknowns String
    value String
    values List<String>

    CalculatedServiceMetricConditionConditionComparisonString, CalculatedServiceMetricConditionConditionComparisonStringArgs

    CaseSensitive bool
    Operator string
    Unknowns string
    Value string
    Values List<string>
    CaseSensitive bool
    Operator string
    Unknowns string
    Value string
    Values []string
    caseSensitive Boolean
    operator String
    unknowns String
    value String
    values List<String>
    caseSensitive boolean
    operator string
    unknowns string
    value string
    values string[]
    case_sensitive bool
    operator str
    unknowns str
    value str
    values Sequence[str]
    caseSensitive Boolean
    operator String
    unknowns String
    value String
    values List<String>

    CalculatedServiceMetricConditionConditionComparisonStringRequestAttribute, CalculatedServiceMetricConditionConditionComparisonStringRequestAttributeArgs

    CalculatedServiceMetricConditionConditionComparisonStringRequestAttributeSource, CalculatedServiceMetricConditionConditionComparisonStringRequestAttributeSourceArgs

    CalculatedServiceMetricConditionConditionComparisonStringRequestAttributeSourceServiceTag, CalculatedServiceMetricConditionConditionComparisonStringRequestAttributeSourceServiceTagArgs

    key String
    context String
    tagKey Property Map
    value String

    CalculatedServiceMetricConditionConditionComparisonStringRequestAttributeSourceServiceTagTagKey, CalculatedServiceMetricConditionConditionComparisonStringRequestAttributeSourceServiceTagTagKeyArgs

    Context string
    Key string
    Context string
    Key string
    context String
    key String
    context string
    key string
    context str
    key str
    context String
    key String

    CalculatedServiceMetricConditionConditionComparisonTag, CalculatedServiceMetricConditionConditionComparisonTagArgs

    CalculatedServiceMetricConditionConditionComparisonTagValue, CalculatedServiceMetricConditionConditionComparisonTagValueArgs

    Context string
    Key string
    Unknowns string
    Value string
    Context string
    Key string
    Unknowns string
    Value string
    context String
    key String
    unknowns String
    value String
    context string
    key string
    unknowns string
    value string
    context str
    key str
    unknowns str
    value str
    context String
    key String
    unknowns String
    value String

    CalculatedServiceMetricConditionConditionComparisonTagValues, CalculatedServiceMetricConditionConditionComparisonTagValuesArgs

    CalculatedServiceMetricConditionConditionComparisonTagValuesValue, CalculatedServiceMetricConditionConditionComparisonTagValuesValueArgs

    Context string
    Key string
    Unknowns string
    Value string
    Context string
    Key string
    Unknowns string
    Value string
    context String
    key String
    unknowns String
    value String
    context string
    key string
    unknowns string
    value string
    context str
    key str
    unknowns str
    value str
    context String
    key String
    unknowns String
    value String

    CalculatedServiceMetricConditionConditionComparisonZosCallType, CalculatedServiceMetricConditionConditionComparisonZosCallTypeArgs

    Operator string
    Unknowns string
    Value string
    Values List<string>
    Operator string
    Unknowns string
    Value string
    Values []string
    operator String
    unknowns String
    value String
    values List<String>
    operator string
    unknowns string
    value string
    values string[]
    operator str
    unknowns str
    value str
    values Sequence[str]
    operator String
    unknowns String
    value String
    values List<String>

    CalculatedServiceMetricDimensionDefinition, CalculatedServiceMetricDimensionDefinitionArgs

    CalculatedServiceMetricDimensionDefinitionPlaceholders, CalculatedServiceMetricDimensionDefinitionPlaceholdersArgs

    CalculatedServiceMetricDimensionDefinitionPlaceholdersPlaceholder, CalculatedServiceMetricDimensionDefinitionPlaceholdersPlaceholderArgs

    CalculatedServiceMetricDimensionDefinitionPlaceholdersPlaceholderSource, CalculatedServiceMetricDimensionDefinitionPlaceholdersPlaceholderSourceArgs

    CalculatedServiceMetricDimensionDefinitionPlaceholdersPlaceholderSourceServiceTag, CalculatedServiceMetricDimensionDefinitionPlaceholdersPlaceholderSourceServiceTagArgs

    key String
    context String
    tagKey Property Map
    value String

    CalculatedServiceMetricDimensionDefinitionPlaceholdersPlaceholderSourceServiceTagTagKey, CalculatedServiceMetricDimensionDefinitionPlaceholdersPlaceholderSourceServiceTagTagKeyArgs

    Context string
    Key string
    Context string
    Key string
    context String
    key String
    context string
    key string
    context str
    key str
    context String
    key String

    CalculatedServiceMetricMetricDefinition, CalculatedServiceMetricMetricDefinitionArgs

    Package Details

    Repository
    dynatrace lbrlabs/pulumi-dynatrace
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the dynatrace Terraform Provider.

    dynatrace logo
    Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs