dynatrace.ExtensionExecutionController
Explore with Pulumi AI
Create ExtensionExecutionController Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ExtensionExecutionController(name: string, args: ExtensionExecutionControllerArgs, opts?: CustomResourceOptions);
@overload
def ExtensionExecutionController(resource_name: str,
args: ExtensionExecutionControllerArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ExtensionExecutionController(resource_name: str,
opts: Optional[ResourceOptions] = None,
enabled: Optional[bool] = None,
ingest_active: Optional[bool] = None,
performance_profile: Optional[str] = None,
scope: Optional[str] = None,
statsd_active: Optional[bool] = None)
func NewExtensionExecutionController(ctx *Context, name string, args ExtensionExecutionControllerArgs, opts ...ResourceOption) (*ExtensionExecutionController, error)
public ExtensionExecutionController(string name, ExtensionExecutionControllerArgs args, CustomResourceOptions? opts = null)
public ExtensionExecutionController(String name, ExtensionExecutionControllerArgs args)
public ExtensionExecutionController(String name, ExtensionExecutionControllerArgs args, CustomResourceOptions options)
type: dynatrace:ExtensionExecutionController
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 ExtensionExecutionControllerArgs
- 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 ExtensionExecutionControllerArgs
- 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 ExtensionExecutionControllerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ExtensionExecutionControllerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ExtensionExecutionControllerArgs
- 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 extensionExecutionControllerResource = new Dynatrace.ExtensionExecutionController("extensionExecutionControllerResource", new()
{
Enabled = false,
IngestActive = false,
PerformanceProfile = "string",
Scope = "string",
StatsdActive = false,
});
example, err := dynatrace.NewExtensionExecutionController(ctx, "extensionExecutionControllerResource", &dynatrace.ExtensionExecutionControllerArgs{
Enabled: pulumi.Bool(false),
IngestActive: pulumi.Bool(false),
PerformanceProfile: pulumi.String("string"),
Scope: pulumi.String("string"),
StatsdActive: pulumi.Bool(false),
})
var extensionExecutionControllerResource = new ExtensionExecutionController("extensionExecutionControllerResource", ExtensionExecutionControllerArgs.builder()
.enabled(false)
.ingestActive(false)
.performanceProfile("string")
.scope("string")
.statsdActive(false)
.build());
extension_execution_controller_resource = dynatrace.ExtensionExecutionController("extensionExecutionControllerResource",
enabled=False,
ingest_active=False,
performance_profile="string",
scope="string",
statsd_active=False)
const extensionExecutionControllerResource = new dynatrace.ExtensionExecutionController("extensionExecutionControllerResource", {
enabled: false,
ingestActive: false,
performanceProfile: "string",
scope: "string",
statsdActive: false,
});
type: dynatrace:ExtensionExecutionController
properties:
enabled: false
ingestActive: false
performanceProfile: string
scope: string
statsdActive: false
ExtensionExecutionController 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 ExtensionExecutionController resource accepts the following input properties:
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Ingest
Active bool - Enable local HTTP Metric, Log and Event Ingest API
- Performance
Profile string - Possible Values:
DEFAULT
,HIGH
- Scope string
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- Statsd
Active bool - Enable Dynatrace StatsD
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Ingest
Active bool - Enable local HTTP Metric, Log and Event Ingest API
- Performance
Profile string - Possible Values:
DEFAULT
,HIGH
- Scope string
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- Statsd
Active bool - Enable Dynatrace StatsD
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - ingest
Active Boolean - Enable local HTTP Metric, Log and Event Ingest API
- performance
Profile String - Possible Values:
DEFAULT
,HIGH
- scope String
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- statsd
Active Boolean - Enable Dynatrace StatsD
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - ingest
Active boolean - Enable local HTTP Metric, Log and Event Ingest API
- performance
Profile string - Possible Values:
DEFAULT
,HIGH
- scope string
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- statsd
Active boolean - Enable Dynatrace StatsD
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - ingest_
active bool - Enable local HTTP Metric, Log and Event Ingest API
- performance_
profile str - Possible Values:
DEFAULT
,HIGH
- scope str
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- statsd_
active bool - Enable Dynatrace StatsD
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - ingest
Active Boolean - Enable local HTTP Metric, Log and Event Ingest API
- performance
Profile String - Possible Values:
DEFAULT
,HIGH
- scope String
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- statsd
Active Boolean - Enable Dynatrace StatsD
Outputs
All input properties are implicitly available as output properties. Additionally, the ExtensionExecutionController 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 ExtensionExecutionController Resource
Get an existing ExtensionExecutionController 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?: ExtensionExecutionControllerState, opts?: CustomResourceOptions): ExtensionExecutionController
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
enabled: Optional[bool] = None,
ingest_active: Optional[bool] = None,
performance_profile: Optional[str] = None,
scope: Optional[str] = None,
statsd_active: Optional[bool] = None) -> ExtensionExecutionController
func GetExtensionExecutionController(ctx *Context, name string, id IDInput, state *ExtensionExecutionControllerState, opts ...ResourceOption) (*ExtensionExecutionController, error)
public static ExtensionExecutionController Get(string name, Input<string> id, ExtensionExecutionControllerState? state, CustomResourceOptions? opts = null)
public static ExtensionExecutionController get(String name, Output<String> id, ExtensionExecutionControllerState 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.
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Ingest
Active bool - Enable local HTTP Metric, Log and Event Ingest API
- Performance
Profile string - Possible Values:
DEFAULT
,HIGH
- Scope string
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- Statsd
Active bool - Enable Dynatrace StatsD
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Ingest
Active bool - Enable local HTTP Metric, Log and Event Ingest API
- Performance
Profile string - Possible Values:
DEFAULT
,HIGH
- Scope string
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- Statsd
Active bool - Enable Dynatrace StatsD
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - ingest
Active Boolean - Enable local HTTP Metric, Log and Event Ingest API
- performance
Profile String - Possible Values:
DEFAULT
,HIGH
- scope String
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- statsd
Active Boolean - Enable Dynatrace StatsD
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - ingest
Active boolean - Enable local HTTP Metric, Log and Event Ingest API
- performance
Profile string - Possible Values:
DEFAULT
,HIGH
- scope string
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- statsd
Active boolean - Enable Dynatrace StatsD
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - ingest_
active bool - Enable local HTTP Metric, Log and Event Ingest API
- performance_
profile str - Possible Values:
DEFAULT
,HIGH
- scope str
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- statsd_
active bool - Enable Dynatrace StatsD
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - ingest
Active Boolean - Enable local HTTP Metric, Log and Event Ingest API
- performance
Profile String - Possible Values:
DEFAULT
,HIGH
- scope String
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- statsd
Active Boolean - Enable Dynatrace StatsD
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.