dynatrace.ContainerTechnology
Explore with Pulumi AI
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
This property is required. string - The unique name of the resource.
- args
This property is required. ContainerTechnologyArgs - 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. 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
This property is required. string - The unique name of the resource.
- args
This property is required. ContainerTechnologyArgs - 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. ContainerTechnologyArgs - 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. 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:
- Bosh
Process Manager This property is required. bool - Platform: Cloud Foundry
- Containerd
This property is required. bool - Platform: Kubernetes Status: Released Operating system: Linux Min agent version: 1.169
- Crio
This property is required. bool - Platform: Kubernetes Status: Released Operating system: Linux Min agent version: 1.163
- Docker
This property is required. bool - Platform: Docker and Kubernetes Status: Released Operating system: Linux
- Docker
Windows This property is required. bool - Platform: Docker Status: Early adopter Operating system: Windows Min agent version: 1.149
- Garden
This property is required. bool - Platform: Cloud Foundry Status: Released Operating system: Linux Min agent version: 1.133
- Podman
This property is required. bool - Platform: Podman Status: Released Operating system: Linux Min agent version: 1.267
- Winc
This property is required. bool - Platform: Cloud Foundry Status: Early adopter Operating system: Windows Min agent version: 1.175
- Scope
Changes to this property will trigger replacement.
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- Bosh
Process Manager This property is required. bool - Platform: Cloud Foundry
- Containerd
This property is required. bool - Platform: Kubernetes Status: Released Operating system: Linux Min agent version: 1.169
- Crio
This property is required. bool - Platform: Kubernetes Status: Released Operating system: Linux Min agent version: 1.163
- Docker
This property is required. bool - Platform: Docker and Kubernetes Status: Released Operating system: Linux
- Docker
Windows This property is required. bool - Platform: Docker Status: Early adopter Operating system: Windows Min agent version: 1.149
- Garden
This property is required. bool - Platform: Cloud Foundry Status: Released Operating system: Linux Min agent version: 1.133
- Podman
This property is required. bool - Platform: Podman Status: Released Operating system: Linux Min agent version: 1.267
- Winc
This property is required. bool - Platform: Cloud Foundry Status: Early adopter Operating system: Windows Min agent version: 1.175
- Scope
Changes to this property will trigger replacement.
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- bosh
Process Manager This property is required. Boolean - Platform: Cloud Foundry
- containerd
This property is required. Boolean - Platform: Kubernetes Status: Released Operating system: Linux Min agent version: 1.169
- crio
This property is required. Boolean - Platform: Kubernetes Status: Released Operating system: Linux Min agent version: 1.163
- docker
This property is required. Boolean - Platform: Docker and Kubernetes Status: Released Operating system: Linux
- docker
Windows This property is required. Boolean - Platform: Docker Status: Early adopter Operating system: Windows Min agent version: 1.149
- garden
This property is required. Boolean - Platform: Cloud Foundry Status: Released Operating system: Linux Min agent version: 1.133
- podman
This property is required. Boolean - Platform: Podman Status: Released Operating system: Linux Min agent version: 1.267
- winc
This property is required. Boolean - Platform: Cloud Foundry Status: Early adopter Operating system: Windows Min agent version: 1.175
- scope
Changes to this property will trigger replacement.
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- bosh
Process Manager This property is required. boolean - Platform: Cloud Foundry
- containerd
This property is required. boolean - Platform: Kubernetes Status: Released Operating system: Linux Min agent version: 1.169
- crio
This property is required. boolean - Platform: Kubernetes Status: Released Operating system: Linux Min agent version: 1.163
- docker
This property is required. boolean - Platform: Docker and Kubernetes Status: Released Operating system: Linux
- docker
Windows This property is required. boolean - Platform: Docker Status: Early adopter Operating system: Windows Min agent version: 1.149
- garden
This property is required. boolean - Platform: Cloud Foundry Status: Released Operating system: Linux Min agent version: 1.133
- podman
This property is required. boolean - Platform: Podman Status: Released Operating system: Linux Min agent version: 1.267
- winc
This property is required. boolean - Platform: Cloud Foundry Status: Early adopter Operating system: Windows Min agent version: 1.175
- scope
Changes to this property will trigger replacement.
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- bosh_
process_ manager This property is required. bool - Platform: Cloud Foundry
- containerd
This property is required. bool - Platform: Kubernetes Status: Released Operating system: Linux Min agent version: 1.169
- crio
This property is required. bool - Platform: Kubernetes Status: Released Operating system: Linux Min agent version: 1.163
- docker
This property is required. bool - Platform: Docker and Kubernetes Status: Released Operating system: Linux
- docker_
windows This property is required. bool - Platform: Docker Status: Early adopter Operating system: Windows Min agent version: 1.149
- garden
This property is required. bool - Platform: Cloud Foundry Status: Released Operating system: Linux Min agent version: 1.133
- podman
This property is required. bool - Platform: Podman Status: Released Operating system: Linux Min agent version: 1.267
- winc
This property is required. bool - Platform: Cloud Foundry Status: Early adopter Operating system: Windows Min agent version: 1.175
- scope
Changes to this property will trigger replacement.
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- bosh
Process Manager This property is required. Boolean - Platform: Cloud Foundry
- containerd
This property is required. Boolean - Platform: Kubernetes Status: Released Operating system: Linux Min agent version: 1.169
- crio
This property is required. Boolean - Platform: Kubernetes Status: Released Operating system: Linux Min agent version: 1.163
- docker
This property is required. Boolean - Platform: Docker and Kubernetes Status: Released Operating system: Linux
- docker
Windows This property is required. Boolean - Platform: Docker Status: Early adopter Operating system: Windows Min agent version: 1.149
- garden
This property is required. Boolean - Platform: Cloud Foundry Status: Released Operating system: Linux Min agent version: 1.133
- podman
This property is required. Boolean - Platform: Podman Status: Released Operating system: Linux Min agent version: 1.267
- winc
This property is required. Boolean - Platform: Cloud Foundry Status: Early adopter Operating system: Windows Min agent version: 1.175
- scope
Changes to this property will trigger replacement.
- 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
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.
- Bosh
Process boolManager - 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
Changes to this property will trigger replacement.
- 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
- Bosh
Process boolManager - 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
Changes to this property will trigger replacement.
- 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
- bosh
Process BooleanManager - 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
- docker
Windows 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
Changes to this property will trigger replacement.
- 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 booleanManager - 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
- docker
Windows 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
Changes to this property will trigger replacement.
- 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_ boolmanager - 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
Changes to this property will trigger replacement.
- 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
- bosh
Process BooleanManager - 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
- docker
Windows 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
Changes to this property will trigger replacement.
- 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.