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

dynatrace.ContainerRule

Explore with Pulumi AI

Create ContainerRule Resource

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

Constructor syntax

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

@overload
def ContainerRule(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  enabled: Optional[bool] = None,
                  mode: Optional[str] = None,
                  operator: Optional[str] = None,
                  property: Optional[str] = None,
                  insert_after: Optional[str] = None,
                  value: Optional[str] = None)
func NewContainerRule(ctx *Context, name string, args ContainerRuleArgs, opts ...ResourceOption) (*ContainerRule, error)
public ContainerRule(string name, ContainerRuleArgs args, CustomResourceOptions? opts = null)
public ContainerRule(String name, ContainerRuleArgs args)
public ContainerRule(String name, ContainerRuleArgs args, CustomResourceOptions options)
type: dynatrace:ContainerRule
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. ContainerRuleArgs
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. ContainerRuleArgs
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. ContainerRuleArgs
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. ContainerRuleArgs
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. ContainerRuleArgs
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 containerRuleResource = new Dynatrace.ContainerRule("containerRuleResource", new()
{
    Enabled = false,
    Mode = "string",
    Operator = "string",
    Property = "string",
    InsertAfter = "string",
    Value = "string",
});
Copy
example, err := dynatrace.NewContainerRule(ctx, "containerRuleResource", &dynatrace.ContainerRuleArgs{
	Enabled:     pulumi.Bool(false),
	Mode:        pulumi.String("string"),
	Operator:    pulumi.String("string"),
	Property:    pulumi.String("string"),
	InsertAfter: pulumi.String("string"),
	Value:       pulumi.String("string"),
})
Copy
var containerRuleResource = new ContainerRule("containerRuleResource", ContainerRuleArgs.builder()
    .enabled(false)
    .mode("string")
    .operator("string")
    .property("string")
    .insertAfter("string")
    .value("string")
    .build());
Copy
container_rule_resource = dynatrace.ContainerRule("containerRuleResource",
    enabled=False,
    mode="string",
    operator="string",
    property="string",
    insert_after="string",
    value="string")
Copy
const containerRuleResource = new dynatrace.ContainerRule("containerRuleResource", {
    enabled: false,
    mode: "string",
    operator: "string",
    property: "string",
    insertAfter: "string",
    value: "string",
});
Copy
type: dynatrace:ContainerRule
properties:
    enabled: false
    insertAfter: string
    mode: string
    operator: string
    property: string
    value: string
Copy

ContainerRule 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 ContainerRule resource accepts the following input properties:

Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
Mode This property is required. string
Possible Values: MONITORING_OFF, MONITORING_ON
Operator This property is required. string
Possible Values: CONTAINS, ENDS, EQUALS, EXISTS, NOT_CONTAINS, NOT_ENDS, NOT_EQUALS, NOT_EXISTS, NOT_STARTS, STARTS
Property This property is required. string
Possible Values: CONTAINER_NAME, IMAGE_NAME, KUBERNETES_BASEPODNAME, KUBERNETES_CONTAINERNAME, KUBERNETES_FULLPODNAME, KUBERNETES_NAMESPACE, KUBERNETES_PODUID
InsertAfter string
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
Value string
Condition value
Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
Mode This property is required. string
Possible Values: MONITORING_OFF, MONITORING_ON
Operator This property is required. string
Possible Values: CONTAINS, ENDS, EQUALS, EXISTS, NOT_CONTAINS, NOT_ENDS, NOT_EQUALS, NOT_EXISTS, NOT_STARTS, STARTS
Property This property is required. string
Possible Values: CONTAINER_NAME, IMAGE_NAME, KUBERNETES_BASEPODNAME, KUBERNETES_CONTAINERNAME, KUBERNETES_FULLPODNAME, KUBERNETES_NAMESPACE, KUBERNETES_PODUID
InsertAfter string
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
Value string
Condition value
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
mode This property is required. String
Possible Values: MONITORING_OFF, MONITORING_ON
operator This property is required. String
Possible Values: CONTAINS, ENDS, EQUALS, EXISTS, NOT_CONTAINS, NOT_ENDS, NOT_EQUALS, NOT_EXISTS, NOT_STARTS, STARTS
property This property is required. String
Possible Values: CONTAINER_NAME, IMAGE_NAME, KUBERNETES_BASEPODNAME, KUBERNETES_CONTAINERNAME, KUBERNETES_FULLPODNAME, KUBERNETES_NAMESPACE, KUBERNETES_PODUID
insertAfter String
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
value String
Condition value
enabled This property is required. boolean
This setting is enabled (true) or disabled (false)
mode This property is required. string
Possible Values: MONITORING_OFF, MONITORING_ON
operator This property is required. string
Possible Values: CONTAINS, ENDS, EQUALS, EXISTS, NOT_CONTAINS, NOT_ENDS, NOT_EQUALS, NOT_EXISTS, NOT_STARTS, STARTS
property This property is required. string
Possible Values: CONTAINER_NAME, IMAGE_NAME, KUBERNETES_BASEPODNAME, KUBERNETES_CONTAINERNAME, KUBERNETES_FULLPODNAME, KUBERNETES_NAMESPACE, KUBERNETES_PODUID
insertAfter string
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
value string
Condition value
enabled This property is required. bool
This setting is enabled (true) or disabled (false)
mode This property is required. str
Possible Values: MONITORING_OFF, MONITORING_ON
operator This property is required. str
Possible Values: CONTAINS, ENDS, EQUALS, EXISTS, NOT_CONTAINS, NOT_ENDS, NOT_EQUALS, NOT_EXISTS, NOT_STARTS, STARTS
property This property is required. str
Possible Values: CONTAINER_NAME, IMAGE_NAME, KUBERNETES_BASEPODNAME, KUBERNETES_CONTAINERNAME, KUBERNETES_FULLPODNAME, KUBERNETES_NAMESPACE, KUBERNETES_PODUID
insert_after str
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
value str
Condition value
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
mode This property is required. String
Possible Values: MONITORING_OFF, MONITORING_ON
operator This property is required. String
Possible Values: CONTAINS, ENDS, EQUALS, EXISTS, NOT_CONTAINS, NOT_ENDS, NOT_EQUALS, NOT_EXISTS, NOT_STARTS, STARTS
property This property is required. String
Possible Values: CONTAINER_NAME, IMAGE_NAME, KUBERNETES_BASEPODNAME, KUBERNETES_CONTAINERNAME, KUBERNETES_FULLPODNAME, KUBERNETES_NAMESPACE, KUBERNETES_PODUID
insertAfter String
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
value String
Condition value

