dynatrace.MobileApplication
Create MobileApplication Resource
new MobileApplication(name: string, args: MobileApplicationArgs, opts?: CustomResourceOptions);
@overload
def MobileApplication(resource_name: str,
opts: Optional[ResourceOptions] = None,
apdex: Optional[MobileApplicationApdexArgs] = None,
application_id: Optional[str] = None,
beacon_endpoint_type: Optional[str] = None,
beacon_endpoint_url: Optional[str] = None,
key_user_actions: Optional[Sequence[str]] = None,
name: Optional[str] = None,
opt_in_mode: Optional[bool] = None,
properties: Optional[MobileApplicationPropertiesArgs] = None,
session_replay: Optional[bool] = None,
session_replay_on_crash: Optional[bool] = None,
user_session_percentage: Optional[int] = None)
@overload
def MobileApplication(resource_name: str,
args: MobileApplicationArgs,
opts: Optional[ResourceOptions] = None)
func NewMobileApplication(ctx *Context, name string, args MobileApplicationArgs, opts ...ResourceOption) (*MobileApplication, error)
public MobileApplication(string name, MobileApplicationArgs args, CustomResourceOptions? opts = null)
public MobileApplication(String name, MobileApplicationArgs args)
public MobileApplication(String name, MobileApplicationArgs args, CustomResourceOptions options)
type: dynatrace:MobileApplication
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MobileApplicationArgs
- 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 MobileApplicationArgs
- 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 MobileApplicationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MobileApplicationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MobileApplicationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
MobileApplication 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 MobileApplication resource accepts the following input properties:
- Apdex
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Mobile Application Apdex Args Apdex configuration of a mobile application. A duration less than the tolerable threshold is considered satisfied
- Beacon
Endpoint stringType The type of the beacon endpoint. Possible values are
CLUSTER_ACTIVE_GATE
,ENVIRONMENT_ACTIVE_GATE
andINSTRUMENTED_WEB_SERVER
.- Application
Id string The UUID of the application.
- Beacon
Endpoint stringUrl The URL of the beacon endpoint. Only applicable when the beacon_endpoint_type is set to
ENVIRONMENT_ACTIVE_GATE
orINSTRUMENTED_WEB_SERVER
- Key
User List<string>Actions User Action names to be flagged as Key User Actions
- Name string
The name of the application
- Opt
In boolMode The opt-in mode is enabled (
true
) or disabled (false
)- Properties
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Mobile Application Properties Args User Action and Session Properties
- Session
Replay bool The session replay is enabled (
true
) or disabled (false
).- Session
Replay boolOn Crash The session replay on crash is enabled (
true
) or disabled (false
). Enabling requires both sessionReplayEnabled and optInModeEnabled values set totrue
.- User
Session intPercentage The percentage of user sessions to be analyzed
- Apdex
Mobile
Application Apdex Args Apdex configuration of a mobile application. A duration less than the tolerable threshold is considered satisfied
- Beacon
Endpoint stringType The type of the beacon endpoint. Possible values are
CLUSTER_ACTIVE_GATE
,ENVIRONMENT_ACTIVE_GATE
andINSTRUMENTED_WEB_SERVER
.- Application
Id string The UUID of the application.
- Beacon
Endpoint stringUrl The URL of the beacon endpoint. Only applicable when the beacon_endpoint_type is set to
ENVIRONMENT_ACTIVE_GATE
orINSTRUMENTED_WEB_SERVER
- Key
User []stringActions User Action names to be flagged as Key User Actions
- Name string
The name of the application
- Opt
In boolMode The opt-in mode is enabled (
true
) or disabled (false
)- Properties
Mobile
Application Properties Args User Action and Session Properties
- Session
Replay bool The session replay is enabled (
true
) or disabled (false
).- Session
Replay boolOn Crash The session replay on crash is enabled (
true
) or disabled (false
). Enabling requires both sessionReplayEnabled and optInModeEnabled values set totrue
.- User
Session intPercentage The percentage of user sessions to be analyzed
- apdex
Mobile
Application Apdex Args Apdex configuration of a mobile application. A duration less than the tolerable threshold is considered satisfied
- beacon
Endpoint StringType The type of the beacon endpoint. Possible values are
CLUSTER_ACTIVE_GATE
,ENVIRONMENT_ACTIVE_GATE
andINSTRUMENTED_WEB_SERVER
.- application
Id String The UUID of the application.
- beacon
Endpoint StringUrl The URL of the beacon endpoint. Only applicable when the beacon_endpoint_type is set to
ENVIRONMENT_ACTIVE_GATE
orINSTRUMENTED_WEB_SERVER
- key
User List<String>Actions User Action names to be flagged as Key User Actions
- name String
The name of the application
- opt
In BooleanMode The opt-in mode is enabled (
true
) or disabled (false
)- properties
Mobile
Application Properties Args User Action and Session Properties
- session
Replay Boolean The session replay is enabled (
true
) or disabled (false
).- session
Replay BooleanOn Crash The session replay on crash is enabled (
true
) or disabled (false
). Enabling requires both sessionReplayEnabled and optInModeEnabled values set totrue
.- user
Session IntegerPercentage The percentage of user sessions to be analyzed
- apdex
Mobile
Application Apdex Args Apdex configuration of a mobile application. A duration less than the tolerable threshold is considered satisfied
- beacon
Endpoint stringType The type of the beacon endpoint. Possible values are
CLUSTER_ACTIVE_GATE
,ENVIRONMENT_ACTIVE_GATE
andINSTRUMENTED_WEB_SERVER
.- application
Id string The UUID of the application.
- beacon
Endpoint stringUrl The URL of the beacon endpoint. Only applicable when the beacon_endpoint_type is set to
ENVIRONMENT_ACTIVE_GATE
orINSTRUMENTED_WEB_SERVER
- key
User string[]Actions User Action names to be flagged as Key User Actions
- name string
The name of the application
- opt
In booleanMode The opt-in mode is enabled (
true
) or disabled (false
)- properties
Mobile
Application Properties Args User Action and Session Properties
- session
Replay boolean The session replay is enabled (
true
) or disabled (false
).- session
Replay booleanOn Crash The session replay on crash is enabled (
true
) or disabled (false
). Enabling requires both sessionReplayEnabled and optInModeEnabled values set totrue
.- user
Session numberPercentage The percentage of user sessions to be analyzed
- apdex
Mobile
Application Apdex Args Apdex configuration of a mobile application. A duration less than the tolerable threshold is considered satisfied
- beacon_
endpoint_ strtype The type of the beacon endpoint. Possible values are
CLUSTER_ACTIVE_GATE
,ENVIRONMENT_ACTIVE_GATE
andINSTRUMENTED_WEB_SERVER
.- application_
id str The UUID of the application.
- beacon_
endpoint_ strurl The URL of the beacon endpoint. Only applicable when the beacon_endpoint_type is set to
ENVIRONMENT_ACTIVE_GATE
orINSTRUMENTED_WEB_SERVER
- key_
user_ Sequence[str]actions User Action names to be flagged as Key User Actions
- name str
The name of the application
- opt_
in_ boolmode The opt-in mode is enabled (
true
) or disabled (false
)- properties
Mobile
Application Properties Args User Action and Session Properties
- session_
replay bool The session replay is enabled (
true
) or disabled (false
).- session_
replay_ boolon_ crash The session replay on crash is enabled (
true
) or disabled (false
). Enabling requires both sessionReplayEnabled and optInModeEnabled values set totrue
.- user_
session_ intpercentage The percentage of user sessions to be analyzed
- apdex Property Map
Apdex configuration of a mobile application. A duration less than the tolerable threshold is considered satisfied
- beacon
Endpoint StringType The type of the beacon endpoint. Possible values are
CLUSTER_ACTIVE_GATE
,ENVIRONMENT_ACTIVE_GATE
andINSTRUMENTED_WEB_SERVER
.- application
Id String The UUID of the application.
- beacon
Endpoint StringUrl The URL of the beacon endpoint. Only applicable when the beacon_endpoint_type is set to
ENVIRONMENT_ACTIVE_GATE
orINSTRUMENTED_WEB_SERVER
- key
User List<String>Actions User Action names to be flagged as Key User Actions
- name String
The name of the application
- opt
In BooleanMode The opt-in mode is enabled (
true
) or disabled (false
)- properties Property Map
User Action and Session Properties
- session
Replay Boolean The session replay is enabled (
true
) or disabled (false
).- session
Replay BooleanOn Crash The session replay on crash is enabled (
true
) or disabled (false
). Enabling requires both sessionReplayEnabled and optInModeEnabled values set totrue
.- user
Session NumberPercentage The percentage of user sessions to be analyzed
Outputs
All input properties are implicitly available as output properties. Additionally, the MobileApplication 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 MobileApplication Resource
Get an existing MobileApplication 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?: MobileApplicationState, opts?: CustomResourceOptions): MobileApplication
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
apdex: Optional[MobileApplicationApdexArgs] = None,
application_id: Optional[str] = None,
beacon_endpoint_type: Optional[str] = None,
beacon_endpoint_url: Optional[str] = None,
key_user_actions: Optional[Sequence[str]] = None,
name: Optional[str] = None,
opt_in_mode: Optional[bool] = None,
properties: Optional[MobileApplicationPropertiesArgs] = None,
session_replay: Optional[bool] = None,
session_replay_on_crash: Optional[bool] = None,
user_session_percentage: Optional[int] = None) -> MobileApplication
func GetMobileApplication(ctx *Context, name string, id IDInput, state *MobileApplicationState, opts ...ResourceOption) (*MobileApplication, error)
public static MobileApplication Get(string name, Input<string> id, MobileApplicationState? state, CustomResourceOptions? opts = null)
public static MobileApplication get(String name, Output<String> id, MobileApplicationState 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.
- Apdex
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Mobile Application Apdex Args Apdex configuration of a mobile application. A duration less than the tolerable threshold is considered satisfied
- Application
Id string The UUID of the application.
- Beacon
Endpoint stringType The type of the beacon endpoint. Possible values are
CLUSTER_ACTIVE_GATE
,ENVIRONMENT_ACTIVE_GATE
andINSTRUMENTED_WEB_SERVER
.- Beacon
Endpoint stringUrl The URL of the beacon endpoint. Only applicable when the beacon_endpoint_type is set to
ENVIRONMENT_ACTIVE_GATE
orINSTRUMENTED_WEB_SERVER
- Key
User List<string>Actions User Action names to be flagged as Key User Actions
- Name string
The name of the application
- Opt
In boolMode The opt-in mode is enabled (
true
) or disabled (false
)- Properties
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Mobile Application Properties Args User Action and Session Properties
- Session
Replay bool The session replay is enabled (
true
) or disabled (false
).- Session
Replay boolOn Crash The session replay on crash is enabled (
true
) or disabled (false
). Enabling requires both sessionReplayEnabled and optInModeEnabled values set totrue
.- User
Session intPercentage The percentage of user sessions to be analyzed
- Apdex
Mobile
Application Apdex Args Apdex configuration of a mobile application. A duration less than the tolerable threshold is considered satisfied
- Application
Id string The UUID of the application.
- Beacon
Endpoint stringType The type of the beacon endpoint. Possible values are
CLUSTER_ACTIVE_GATE
,ENVIRONMENT_ACTIVE_GATE
andINSTRUMENTED_WEB_SERVER
.- Beacon
Endpoint stringUrl The URL of the beacon endpoint. Only applicable when the beacon_endpoint_type is set to
ENVIRONMENT_ACTIVE_GATE
orINSTRUMENTED_WEB_SERVER
- Key
User []stringActions User Action names to be flagged as Key User Actions
- Name string
The name of the application
- Opt
In boolMode The opt-in mode is enabled (
true
) or disabled (false
)- Properties
Mobile
Application Properties Args User Action and Session Properties
- Session
Replay bool The session replay is enabled (
true
) or disabled (false
).- Session
Replay boolOn Crash The session replay on crash is enabled (
true
) or disabled (false
). Enabling requires both sessionReplayEnabled and optInModeEnabled values set totrue
.- User
Session intPercentage The percentage of user sessions to be analyzed
- apdex
Mobile
Application Apdex Args Apdex configuration of a mobile application. A duration less than the tolerable threshold is considered satisfied
- application
Id String The UUID of the application.
- beacon
Endpoint StringType The type of the beacon endpoint. Possible values are
CLUSTER_ACTIVE_GATE
,ENVIRONMENT_ACTIVE_GATE
andINSTRUMENTED_WEB_SERVER
.- beacon
Endpoint StringUrl The URL of the beacon endpoint. Only applicable when the beacon_endpoint_type is set to
ENVIRONMENT_ACTIVE_GATE
orINSTRUMENTED_WEB_SERVER
- key
User List<String>Actions User Action names to be flagged as Key User Actions
- name String
The name of the application
- opt
In BooleanMode The opt-in mode is enabled (
true
) or disabled (false
)- properties
Mobile
Application Properties Args User Action and Session Properties
- session
Replay Boolean The session replay is enabled (
true
) or disabled (false
).- session
Replay BooleanOn Crash The session replay on crash is enabled (
true
) or disabled (false
). Enabling requires both sessionReplayEnabled and optInModeEnabled values set totrue
.- user
Session IntegerPercentage The percentage of user sessions to be analyzed
- apdex
Mobile
Application Apdex Args Apdex configuration of a mobile application. A duration less than the tolerable threshold is considered satisfied
- application
Id string The UUID of the application.
- beacon
Endpoint stringType The type of the beacon endpoint. Possible values are
CLUSTER_ACTIVE_GATE
,ENVIRONMENT_ACTIVE_GATE
andINSTRUMENTED_WEB_SERVER
.- beacon
Endpoint stringUrl The URL of the beacon endpoint. Only applicable when the beacon_endpoint_type is set to
ENVIRONMENT_ACTIVE_GATE
orINSTRUMENTED_WEB_SERVER
- key
User string[]Actions User Action names to be flagged as Key User Actions
- name string
The name of the application
- opt
In booleanMode The opt-in mode is enabled (
true
) or disabled (false
)- properties
Mobile
Application Properties Args User Action and Session Properties
- session
Replay boolean The session replay is enabled (
true
) or disabled (false
).- session
Replay booleanOn Crash The session replay on crash is enabled (
true
) or disabled (false
). Enabling requires both sessionReplayEnabled and optInModeEnabled values set totrue
.- user
Session numberPercentage The percentage of user sessions to be analyzed
- apdex
Mobile
Application Apdex Args Apdex configuration of a mobile application. A duration less than the tolerable threshold is considered satisfied
- application_
id str The UUID of the application.
- beacon_
endpoint_ strtype The type of the beacon endpoint. Possible values are
CLUSTER_ACTIVE_GATE
,ENVIRONMENT_ACTIVE_GATE
andINSTRUMENTED_WEB_SERVER
.- beacon_
endpoint_ strurl The URL of the beacon endpoint. Only applicable when the beacon_endpoint_type is set to
ENVIRONMENT_ACTIVE_GATE
orINSTRUMENTED_WEB_SERVER
- key_
user_ Sequence[str]actions User Action names to be flagged as Key User Actions
- name str
The name of the application
- opt_
in_ boolmode The opt-in mode is enabled (
true
) or disabled (false
)- properties
Mobile
Application Properties Args User Action and Session Properties
- session_
replay bool The session replay is enabled (
true
) or disabled (false
).- session_
replay_ boolon_ crash The session replay on crash is enabled (
true
) or disabled (false
). Enabling requires both sessionReplayEnabled and optInModeEnabled values set totrue
.- user_
session_ intpercentage The percentage of user sessions to be analyzed
- apdex Property Map
Apdex configuration of a mobile application. A duration less than the tolerable threshold is considered satisfied
- application
Id String The UUID of the application.
- beacon
Endpoint StringType The type of the beacon endpoint. Possible values are
CLUSTER_ACTIVE_GATE
,ENVIRONMENT_ACTIVE_GATE
andINSTRUMENTED_WEB_SERVER
.- beacon
Endpoint StringUrl The URL of the beacon endpoint. Only applicable when the beacon_endpoint_type is set to
ENVIRONMENT_ACTIVE_GATE
orINSTRUMENTED_WEB_SERVER
- key
User List<String>Actions User Action names to be flagged as Key User Actions
- name String
The name of the application
- opt
In BooleanMode The opt-in mode is enabled (
true
) or disabled (false
)- properties Property Map
User Action and Session Properties
- session
Replay Boolean The session replay is enabled (
true
) or disabled (false
).- session
Replay BooleanOn Crash The session replay on crash is enabled (
true
) or disabled (false
). Enabling requires both sessionReplayEnabled and optInModeEnabled values set totrue
.- user
Session NumberPercentage The percentage of user sessions to be analyzed
Supporting Types
MobileApplicationApdex
- Frustrated int
Apdex frustrated threshold, in milliseconds: a duration greater than or equal to this value is considered frustrated
- Tolerable int
Apdex tolerable threshold, in milliseconds: a duration greater than or equal to this value is considered tolerable
- Frustrated
On boolError Apdex error condition: if
true
the user session is considered frustrated when an error is reported
- Frustrated int
Apdex frustrated threshold, in milliseconds: a duration greater than or equal to this value is considered frustrated
- Tolerable int
Apdex tolerable threshold, in milliseconds: a duration greater than or equal to this value is considered tolerable
- Frustrated
On boolError Apdex error condition: if
true
the user session is considered frustrated when an error is reported
- frustrated Integer
Apdex frustrated threshold, in milliseconds: a duration greater than or equal to this value is considered frustrated
- tolerable Integer
Apdex tolerable threshold, in milliseconds: a duration greater than or equal to this value is considered tolerable
- frustrated
On BooleanError Apdex error condition: if
true
the user session is considered frustrated when an error is reported
- frustrated number
Apdex frustrated threshold, in milliseconds: a duration greater than or equal to this value is considered frustrated
- tolerable number
Apdex tolerable threshold, in milliseconds: a duration greater than or equal to this value is considered tolerable
- frustrated
On booleanError Apdex error condition: if
true
the user session is considered frustrated when an error is reported
- frustrated int
Apdex frustrated threshold, in milliseconds: a duration greater than or equal to this value is considered frustrated
- tolerable int
Apdex tolerable threshold, in milliseconds: a duration greater than or equal to this value is considered tolerable
- frustrated_
on_ boolerror Apdex error condition: if
true
the user session is considered frustrated when an error is reported
- frustrated Number
Apdex frustrated threshold, in milliseconds: a duration greater than or equal to this value is considered frustrated
- tolerable Number
Apdex tolerable threshold, in milliseconds: a duration greater than or equal to this value is considered tolerable
- frustrated
On BooleanError Apdex error condition: if
true
the user session is considered frustrated when an error is reported
MobileApplicationProperties
- Api
Values List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Mobile Application Properties Api Value> A User Action / Session Property based on a value reported by the API
- Request
Attributes List<Lbrlabs.Pulumi Package. Dynatrace. Inputs. Mobile Application Properties Request Attribute> A User Action / Session Property based on a Server Side Request Attribute
- Api
Values []MobileApplication Properties Api Value A User Action / Session Property based on a value reported by the API
- Request
Attributes []MobileApplication Properties Request Attribute A User Action / Session Property based on a Server Side Request Attribute
- api
Values List<MobileApplication Properties Api Value> A User Action / Session Property based on a value reported by the API
- request
Attributes List<MobileApplication Properties Request Attribute> A User Action / Session Property based on a Server Side Request Attribute
- api
Values MobileApplication Properties Api Value[] A User Action / Session Property based on a value reported by the API
- request
Attributes MobileApplication Properties Request Attribute[] A User Action / Session Property based on a Server Side Request Attribute
- api_
values Sequence[MobileApplication Properties Api Value] A User Action / Session Property based on a value reported by the API
- request_
attributes Sequence[MobileApplication Properties Request Attribute] A User Action / Session Property based on a Server Side Request Attribute
- api
Values List<Property Map> A User Action / Session Property based on a value reported by the API
- request
Attributes List<Property Map> A User Action / Session Property based on a Server Side Request Attribute
MobileApplicationPropertiesApiValue
- Key string
- Type string
- Aggregation string
- Cleanup
Rule string - Display
Name string - Name string
The name of the application
- Store
As boolSession Property - Store
As boolUser Action Property
- Key string
- Type string
- Aggregation string
- Cleanup
Rule string - Display
Name string - Name string
The name of the application
- Store
As boolSession Property - Store
As boolUser Action Property
- key String
- type String
- aggregation String
- cleanup
Rule String - display
Name String - name String
The name of the application
- store
As BooleanSession Property - store
As BooleanUser Action Property
- key string
- type string
- aggregation string
- cleanup
Rule string - display
Name string - name string
The name of the application
- store
As booleanSession Property - store
As booleanUser Action Property
- key str
- type str
- aggregation str
- cleanup_
rule str - display_
name str - name str
The name of the application
- store_
as_ boolsession_ property - store_
as_ booluser_ action_ property
- key String
- type String
- aggregation String
- cleanup
Rule String - display
Name String - name String
The name of the application
- store
As BooleanSession Property - store
As BooleanUser Action Property
MobileApplicationPropertiesRequestAttribute
- Id string
- Key string
- Type string
- Aggregation string
- Cleanup
Rule string - Display
Name string - Store
As boolSession Property - Store
As boolUser Action Property
- Id string
- Key string
- Type string
- Aggregation string
- Cleanup
Rule string - Display
Name string - Store
As boolSession Property - Store
As boolUser Action Property
- id String
- key String
- type String
- aggregation String
- cleanup
Rule String - display
Name String - store
As BooleanSession Property - store
As BooleanUser Action Property
- id string
- key string
- type string
- aggregation string
- cleanup
Rule string - display
Name string - store
As booleanSession Property - store
As booleanUser Action Property
- id str
- key str
- type str
- aggregation str
- cleanup_
rule str - display_
name str - store_
as_ boolsession_ property - store_
as_ booluser_ action_ property
- id String
- key String
- type String
- aggregation String
- cleanup
Rule String - display
Name String - store
As BooleanSession Property - store
As BooleanUser Action Property
Package Details
- Repository
- dynatrace lbrlabs/pulumi-dynatrace
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
dynatrace
Terraform Provider.