dynatrace logo
Dynatrace v0.1.0, May 24 23

dynatrace.ContainerTechnology

Explore with Pulumi AI

Create ContainerTechnology Resource

new ContainerTechnology(name: string, args: ContainerTechnologyArgs, opts?: CustomResourceOptions);
@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,
                        scope: Optional[str] = None,
                        winc: Optional[bool] = None)
@overload
def ContainerTechnology(resource_name: str,
                        args: ContainerTechnologyArgs,
                        opts: Optional[ResourceOptions] = 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.

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.

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

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

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

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

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

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

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

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,
        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)
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:
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

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

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

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

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

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

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 lbrlabs/pulumi-dynatrace
License
Apache-2.0
Notes

This Pulumi package is based on the dynatrace Terraform Provider.