Outputs

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

Get an existing ContainerRule 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?: ContainerRuleState, opts?: CustomResourceOptions): ContainerRule
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        enabled: Optional[bool] = None,
        insert_after: Optional[str] = None,
        mode: Optional[str] = None,
        operator: Optional[str] = None,
        property: Optional[str] = None,
        value: Optional[str] = None) -> ContainerRule
func GetContainerRule(ctx *Context, name string, id IDInput, state *ContainerRuleState, opts ...ResourceOption) (*ContainerRule, error)
public static ContainerRule Get(string name, Input<string> id, ContainerRuleState? state, CustomResourceOptions? opts = null)
public static ContainerRule get(String name, Output<String> id, ContainerRuleState state, CustomResourceOptions options)
resources:  _:    type: dynatrace:ContainerRule    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:
Enabled bool
This setting is enabled (true) or disabled (false)
InsertAfter string
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
Mode string
Possible Values: MONITORING_OFF, MONITORING_ON
Operator string
Possible Values: CONTAINS, ENDS, EQUALS, EXISTS, NOT_CONTAINS, NOT_ENDS, NOT_EQUALS, NOT_EXISTS, NOT_STARTS, STARTS
Property string
Possible Values: CONTAINER_NAME, IMAGE_NAME, KUBERNETES_BASEPODNAME, KUBERNETES_CONTAINERNAME, KUBERNETES_FULLPODNAME, KUBERNETES_NAMESPACE, KUBERNETES_PODUID
Value string
Condition value
Enabled bool
This setting is enabled (true) or disabled (false)
InsertAfter string
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
Mode string
Possible Values: MONITORING_OFF, MONITORING_ON
Operator string
Possible Values: CONTAINS, ENDS, EQUALS, EXISTS, NOT_CONTAINS, NOT_ENDS, NOT_EQUALS, NOT_EXISTS, NOT_STARTS, STARTS
Property string
Possible Values: CONTAINER_NAME, IMAGE_NAME, KUBERNETES_BASEPODNAME, KUBERNETES_CONTAINERNAME, KUBERNETES_FULLPODNAME, KUBERNETES_NAMESPACE, KUBERNETES_PODUID
Value string
Condition value
enabled Boolean
This setting is enabled (true) or disabled (false)
insertAfter String
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
mode String
Possible Values: MONITORING_OFF, MONITORING_ON
operator String
Possible Values: CONTAINS, ENDS, EQUALS, EXISTS, NOT_CONTAINS, NOT_ENDS, NOT_EQUALS, NOT_EXISTS, NOT_STARTS, STARTS
property String
Possible Values: CONTAINER_NAME, IMAGE_NAME, KUBERNETES_BASEPODNAME, KUBERNETES_CONTAINERNAME, KUBERNETES_FULLPODNAME, KUBERNETES_NAMESPACE, KUBERNETES_PODUID
value String
Condition value
enabled boolean
This setting is enabled (true) or disabled (false)
insertAfter string
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
mode string
Possible Values: MONITORING_OFF, MONITORING_ON
operator string
Possible Values: CONTAINS, ENDS, EQUALS, EXISTS, NOT_CONTAINS, NOT_ENDS, NOT_EQUALS, NOT_EXISTS, NOT_STARTS, STARTS
property string
Possible Values: CONTAINER_NAME, IMAGE_NAME, KUBERNETES_BASEPODNAME, KUBERNETES_CONTAINERNAME, KUBERNETES_FULLPODNAME, KUBERNETES_NAMESPACE, KUBERNETES_PODUID
value string
Condition value
enabled bool
This setting is enabled (true) or disabled (false)
insert_after str
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
mode str
Possible Values: MONITORING_OFF, MONITORING_ON
operator str
Possible Values: CONTAINS, ENDS, EQUALS, EXISTS, NOT_CONTAINS, NOT_ENDS, NOT_EQUALS, NOT_EXISTS, NOT_STARTS, STARTS
property str
Possible Values: CONTAINER_NAME, IMAGE_NAME, KUBERNETES_BASEPODNAME, KUBERNETES_CONTAINERNAME, KUBERNETES_FULLPODNAME, KUBERNETES_NAMESPACE, KUBERNETES_PODUID
value str
Condition value
enabled Boolean
This setting is enabled (true) or disabled (false)
insertAfter String
Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
mode String
Possible Values: MONITORING_OFF, MONITORING_ON
operator String
Possible Values: CONTAINS, ENDS, EQUALS, EXISTS, NOT_CONTAINS, NOT_ENDS, NOT_EQUALS, NOT_EXISTS, NOT_STARTS, STARTS
property String
Possible Values: CONTAINER_NAME, IMAGE_NAME, KUBERNETES_BASEPODNAME, KUBERNETES_CONTAINERNAME, KUBERNETES_FULLPODNAME, KUBERNETES_NAMESPACE, KUBERNETES_PODUID
value String
Condition value

Package Details

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