Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse
dynatrace.WebAppEnablement
Explore with Pulumi AI
Create WebAppEnablement Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WebAppEnablement(name: string, args: WebAppEnablementArgs, opts?: CustomResourceOptions);
@overload
def WebAppEnablement(resource_name: str,
args: WebAppEnablementArgs,
opts: Optional[ResourceOptions] = None)
@overload
def WebAppEnablement(resource_name: str,
opts: Optional[ResourceOptions] = None,
rum: Optional[WebAppEnablementRumArgs] = None,
session_replay: Optional[WebAppEnablementSessionReplayArgs] = None,
application_id: Optional[str] = None)
func NewWebAppEnablement(ctx *Context, name string, args WebAppEnablementArgs, opts ...ResourceOption) (*WebAppEnablement, error)
public WebAppEnablement(string name, WebAppEnablementArgs args, CustomResourceOptions? opts = null)
public WebAppEnablement(String name, WebAppEnablementArgs args)
public WebAppEnablement(String name, WebAppEnablementArgs args, CustomResourceOptions options)
type: dynatrace:WebAppEnablement
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 WebAppEnablementArgs
- 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 WebAppEnablementArgs
- 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 WebAppEnablementArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WebAppEnablementArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WebAppEnablementArgs
- 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 webAppEnablementResource = new Dynatrace.WebAppEnablement("webAppEnablementResource", new()
{
Rum = new Dynatrace.Inputs.WebAppEnablementRumArgs
{
CostAndTrafficControl = 0,
Enabled = false,
},
SessionReplay = new Dynatrace.Inputs.WebAppEnablementSessionReplayArgs
{
CostAndTrafficControl = 0,
Enabled = false,
},
ApplicationId = "string",
});
example, err := dynatrace.NewWebAppEnablement(ctx, "webAppEnablementResource", &dynatrace.WebAppEnablementArgs{
Rum: &dynatrace.WebAppEnablementRumArgs{
CostAndTrafficControl: pulumi.Int(0),
Enabled: pulumi.Bool(false),
},
SessionReplay: &dynatrace.WebAppEnablementSessionReplayArgs{
CostAndTrafficControl: pulumi.Int(0),
Enabled: pulumi.Bool(false),
},
ApplicationId: pulumi.String("string"),
})
var webAppEnablementResource = new WebAppEnablement("webAppEnablementResource", WebAppEnablementArgs.builder()
.rum(WebAppEnablementRumArgs.builder()
.costAndTrafficControl(0)
.enabled(false)
.build())
.sessionReplay(WebAppEnablementSessionReplayArgs.builder()
.costAndTrafficControl(0)
.enabled(false)
.build())
.applicationId("string")
.build());
web_app_enablement_resource = dynatrace.WebAppEnablement("webAppEnablementResource",
rum=dynatrace.WebAppEnablementRumArgs(
cost_and_traffic_control=0,
enabled=False,
),
session_replay=dynatrace.WebAppEnablementSessionReplayArgs(
cost_and_traffic_control=0,
enabled=False,
),
application_id="string")
const webAppEnablementResource = new dynatrace.WebAppEnablement("webAppEnablementResource", {
rum: {
costAndTrafficControl: 0,
enabled: false,
},
sessionReplay: {
costAndTrafficControl: 0,
enabled: false,
},
applicationId: "string",
});
type: dynatrace:WebAppEnablement
properties:
applicationId: string
rum:
costAndTrafficControl: 0
enabled: false
sessionReplay:
costAndTrafficControl: 0
enabled: false
WebAppEnablement 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 WebAppEnablement resource accepts the following input properties:
- Rum
Pulumiverse.
Dynatrace. Inputs. Web App Enablement Rum - Capture and analyze all user actions within your application. Enable Real User Monitoring (RUM) to monitor and improve your application's performance, identify errors, and gain insight into your user's behavior and experience.
- Session
Replay Pulumiverse.Dynatrace. Inputs. Web App Enablement Session Replay - Session Replay captures all user interactions within your application and replays them in a movie-like experience while providing best-in-class security and data protection.
- Application
Id string - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- Rum
Web
App Enablement Rum Args - Capture and analyze all user actions within your application. Enable Real User Monitoring (RUM) to monitor and improve your application's performance, identify errors, and gain insight into your user's behavior and experience.
- Session
Replay WebApp Enablement Session Replay Args - Session Replay captures all user interactions within your application and replays them in a movie-like experience while providing best-in-class security and data protection.
- Application
Id string - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- rum
Web
App Enablement Rum - Capture and analyze all user actions within your application. Enable Real User Monitoring (RUM) to monitor and improve your application's performance, identify errors, and gain insight into your user's behavior and experience.
- session
Replay WebApp Enablement Session Replay - Session Replay captures all user interactions within your application and replays them in a movie-like experience while providing best-in-class security and data protection.
- application
Id String - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- rum
Web
App Enablement Rum - Capture and analyze all user actions within your application. Enable Real User Monitoring (RUM) to monitor and improve your application's performance, identify errors, and gain insight into your user's behavior and experience.
- session
Replay WebApp Enablement Session Replay - Session Replay captures all user interactions within your application and replays them in a movie-like experience while providing best-in-class security and data protection.
- application
Id string - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- rum
Web
App Enablement Rum Args - Capture and analyze all user actions within your application. Enable Real User Monitoring (RUM) to monitor and improve your application's performance, identify errors, and gain insight into your user's behavior and experience.
- session_
replay WebApp Enablement Session Replay Args - Session Replay captures all user interactions within your application and replays them in a movie-like experience while providing best-in-class security and data protection.
- application_
id str - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- rum Property Map
- Capture and analyze all user actions within your application. Enable Real User Monitoring (RUM) to monitor and improve your application's performance, identify errors, and gain insight into your user's behavior and experience.
- session
Replay Property Map - Session Replay captures all user interactions within your application and replays them in a movie-like experience while providing best-in-class security and data protection.
- application
Id String - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
Outputs
All input properties are implicitly available as output properties. Additionally, the WebAppEnablement 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 WebAppEnablement Resource
Get an existing WebAppEnablement 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?: WebAppEnablementState, opts?: CustomResourceOptions): WebAppEnablement
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
application_id: Optional[str] = None,
rum: Optional[WebAppEnablementRumArgs] = None,
session_replay: Optional[WebAppEnablementSessionReplayArgs] = None) -> WebAppEnablement
func GetWebAppEnablement(ctx *Context, name string, id IDInput, state *WebAppEnablementState, opts ...ResourceOption) (*WebAppEnablement, error)
public static WebAppEnablement Get(string name, Input<string> id, WebAppEnablementState? state, CustomResourceOptions? opts = null)
public static WebAppEnablement get(String name, Output<String> id, WebAppEnablementState 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.
- Application
Id string - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- Rum
Pulumiverse.
Dynatrace. Inputs. Web App Enablement Rum - Capture and analyze all user actions within your application. Enable Real User Monitoring (RUM) to monitor and improve your application's performance, identify errors, and gain insight into your user's behavior and experience.
- Session
Replay Pulumiverse.Dynatrace. Inputs. Web App Enablement Session Replay - Session Replay captures all user interactions within your application and replays them in a movie-like experience while providing best-in-class security and data protection.
- Application
Id string - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- Rum
Web
App Enablement Rum Args - Capture and analyze all user actions within your application. Enable Real User Monitoring (RUM) to monitor and improve your application's performance, identify errors, and gain insight into your user's behavior and experience.
- Session
Replay WebApp Enablement Session Replay Args - Session Replay captures all user interactions within your application and replays them in a movie-like experience while providing best-in-class security and data protection.
- application
Id String - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- rum
Web
App Enablement Rum - Capture and analyze all user actions within your application. Enable Real User Monitoring (RUM) to monitor and improve your application's performance, identify errors, and gain insight into your user's behavior and experience.
- session
Replay WebApp Enablement Session Replay - Session Replay captures all user interactions within your application and replays them in a movie-like experience while providing best-in-class security and data protection.
- application
Id string - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- rum
Web
App Enablement Rum - Capture and analyze all user actions within your application. Enable Real User Monitoring (RUM) to monitor and improve your application's performance, identify errors, and gain insight into your user's behavior and experience.
- session
Replay WebApp Enablement Session Replay - Session Replay captures all user interactions within your application and replays them in a movie-like experience while providing best-in-class security and data protection.
- application_
id str - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- rum
Web
App Enablement Rum Args - Capture and analyze all user actions within your application. Enable Real User Monitoring (RUM) to monitor and improve your application's performance, identify errors, and gain insight into your user's behavior and experience.
- session_
replay WebApp Enablement Session Replay Args - Session Replay captures all user interactions within your application and replays them in a movie-like experience while providing best-in-class security and data protection.
- application
Id String - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- rum Property Map
- Capture and analyze all user actions within your application. Enable Real User Monitoring (RUM) to monitor and improve your application's performance, identify errors, and gain insight into your user's behavior and experience.
- session
Replay Property Map - Session Replay captures all user interactions within your application and replays them in a movie-like experience while providing best-in-class security and data protection.
Supporting Types
WebAppEnablementRum, WebAppEnablementRumArgs
- Cost
And intTraffic Control - (Field has overlap with
dynatrace.WebApplication
) Percentage of user sessions captured and analyzed - Enabled bool
- (Field has overlap with
dynatrace.WebApplication
) This setting is enabled (true
) or disabled (false
)
- Cost
And intTraffic Control - (Field has overlap with
dynatrace.WebApplication
) Percentage of user sessions captured and analyzed - Enabled bool
- (Field has overlap with
dynatrace.WebApplication
) This setting is enabled (true
) or disabled (false
)
- cost
And IntegerTraffic Control - (Field has overlap with
dynatrace.WebApplication
) Percentage of user sessions captured and analyzed - enabled Boolean
- (Field has overlap with
dynatrace.WebApplication
) This setting is enabled (true
) or disabled (false
)
- cost
And numberTraffic Control - (Field has overlap with
dynatrace.WebApplication
) Percentage of user sessions captured and analyzed - enabled boolean
- (Field has overlap with
dynatrace.WebApplication
) This setting is enabled (true
) or disabled (false
)
- cost_
and_ inttraffic_ control - (Field has overlap with
dynatrace.WebApplication
) Percentage of user sessions captured and analyzed - enabled bool
- (Field has overlap with
dynatrace.WebApplication
) This setting is enabled (true
) or disabled (false
)
- cost
And NumberTraffic Control - (Field has overlap with
dynatrace.WebApplication
) Percentage of user sessions captured and analyzed - enabled Boolean
- (Field has overlap with
dynatrace.WebApplication
) This setting is enabled (true
) or disabled (false
)
WebAppEnablementSessionReplay, WebAppEnablementSessionReplayArgs
- Cost
And intTraffic Control - (Field has overlap with
dynatrace.WebApplication
) Percentage of user sessions recorded with Session Replay. For example, if you have 50% for RUM and 50% for Session Replay, it results in 25% of sessions recorded with Session Replay. - Enabled bool
- (Field has overlap with
dynatrace.WebApplication
) This setting is enabled (true
) or disabled (false
)
- Cost
And intTraffic Control - (Field has overlap with
dynatrace.WebApplication
) Percentage of user sessions recorded with Session Replay. For example, if you have 50% for RUM and 50% for Session Replay, it results in 25% of sessions recorded with Session Replay. - Enabled bool
- (Field has overlap with
dynatrace.WebApplication
) This setting is enabled (true
) or disabled (false
)
- cost
And IntegerTraffic Control - (Field has overlap with
dynatrace.WebApplication
) Percentage of user sessions recorded with Session Replay. For example, if you have 50% for RUM and 50% for Session Replay, it results in 25% of sessions recorded with Session Replay. - enabled Boolean
- (Field has overlap with
dynatrace.WebApplication
) This setting is enabled (true
) or disabled (false
)
- cost
And numberTraffic Control - (Field has overlap with
dynatrace.WebApplication
) Percentage of user sessions recorded with Session Replay. For example, if you have 50% for RUM and 50% for Session Replay, it results in 25% of sessions recorded with Session Replay. - enabled boolean
- (Field has overlap with
dynatrace.WebApplication
) This setting is enabled (true
) or disabled (false
)
- cost_
and_ inttraffic_ control - (Field has overlap with
dynatrace.WebApplication
) Percentage of user sessions recorded with Session Replay. For example, if you have 50% for RUM and 50% for Session Replay, it results in 25% of sessions recorded with Session Replay. - enabled bool
- (Field has overlap with
dynatrace.WebApplication
) This setting is enabled (true
) or disabled (false
)
- cost
And NumberTraffic Control - (Field has overlap with
dynatrace.WebApplication
) Percentage of user sessions recorded with Session Replay. For example, if you have 50% for RUM and 50% for Session Replay, it results in 25% of sessions recorded with Session Replay. - enabled Boolean
- (Field has overlap with
dynatrace.WebApplication
) This setting is enabled (true
) or disabled (false
)
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.