1. Packages
  2. Dynatrace
  3. API Docs
  4. ContainerTechnology
Dynatrace v0.31.0 published on Tuesday, Sep 23, 2025 by Pulumiverse

dynatrace.ContainerTechnology

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.31.0 published on Tuesday, Sep 23, 2025 by Pulumiverse

    Create ContainerTechnology Resource

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

    Constructor syntax

    new ContainerTechnology(name: string, args: ContainerTechnologyArgs, opts?: CustomResourceOptions);
    @overload
    def ContainerTechnology(resource_name: str,
                            args: ContainerTechnologyArgs,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def ContainerTechnology(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            bosh_process_manager: Optional[bool] = None,
                            containerd: Optional[bool] = None,
                            crio: Optional[bool] = None,
                            docker: Optional[bool] = None,
                            docker_windows: Optional[bool] = None,
                            garden: Optional[bool] = None,
                            podman: Optional[bool] = None,
                            winc: Optional[bool] = None,
                            scope: Optional[str] = None)
    func NewContainerTechnology(ctx *Context, name string, args ContainerTechnologyArgs, opts ...ResourceOption) (*ContainerTechnology, error)
    public ContainerTechnology(string name, ContainerTechnologyArgs args, CustomResourceOptions? opts = null)
    public ContainerTechnology(String name, ContainerTechnologyArgs args)
    public ContainerTechnology(String name, ContainerTechnologyArgs args, CustomResourceOptions options)
    
    type: dynatrace:ContainerTechnology
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ContainerTechnologyArgs
    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 ContainerTechnologyArgs
    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 ContainerTechnologyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ContainerTechnologyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ContainerTechnologyArgs
    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 containerTechnologyResource = new Dynatrace.ContainerTechnology("containerTechnologyResource", new()
    {
        BoshProcessManager = false,
        Containerd = false,
        Crio = false,
        Docker = false,
        DockerWindows = false,
        Garden = false,
        Podman = false,
        Winc = false,
        Scope = "string",
    });
    
    example, err := dynatrace.NewContainerTechnology(ctx, "containerTechnologyResource", &dynatrace.ContainerTechnologyArgs{
    	BoshProcessManager: pulumi.Bool(false),
    	Containerd:         pulumi.Bool(false),
    	Crio:               pulumi.Bool(false),
    	Docker:             pulumi.Bool(false),
    	DockerWindows:      pulumi.Bool(false),
    	Garden:             pulumi.Bool(false),
    	Podman:             pulumi.Bool(false),
    	Winc:               pulumi.Bool(false),
    	Scope:              pulumi.String("string"),
    })
    
    var containerTechnologyResource = new ContainerTechnology("containerTechnologyResource", ContainerTechnologyArgs.builder()
        .boshProcessManager(false)
        .containerd(false)
        .crio(false)
        .docker(false)
        .dockerWindows(false)
        .garden(false)
        .podman(false)
        .winc(false)
        .scope("string")
        .build());
    
    container_technology_resource = dynatrace.ContainerTechnology("containerTechnologyResource",
        bosh_process_manager=False,
        containerd=False,
        crio=False,
        docker=False,
        docker_windows=False,
        garden=False,
        podman=False,
        winc=False,
        scope="string")
    
    const containerTechnologyResource = new dynatrace.ContainerTechnology("containerTechnologyResource", {
        boshProcessManager: false,
        containerd: false,
        crio: false,
        docker: false,
        dockerWindows: false,
        garden: false,
        podman: false,
        winc: false,
        scope: "string",
    });
    
    type: dynatrace:ContainerTechnology
    properties:
        boshProcessManager: false
        containerd: false
        crio: false
        docker: false
        dockerWindows: false
        garden: false
        podman: false
        scope: string
        winc: false
    

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

    BoshProcessManager bool
    Platform: Cloud Foundry
    Containerd bool

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.169

    Crio bool

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.163

    Docker bool

    Platform: Docker and Kubernetes

    Status: Released

    Operating system: Linux

    DockerWindows bool

    Platform: Docker

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.149

    Garden bool

    Platform: Cloud Foundry

    Status: Released

    Operating system: Linux

    Min agent version: 1.133

    Podman bool

    Platform: Podman

    Status: Released

    Operating system: Linux

    Min agent version: 1.267

    Winc bool

    Platform: Cloud Foundry

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.175

    Scope string
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    BoshProcessManager bool
    Platform: Cloud Foundry
    Containerd bool

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.169

    Crio bool

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.163

    Docker bool

    Platform: Docker and Kubernetes

    Status: Released

    Operating system: Linux

    DockerWindows bool

    Platform: Docker

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.149

    Garden bool

    Platform: Cloud Foundry

    Status: Released

    Operating system: Linux

    Min agent version: 1.133

    Podman bool

    Platform: Podman

    Status: Released

    Operating system: Linux

    Min agent version: 1.267

    Winc bool

    Platform: Cloud Foundry

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.175

    Scope string
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    boshProcessManager Boolean
    Platform: Cloud Foundry
    containerd Boolean

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.169

    crio Boolean

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.163

    docker Boolean

    Platform: Docker and Kubernetes

    Status: Released

    Operating system: Linux

    dockerWindows Boolean

    Platform: Docker

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.149

    garden Boolean

    Platform: Cloud Foundry

    Status: Released

    Operating system: Linux

    Min agent version: 1.133

    podman Boolean

    Platform: Podman

    Status: Released

    Operating system: Linux

    Min agent version: 1.267

    winc Boolean

    Platform: Cloud Foundry

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.175

    scope String
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    boshProcessManager boolean
    Platform: Cloud Foundry
    containerd boolean

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.169

    crio boolean

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.163

    docker boolean

    Platform: Docker and Kubernetes

    Status: Released

    Operating system: Linux

    dockerWindows boolean

    Platform: Docker

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.149

    garden boolean

    Platform: Cloud Foundry

    Status: Released

    Operating system: Linux

    Min agent version: 1.133

    podman boolean

    Platform: Podman

    Status: Released

    Operating system: Linux

    Min agent version: 1.267

    winc boolean

    Platform: Cloud Foundry

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.175

    scope string
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    bosh_process_manager bool
    Platform: Cloud Foundry
    containerd bool

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.169

    crio bool

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.163

    docker bool

    Platform: Docker and Kubernetes

    Status: Released

    Operating system: Linux

    docker_windows bool

    Platform: Docker

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.149

    garden bool

    Platform: Cloud Foundry

    Status: Released

    Operating system: Linux

    Min agent version: 1.133

    podman bool

    Platform: Podman

    Status: Released

    Operating system: Linux

    Min agent version: 1.267

    winc bool

    Platform: Cloud Foundry

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.175

    scope str
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    boshProcessManager Boolean
    Platform: Cloud Foundry
    containerd Boolean

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.169

    crio Boolean

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.163

    docker Boolean

    Platform: Docker and Kubernetes

    Status: Released

    Operating system: Linux

    dockerWindows Boolean

    Platform: Docker

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.149

    garden Boolean

    Platform: Cloud Foundry

    Status: Released

    Operating system: Linux

    Min agent version: 1.133

    podman Boolean

    Platform: Podman

    Status: Released

    Operating system: Linux

    Min agent version: 1.267

    winc Boolean

    Platform: Cloud Foundry

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.175

    scope String
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.

    Outputs

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

    Get an existing ContainerTechnology 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?: ContainerTechnologyState, opts?: CustomResourceOptions): ContainerTechnology
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            bosh_process_manager: Optional[bool] = None,
            containerd: Optional[bool] = None,
            crio: Optional[bool] = None,
            docker: Optional[bool] = None,
            docker_windows: Optional[bool] = None,
            garden: Optional[bool] = None,
            podman: Optional[bool] = None,
            scope: Optional[str] = None,
            winc: Optional[bool] = None) -> ContainerTechnology
    func GetContainerTechnology(ctx *Context, name string, id IDInput, state *ContainerTechnologyState, opts ...ResourceOption) (*ContainerTechnology, error)
    public static ContainerTechnology Get(string name, Input<string> id, ContainerTechnologyState? state, CustomResourceOptions? opts = null)
    public static ContainerTechnology get(String name, Output<String> id, ContainerTechnologyState state, CustomResourceOptions options)
    resources:  _:    type: dynatrace:ContainerTechnology    get:      id: ${id}
    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:
    BoshProcessManager bool
    Platform: Cloud Foundry
    Containerd bool

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.169

    Crio bool

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.163

    Docker bool

    Platform: Docker and Kubernetes

    Status: Released

    Operating system: Linux

    DockerWindows bool

    Platform: Docker

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.149

    Garden bool

    Platform: Cloud Foundry

    Status: Released

    Operating system: Linux

    Min agent version: 1.133

    Podman bool

    Platform: Podman

    Status: Released

    Operating system: Linux

    Min agent version: 1.267

    Scope string
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    Winc bool

    Platform: Cloud Foundry

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.175

    BoshProcessManager bool
    Platform: Cloud Foundry
    Containerd bool

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.169

    Crio bool

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.163

    Docker bool

    Platform: Docker and Kubernetes

    Status: Released

    Operating system: Linux

    DockerWindows bool

    Platform: Docker

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.149

    Garden bool

    Platform: Cloud Foundry

    Status: Released

    Operating system: Linux

    Min agent version: 1.133

    Podman bool

    Platform: Podman

    Status: Released

    Operating system: Linux

    Min agent version: 1.267

    Scope string
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    Winc bool

    Platform: Cloud Foundry

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.175

    boshProcessManager Boolean
    Platform: Cloud Foundry
    containerd Boolean

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.169

    crio Boolean

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.163

    docker Boolean

    Platform: Docker and Kubernetes

    Status: Released

    Operating system: Linux

    dockerWindows Boolean

    Platform: Docker

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.149

    garden Boolean

    Platform: Cloud Foundry

    Status: Released

    Operating system: Linux

    Min agent version: 1.133

    podman Boolean

    Platform: Podman

    Status: Released

    Operating system: Linux

    Min agent version: 1.267

    scope String
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    winc Boolean

    Platform: Cloud Foundry

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.175

    boshProcessManager boolean
    Platform: Cloud Foundry
    containerd boolean

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.169

    crio boolean

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.163

    docker boolean

    Platform: Docker and Kubernetes

    Status: Released

    Operating system: Linux

    dockerWindows boolean

    Platform: Docker

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.149

    garden boolean

    Platform: Cloud Foundry

    Status: Released

    Operating system: Linux

    Min agent version: 1.133

    podman boolean

    Platform: Podman

    Status: Released

    Operating system: Linux

    Min agent version: 1.267

    scope string
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    winc boolean

    Platform: Cloud Foundry

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.175

    bosh_process_manager bool
    Platform: Cloud Foundry
    containerd bool

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.169

    crio bool

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.163

    docker bool

    Platform: Docker and Kubernetes

    Status: Released

    Operating system: Linux

    docker_windows bool

    Platform: Docker

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.149

    garden bool

    Platform: Cloud Foundry

    Status: Released

    Operating system: Linux

    Min agent version: 1.133

    podman bool

    Platform: Podman

    Status: Released

    Operating system: Linux

    Min agent version: 1.267

    scope str
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    winc bool

    Platform: Cloud Foundry

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.175

    boshProcessManager Boolean
    Platform: Cloud Foundry
    containerd Boolean

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.169

    crio Boolean

    Platform: Kubernetes

    Status: Released

    Operating system: Linux

    Min agent version: 1.163

    docker Boolean

    Platform: Docker and Kubernetes

    Status: Released

    Operating system: Linux

    dockerWindows Boolean

    Platform: Docker

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.149

    garden Boolean

    Platform: Cloud Foundry

    Status: Released

    Operating system: Linux

    Min agent version: 1.133

    podman Boolean

    Platform: Podman

    Status: Released

    Operating system: Linux

    Min agent version: 1.267

    scope String
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    winc Boolean

    Platform: Cloud Foundry

    Status: Early adopter

    Operating system: Windows

    Min agent version: 1.175

    Package Details

    Repository
    dynatrace pulumiverse/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.31.0 published on Tuesday, Sep 23, 2025 by Pulumiverse