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

dynatrace.DevobsAgentOptin

Explore with Pulumi AI

Create DevobsAgentOptin Resource

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

Constructor syntax

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

@overload
def DevobsAgentOptin(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     enabled: Optional[bool] = None,
                     scope: Optional[str] = None)
func NewDevobsAgentOptin(ctx *Context, name string, args DevobsAgentOptinArgs, opts ...ResourceOption) (*DevobsAgentOptin, error)
public DevobsAgentOptin(string name, DevobsAgentOptinArgs args, CustomResourceOptions? opts = null)
public DevobsAgentOptin(String name, DevobsAgentOptinArgs args)
public DevobsAgentOptin(String name, DevobsAgentOptinArgs args, CustomResourceOptions options)
type: dynatrace:DevobsAgentOptin
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. DevobsAgentOptinArgs
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. DevobsAgentOptinArgs
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. DevobsAgentOptinArgs
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. DevobsAgentOptinArgs
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. DevobsAgentOptinArgs
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 devobsAgentOptinResource = new Dynatrace.DevobsAgentOptin("devobsAgentOptinResource", new()
{
    Enabled = false,
    Scope = "string",
});
Copy
example, err := dynatrace.NewDevobsAgentOptin(ctx, "devobsAgentOptinResource", &dynatrace.DevobsAgentOptinArgs{
	Enabled: pulumi.Bool(false),
	Scope:   pulumi.String("string"),
})
Copy
var devobsAgentOptinResource = new DevobsAgentOptin("devobsAgentOptinResource", DevobsAgentOptinArgs.builder()
    .enabled(false)
    .scope("string")
    .build());
Copy
devobs_agent_optin_resource = dynatrace.DevobsAgentOptin("devobsAgentOptinResource",
    enabled=False,
    scope="string")
Copy
const devobsAgentOptinResource = new dynatrace.DevobsAgentOptin("devobsAgentOptinResource", {
    enabled: false,
    scope: "string",
});
Copy
type: dynatrace:DevobsAgentOptin
properties:
    enabled: false
    scope: string
Copy

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

Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
Scope string
The scope of this setting (PROCESSGROUP, CLOUDAPPLICATIONNAMESPACE, KUBERNETESCLUSTER). Omit this property if you want to cover the whole environment.
Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
Scope string
The scope of this setting (PROCESSGROUP, CLOUDAPPLICATIONNAMESPACE, KUBERNETESCLUSTER). Omit this property if you want to cover the whole environment.
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
scope String
The scope of this setting (PROCESSGROUP, CLOUDAPPLICATIONNAMESPACE, KUBERNETESCLUSTER). Omit this property if you want to cover the whole environment.
enabled This property is required. boolean
This setting is enabled (true) or disabled (false)
scope string
The scope of this setting (PROCESSGROUP, CLOUDAPPLICATIONNAMESPACE, KUBERNETESCLUSTER). Omit this property if you want to cover the whole environment.
enabled This property is required. bool
This setting is enabled (true) or disabled (false)
scope str
The scope of this setting (PROCESSGROUP, CLOUDAPPLICATIONNAMESPACE, KUBERNETESCLUSTER). Omit this property if you want to cover the whole environment.
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
scope String
The scope of this setting (PROCESSGROUP, CLOUDAPPLICATIONNAMESPACE, KUBERNETESCLUSTER). Omit this property if you want to cover the whole environment.

Outputs

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

Get an existing DevobsAgentOptin 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?: DevobsAgentOptinState, opts?: CustomResourceOptions): DevobsAgentOptin
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        enabled: Optional[bool] = None,
        scope: Optional[str] = None) -> DevobsAgentOptin
func GetDevobsAgentOptin(ctx *Context, name string, id IDInput, state *DevobsAgentOptinState, opts ...ResourceOption) (*DevobsAgentOptin, error)
public static DevobsAgentOptin Get(string name, Input<string> id, DevobsAgentOptinState? state, CustomResourceOptions? opts = null)
public static DevobsAgentOptin get(String name, Output<String> id, DevobsAgentOptinState state, CustomResourceOptions options)
resources:  _:    type: dynatrace:DevobsAgentOptin    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)
Scope string
The scope of this setting (PROCESSGROUP, CLOUDAPPLICATIONNAMESPACE, KUBERNETESCLUSTER). Omit this property if you want to cover the whole environment.
Enabled bool
This setting is enabled (true) or disabled (false)
Scope string
The scope of this setting (PROCESSGROUP, CLOUDAPPLICATIONNAMESPACE, KUBERNETESCLUSTER). Omit this property if you want to cover the whole environment.
enabled Boolean
This setting is enabled (true) or disabled (false)
scope String
The scope of this setting (PROCESSGROUP, CLOUDAPPLICATIONNAMESPACE, KUBERNETESCLUSTER). Omit this property if you want to cover the whole environment.
enabled boolean
This setting is enabled (true) or disabled (false)
scope string
The scope of this setting (PROCESSGROUP, CLOUDAPPLICATIONNAMESPACE, KUBERNETESCLUSTER). Omit this property if you want to cover the whole environment.
enabled bool
This setting is enabled (true) or disabled (false)
scope str
The scope of this setting (PROCESSGROUP, CLOUDAPPLICATIONNAMESPACE, KUBERNETESCLUSTER). Omit this property if you want to cover the whole environment.
enabled Boolean
This setting is enabled (true) or disabled (false)
scope String
The scope of this setting (PROCESSGROUP, CLOUDAPPLICATIONNAMESPACE, KUBERNETESCLUSTER). Omit this property if you want to cover the whole environment.

Package Details

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