dynatrace.WebApplication
Explore with Pulumi AI
Create WebApplication Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WebApplication(name: string, args: WebApplicationArgs, opts?: CustomResourceOptions);@overload
def WebApplication(resource_name: str,
                   args: WebApplicationArgs,
                   opts: Optional[ResourceOptions] = None)
@overload
def WebApplication(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   type: Optional[str] = None,
                   cost_control_user_session_percentage: Optional[int] = None,
                   custom_action_apdex_settings: Optional[WebApplicationCustomActionApdexSettingsArgs] = None,
                   xhr_action_key_performance_metric: Optional[str] = None,
                   load_action_apdex_settings: Optional[WebApplicationLoadActionApdexSettingsArgs] = None,
                   load_action_key_performance_metric: Optional[str] = None,
                   xhr_action_apdex_settings: Optional[WebApplicationXhrActionApdexSettingsArgs] = None,
                   monitoring_settings: Optional[WebApplicationMonitoringSettingsArgs] = None,
                   waterfall_settings: Optional[WebApplicationWaterfallSettingsArgs] = None,
                   name: Optional[str] = None,
                   session_replay_config: Optional[WebApplicationSessionReplayConfigArgs] = None,
                   real_user_monitoring_enabled: Optional[bool] = None,
                   url_injection_pattern: Optional[str] = None,
                   user_action_and_session_properties: Optional[WebApplicationUserActionAndSessionPropertiesArgs] = None,
                   user_action_naming_settings: Optional[WebApplicationUserActionNamingSettingsArgs] = None,
                   user_tags: Optional[WebApplicationUserTagsArgs] = None,
                   conversion_goals: Optional[WebApplicationConversionGoalsArgs] = None,
                   meta_data_capture_settings: Optional[WebApplicationMetaDataCaptureSettingsArgs] = None,
                   key_user_actions: Optional[Sequence[WebApplicationKeyUserActionArgs]] = None)func NewWebApplication(ctx *Context, name string, args WebApplicationArgs, opts ...ResourceOption) (*WebApplication, error)public WebApplication(string name, WebApplicationArgs args, CustomResourceOptions? opts = null)
public WebApplication(String name, WebApplicationArgs args)
public WebApplication(String name, WebApplicationArgs args, CustomResourceOptions options)
type: dynatrace:WebApplication
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 WebApplicationArgs
- 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 WebApplicationArgs
- 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 WebApplicationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WebApplicationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WebApplicationArgs
- 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 webApplicationResource = new Dynatrace.WebApplication("webApplicationResource", new()
{
    Type = "string",
    CostControlUserSessionPercentage = 0,
    CustomActionApdexSettings = new Dynatrace.Inputs.WebApplicationCustomActionApdexSettingsArgs
    {
        FrustratingFallbackThreshold = 0,
        FrustratingThreshold = 0,
        ToleratedFallbackThreshold = 0,
        ToleratedThreshold = 0,
    },
    XhrActionKeyPerformanceMetric = "string",
    LoadActionApdexSettings = new Dynatrace.Inputs.WebApplicationLoadActionApdexSettingsArgs
    {
        FrustratingFallbackThreshold = 0,
        FrustratingThreshold = 0,
        ToleratedFallbackThreshold = 0,
        ToleratedThreshold = 0,
    },
    LoadActionKeyPerformanceMetric = "string",
    XhrActionApdexSettings = new Dynatrace.Inputs.WebApplicationXhrActionApdexSettingsArgs
    {
        FrustratingFallbackThreshold = 0,
        FrustratingThreshold = 0,
        ToleratedFallbackThreshold = 0,
        ToleratedThreshold = 0,
    },
    MonitoringSettings = new Dynatrace.Inputs.WebApplicationMonitoringSettingsArgs
    {
        ContentCapture = new Dynatrace.Inputs.WebApplicationMonitoringSettingsContentCaptureArgs
        {
            ResourceTimingSettings = new Dynatrace.Inputs.WebApplicationMonitoringSettingsContentCaptureResourceTimingSettingsArgs
            {
                InstrumentationDelay = 0,
                NonW3cResourceTimings = false,
                ResourceTimingCaptureType = "string",
                ResourceTimingsDomainLimit = 0,
                W3cResourceTimings = false,
            },
            TimeoutSettings = new Dynatrace.Inputs.WebApplicationMonitoringSettingsContentCaptureTimeoutSettingsArgs
            {
                TemporaryActionLimit = 0,
                TemporaryActionTotalTimeout = 0,
                TimedActionSupport = false,
            },
            JavascriptErrors = false,
            VisuallyCompleteAndSpeedIndex = false,
            VisuallyCompleteSettings = new Dynatrace.Inputs.WebApplicationMonitoringSettingsContentCaptureVisuallyCompleteSettingsArgs
            {
                ExcludeUrlRegex = "string",
                IgnoredMutationsList = "string",
                InactivityTimeout = 0,
                MutationTimeout = 0,
                Threshold = 0,
            },
        },
        AdvancedJavascriptTagSettings = new Dynatrace.Inputs.WebApplicationMonitoringSettingsAdvancedJavascriptTagSettingsArgs
        {
            AdditionalEventHandlers = new Dynatrace.Inputs.WebApplicationMonitoringSettingsAdvancedJavascriptTagSettingsAdditionalEventHandlersArgs
            {
                MaxDomNodes = 0,
                Blur = false,
                Change = false,
                Click = false,
                Mouseup = false,
                ToStringMethod = false,
                UseMouseUpEventForClicks = false,
            },
            MaxActionNameLength = 0,
            MaxErrorsToCapture = 0,
            EventWrapperSettings = new Dynatrace.Inputs.WebApplicationMonitoringSettingsAdvancedJavascriptTagSettingsEventWrapperSettingsArgs
            {
                Blur = false,
                Change = false,
                Click = false,
                Mouseup = false,
                TouchEnd = false,
                TouchStart = false,
            },
            GlobalEventCaptureSettings = new Dynatrace.Inputs.WebApplicationMonitoringSettingsAdvancedJavascriptTagSettingsGlobalEventCaptureSettingsArgs
            {
                AdditionalEventCapturedAsUserInput = "string",
                Change = false,
                Click = false,
                Doubleclick = false,
                Keydown = false,
                Keyup = false,
                Mousedown = false,
                Mouseup = false,
                Scroll = false,
                TouchEnd = false,
                TouchStart = false,
            },
            InstrumentUnsupportedAjaxFrameworks = false,
            SpecialCharactersToEscape = "string",
            SyncBeaconFirefox = false,
            SyncBeaconInternetExplorer = false,
        },
        InjectionMode = "string",
        InstrumentedWebServer = false,
        JavascriptFrameworkSupport = new Dynatrace.Inputs.WebApplicationMonitoringSettingsJavascriptFrameworkSupportArgs
        {
            ActiveXObject = false,
            Angular = false,
            Dojo = false,
            Extjs = false,
            Icefaces = false,
            Jquery = false,
            MooTools = false,
            Prototype = false,
        },
        BrowserRestrictionSettings = new Dynatrace.Inputs.WebApplicationMonitoringSettingsBrowserRestrictionSettingsArgs
        {
            Mode = "string",
            Restrictions = new Dynatrace.Inputs.WebApplicationMonitoringSettingsBrowserRestrictionSettingsRestrictionsArgs
            {
                Restrictions = new[]
                {
                    new Dynatrace.Inputs.WebApplicationMonitoringSettingsBrowserRestrictionSettingsRestrictionsRestrictionArgs
                    {
                        BrowserType = "string",
                        BrowserVersion = "string",
                        Comparator = "string",
                        Platform = "string",
                    },
                },
            },
        },
        CookiePlacementDomain = "string",
        CorrelationHeaderInclusionRegex = "string",
        CustomConfigurationProperties = "string",
        ExcludeXhrRegex = "string",
        FetchRequests = false,
        AngularPackageName = "string",
        AddCrossOriginAnonymousAttribute = false,
        IpAddressRestrictionSettings = new Dynatrace.Inputs.WebApplicationMonitoringSettingsIpAddressRestrictionSettingsArgs
        {
            Mode = "string",
            Restrictions = new Dynatrace.Inputs.WebApplicationMonitoringSettingsIpAddressRestrictionSettingsRestrictionsArgs
            {
                Ranges = new[]
                {
                    new Dynatrace.Inputs.WebApplicationMonitoringSettingsIpAddressRestrictionSettingsRestrictionsRangeArgs
                    {
                        Address = "string",
                        AddressTo = "string",
                        SubnetMask = 0,
                    },
                },
            },
        },
        CacheControlHeaderOptimizations = false,
        JavascriptInjectionRules = new Dynatrace.Inputs.WebApplicationMonitoringSettingsJavascriptInjectionRulesArgs
        {
            Rules = new[]
            {
                new Dynatrace.Inputs.WebApplicationMonitoringSettingsJavascriptInjectionRulesRuleArgs
                {
                    Rule = "string",
                    UrlOperator = "string",
                    Enabled = false,
                    HtmlPattern = "string",
                    Target = "string",
                    UrlPattern = "string",
                },
            },
        },
        LibraryFileLocation = "string",
        MonitoringDataPath = "string",
        SameSiteCookieAttribute = "string",
        ScriptTagCacheDurationInHours = 0,
        SecureCookieAttribute = false,
        ServerRequestPathId = "string",
        UseCors = false,
        XmlHttpRequest = false,
    },
    WaterfallSettings = new Dynatrace.Inputs.WebApplicationWaterfallSettingsArgs
    {
        ResourceBrowserCachingThreshold = 0,
        ResourcesThreshold = 0,
        SlowCndResourcesThreshold = 0,
        SlowFirstPartyResourcesThreshold = 0,
        SlowThirdPartyResourcesThreshold = 0,
        SpeedIndexVisuallyCompleteRatioThreshold = 0,
        UncompressedResourcesThreshold = 0,
    },
    Name = "string",
    SessionReplayConfig = new Dynatrace.Inputs.WebApplicationSessionReplayConfigArgs
    {
        CostControlPercentage = 0,
        CssResourceCapturingExclusionRules = new[]
        {
            "string",
        },
        EnableCssResourceCapturing = false,
        Enabled = false,
    },
    RealUserMonitoringEnabled = false,
    UrlInjectionPattern = "string",
    UserActionAndSessionProperties = new Dynatrace.Inputs.WebApplicationUserActionAndSessionPropertiesArgs
    {
        Properties = new[]
        {
            new Dynatrace.Inputs.WebApplicationUserActionAndSessionPropertiesPropertyArgs
            {
                Key = "string",
                Type = "string",
                Origin = "string",
                Id = 0,
                LongStringLength = 0,
                IgnoreCase = false,
                Aggregation = "string",
                MetadataId = 0,
                DisplayName = "string",
                ServerSideRequestAttribute = "string",
                StoreAsSessionProperty = false,
                StoreAsUserActionProperty = false,
                CleanupRule = "string",
            },
        },
    },
    UserActionNamingSettings = new Dynatrace.Inputs.WebApplicationUserActionNamingSettingsArgs
    {
        CustomActionNamingRules = new Dynatrace.Inputs.WebApplicationUserActionNamingSettingsCustomActionNamingRulesArgs
        {
            Rules = new[]
            {
                new Dynatrace.Inputs.WebApplicationUserActionNamingSettingsCustomActionNamingRulesRuleArgs
                {
                    Template = "string",
                    Conditions = new Dynatrace.Inputs.WebApplicationUserActionNamingSettingsCustomActionNamingRulesRuleConditionsArgs
                    {
                        Conditions = new[]
                        {
                            new Dynatrace.Inputs.WebApplicationUserActionNamingSettingsCustomActionNamingRulesRuleConditionsConditionArgs
                            {
                                Operand1 = "string",
                                Operator = "string",
                                Operand2 = "string",
                            },
                        },
                    },
                    UseOrConditions = false,
                },
            },
        },
        IgnoreCase = false,
        LoadActionNamingRules = new Dynatrace.Inputs.WebApplicationUserActionNamingSettingsLoadActionNamingRulesArgs
        {
            Rules = new[]
            {
                new Dynatrace.Inputs.WebApplicationUserActionNamingSettingsLoadActionNamingRulesRuleArgs
                {
                    Template = "string",
                    Conditions = new Dynatrace.Inputs.WebApplicationUserActionNamingSettingsLoadActionNamingRulesRuleConditionsArgs
                    {
                        Conditions = new[]
                        {
                            new Dynatrace.Inputs.WebApplicationUserActionNamingSettingsLoadActionNamingRulesRuleConditionsConditionArgs
                            {
                                Operand1 = "string",
                                Operator = "string",
                                Operand2 = "string",
                            },
                        },
                    },
                    UseOrConditions = false,
                },
            },
        },
        Placeholders = new Dynatrace.Inputs.WebApplicationUserActionNamingSettingsPlaceholdersArgs
        {
            Placeholders = new[]
            {
                new Dynatrace.Inputs.WebApplicationUserActionNamingSettingsPlaceholdersPlaceholderArgs
                {
                    Input = "string",
                    Name = "string",
                    ProcessingPart = "string",
                    MetadataId = 0,
                    ProcessingSteps = new Dynatrace.Inputs.WebApplicationUserActionNamingSettingsPlaceholdersPlaceholderProcessingStepsArgs
                    {
                        Steps = new[]
                        {
                            new Dynatrace.Inputs.WebApplicationUserActionNamingSettingsPlaceholdersPlaceholderProcessingStepsStepArgs
                            {
                                Type = "string",
                                FallbackToInput = false,
                                PatternAfter = "string",
                                PatternAfterSearchType = "string",
                                PatternBefore = "string",
                                PatternBeforeSearchType = "string",
                                PatternToReplace = "string",
                                RegularExpression = "string",
                                Replacement = "string",
                            },
                        },
                    },
                    UseGuessedElementIdentifier = false,
                },
            },
        },
        QueryParameterCleanups = new[]
        {
            "string",
        },
        SplitUserActionsByDomain = false,
        UseFirstDetectedLoadAction = false,
        XhrActionNamingRules = new Dynatrace.Inputs.WebApplicationUserActionNamingSettingsXhrActionNamingRulesArgs
        {
            Rules = new[]
            {
                new Dynatrace.Inputs.WebApplicationUserActionNamingSettingsXhrActionNamingRulesRuleArgs
                {
                    Template = "string",
                    Conditions = new Dynatrace.Inputs.WebApplicationUserActionNamingSettingsXhrActionNamingRulesRuleConditionsArgs
                    {
                        Conditions = new[]
                        {
                            new Dynatrace.Inputs.WebApplicationUserActionNamingSettingsXhrActionNamingRulesRuleConditionsConditionArgs
                            {
                                Operand1 = "string",
                                Operator = "string",
                                Operand2 = "string",
                            },
                        },
                    },
                    UseOrConditions = false,
                },
            },
        },
    },
    UserTags = new Dynatrace.Inputs.WebApplicationUserTagsArgs
    {
        Tags = new[]
        {
            new Dynatrace.Inputs.WebApplicationUserTagsTagArgs
            {
                CleanupRule = "string",
                Id = 0,
                IgnoreCase = false,
                MetadataId = 0,
                ServerSideRequestAttribute = "string",
                UniqueId = 0,
            },
        },
    },
    ConversionGoals = new Dynatrace.Inputs.WebApplicationConversionGoalsArgs
    {
        Goals = new[]
        {
            new Dynatrace.Inputs.WebApplicationConversionGoalsGoalArgs
            {
                Name = "string",
                Destination = new Dynatrace.Inputs.WebApplicationConversionGoalsGoalDestinationArgs
                {
                    UrlOrPath = "string",
                    CaseSensitive = false,
                    MatchType = "string",
                },
                Id = "string",
                Type = "string",
                UserAction = new Dynatrace.Inputs.WebApplicationConversionGoalsGoalUserActionArgs
                {
                    ActionType = "string",
                    CaseSensitive = false,
                    MatchEntity = "string",
                    MatchType = "string",
                    Value = "string",
                },
                VisitDuration = new Dynatrace.Inputs.WebApplicationConversionGoalsGoalVisitDurationArgs
                {
                    Duration = 0,
                },
                VisitNumAction = new Dynatrace.Inputs.WebApplicationConversionGoalsGoalVisitNumActionArgs
                {
                    NumUserActions = 0,
                },
            },
        },
    },
    MetaDataCaptureSettings = new Dynatrace.Inputs.WebApplicationMetaDataCaptureSettingsArgs
    {
        Captures = new[]
        {
            new Dynatrace.Inputs.WebApplicationMetaDataCaptureSettingsCaptureArgs
            {
                CapturingName = "string",
                Name = "string",
                Type = "string",
                PublicMetadata = false,
                UniqueId = 0,
                UseLastValue = false,
            },
        },
    },
});
example, err := dynatrace.NewWebApplication(ctx, "webApplicationResource", &dynatrace.WebApplicationArgs{
	Type:                             pulumi.String("string"),
	CostControlUserSessionPercentage: pulumi.Int(0),
	CustomActionApdexSettings: &dynatrace.WebApplicationCustomActionApdexSettingsArgs{
		FrustratingFallbackThreshold: pulumi.Int(0),
		FrustratingThreshold:         pulumi.Int(0),
		ToleratedFallbackThreshold:   pulumi.Int(0),
		ToleratedThreshold:           pulumi.Int(0),
	},
	XhrActionKeyPerformanceMetric: pulumi.String("string"),
	LoadActionApdexSettings: &dynatrace.WebApplicationLoadActionApdexSettingsArgs{
		FrustratingFallbackThreshold: pulumi.Int(0),
		FrustratingThreshold:         pulumi.Int(0),
		ToleratedFallbackThreshold:   pulumi.Int(0),
		ToleratedThreshold:           pulumi.Int(0),
	},
	LoadActionKeyPerformanceMetric: pulumi.String("string"),
	XhrActionApdexSettings: &dynatrace.WebApplicationXhrActionApdexSettingsArgs{
		FrustratingFallbackThreshold: pulumi.Int(0),
		FrustratingThreshold:         pulumi.Int(0),
		ToleratedFallbackThreshold:   pulumi.Int(0),
		ToleratedThreshold:           pulumi.Int(0),
	},
	MonitoringSettings: &dynatrace.WebApplicationMonitoringSettingsArgs{
		ContentCapture: &dynatrace.WebApplicationMonitoringSettingsContentCaptureArgs{
			ResourceTimingSettings: &dynatrace.WebApplicationMonitoringSettingsContentCaptureResourceTimingSettingsArgs{
				InstrumentationDelay:       pulumi.Int(0),
				NonW3cResourceTimings:      pulumi.Bool(false),
				ResourceTimingCaptureType:  pulumi.String("string"),
				ResourceTimingsDomainLimit: pulumi.Int(0),
				W3cResourceTimings:         pulumi.Bool(false),
			},
			TimeoutSettings: &dynatrace.WebApplicationMonitoringSettingsContentCaptureTimeoutSettingsArgs{
				TemporaryActionLimit:        pulumi.Int(0),
				TemporaryActionTotalTimeout: pulumi.Int(0),
				TimedActionSupport:          pulumi.Bool(false),
			},
			JavascriptErrors:              pulumi.Bool(false),
			VisuallyCompleteAndSpeedIndex: pulumi.Bool(false),
			VisuallyCompleteSettings: &dynatrace.WebApplicationMonitoringSettingsContentCaptureVisuallyCompleteSettingsArgs{
				ExcludeUrlRegex:      pulumi.String("string"),
				IgnoredMutationsList: pulumi.String("string"),
				InactivityTimeout:    pulumi.Int(0),
				MutationTimeout:      pulumi.Int(0),
				Threshold:            pulumi.Int(0),
			},
		},
		AdvancedJavascriptTagSettings: &dynatrace.WebApplicationMonitoringSettingsAdvancedJavascriptTagSettingsArgs{
			AdditionalEventHandlers: &dynatrace.WebApplicationMonitoringSettingsAdvancedJavascriptTagSettingsAdditionalEventHandlersArgs{
				MaxDomNodes:              pulumi.Int(0),
				Blur:                     pulumi.Bool(false),
				Change:                   pulumi.Bool(false),
				Click:                    pulumi.Bool(false),
				Mouseup:                  pulumi.Bool(false),
				ToStringMethod:           pulumi.Bool(false),
				UseMouseUpEventForClicks: pulumi.Bool(false),
			},
			MaxActionNameLength: pulumi.Int(0),
			MaxErrorsToCapture:  pulumi.Int(0),
			EventWrapperSettings: &dynatrace.WebApplicationMonitoringSettingsAdvancedJavascriptTagSettingsEventWrapperSettingsArgs{
				Blur:       pulumi.Bool(false),
				Change:     pulumi.Bool(false),
				Click:      pulumi.Bool(false),
				Mouseup:    pulumi.Bool(false),
				TouchEnd:   pulumi.Bool(false),
				TouchStart: pulumi.Bool(false),
			},
			GlobalEventCaptureSettings: &dynatrace.WebApplicationMonitoringSettingsAdvancedJavascriptTagSettingsGlobalEventCaptureSettingsArgs{
				AdditionalEventCapturedAsUserInput: pulumi.String("string"),
				Change:                             pulumi.Bool(false),
				Click:                              pulumi.Bool(false),
				Doubleclick:                        pulumi.Bool(false),
				Keydown:                            pulumi.Bool(false),
				Keyup:                              pulumi.Bool(false),
				Mousedown:                          pulumi.Bool(false),
				Mouseup:                            pulumi.Bool(false),
				Scroll:                             pulumi.Bool(false),
				TouchEnd:                           pulumi.Bool(false),
				TouchStart:                         pulumi.Bool(false),
			},
			InstrumentUnsupportedAjaxFrameworks: pulumi.Bool(false),
			SpecialCharactersToEscape:           pulumi.String("string"),
			SyncBeaconFirefox:                   pulumi.Bool(false),
			SyncBeaconInternetExplorer:          pulumi.Bool(false),
		},
		InjectionMode:         pulumi.String("string"),
		InstrumentedWebServer: pulumi.Bool(false),
		JavascriptFrameworkSupport: &dynatrace.WebApplicationMonitoringSettingsJavascriptFrameworkSupportArgs{
			ActiveXObject: pulumi.Bool(false),
			Angular:       pulumi.Bool(false),
			Dojo:          pulumi.Bool(false),
			Extjs:         pulumi.Bool(false),
			Icefaces:      pulumi.Bool(false),
			Jquery:        pulumi.Bool(false),
			MooTools:      pulumi.Bool(false),
			Prototype:     pulumi.Bool(false),
		},
		BrowserRestrictionSettings: &dynatrace.WebApplicationMonitoringSettingsBrowserRestrictionSettingsArgs{
			Mode: pulumi.String("string"),
			Restrictions: &dynatrace.WebApplicationMonitoringSettingsBrowserRestrictionSettingsRestrictionsArgs{
				Restrictions: dynatrace.WebApplicationMonitoringSettingsBrowserRestrictionSettingsRestrictionsRestrictionArray{
					&dynatrace.WebApplicationMonitoringSettingsBrowserRestrictionSettingsRestrictionsRestrictionArgs{
						BrowserType:    pulumi.String("string"),
						BrowserVersion: pulumi.String("string"),
						Comparator:     pulumi.String("string"),
						Platform:       pulumi.String("string"),
					},
				},
			},
		},
		CookiePlacementDomain:            pulumi.String("string"),
		CorrelationHeaderInclusionRegex:  pulumi.String("string"),
		CustomConfigurationProperties:    pulumi.String("string"),
		ExcludeXhrRegex:                  pulumi.String("string"),
		FetchRequests:                    pulumi.Bool(false),
		AngularPackageName:               pulumi.String("string"),
		AddCrossOriginAnonymousAttribute: pulumi.Bool(false),
		IpAddressRestrictionSettings: &dynatrace.WebApplicationMonitoringSettingsIpAddressRestrictionSettingsArgs{
			Mode: pulumi.String("string"),
			Restrictions: &dynatrace.WebApplicationMonitoringSettingsIpAddressRestrictionSettingsRestrictionsArgs{
				Ranges: dynatrace.WebApplicationMonitoringSettingsIpAddressRestrictionSettingsRestrictionsRangeArray{
					&dynatrace.WebApplicationMonitoringSettingsIpAddressRestrictionSettingsRestrictionsRangeArgs{
						Address:    pulumi.String("string"),
						AddressTo:  pulumi.String("string"),
						SubnetMask: pulumi.Int(0),
					},
				},
			},
		},
		CacheControlHeaderOptimizations: pulumi.Bool(false),
		JavascriptInjectionRules: &dynatrace.WebApplicationMonitoringSettingsJavascriptInjectionRulesArgs{
			Rules: dynatrace.WebApplicationMonitoringSettingsJavascriptInjectionRulesRuleArray{
				&dynatrace.WebApplicationMonitoringSettingsJavascriptInjectionRulesRuleArgs{
					Rule:        pulumi.String("string"),
					UrlOperator: pulumi.String("string"),
					Enabled:     pulumi.Bool(false),
					HtmlPattern: pulumi.String("string"),
					Target:      pulumi.String("string"),
					UrlPattern:  pulumi.String("string"),
				},
			},
		},
		LibraryFileLocation:           pulumi.String("string"),
		MonitoringDataPath:            pulumi.String("string"),
		SameSiteCookieAttribute:       pulumi.String("string"),
		ScriptTagCacheDurationInHours: pulumi.Int(0),
		SecureCookieAttribute:         pulumi.Bool(false),
		ServerRequestPathId:           pulumi.String("string"),
		UseCors:                       pulumi.Bool(false),
		XmlHttpRequest:                pulumi.Bool(false),
	},
	WaterfallSettings: &dynatrace.WebApplicationWaterfallSettingsArgs{
		ResourceBrowserCachingThreshold:          pulumi.Int(0),
		ResourcesThreshold:                       pulumi.Int(0),
		SlowCndResourcesThreshold:                pulumi.Int(0),
		SlowFirstPartyResourcesThreshold:         pulumi.Int(0),
		SlowThirdPartyResourcesThreshold:         pulumi.Int(0),
		SpeedIndexVisuallyCompleteRatioThreshold: pulumi.Int(0),
		UncompressedResourcesThreshold:           pulumi.Int(0),
	},
	Name: pulumi.String("string"),
	SessionReplayConfig: &dynatrace.WebApplicationSessionReplayConfigArgs{
		CostControlPercentage: pulumi.Int(0),
		CssResourceCapturingExclusionRules: pulumi.StringArray{
			pulumi.String("string"),
		},
		EnableCssResourceCapturing: pulumi.Bool(false),
		Enabled:                    pulumi.Bool(false),
	},
	RealUserMonitoringEnabled: pulumi.Bool(false),
	UrlInjectionPattern:       pulumi.String("string"),
	UserActionAndSessionProperties: &dynatrace.WebApplicationUserActionAndSessionPropertiesArgs{
		Properties: dynatrace.WebApplicationUserActionAndSessionPropertiesPropertyArray{
			&dynatrace.WebApplicationUserActionAndSessionPropertiesPropertyArgs{
				Key:                        pulumi.String("string"),
				Type:                       pulumi.String("string"),
				Origin:                     pulumi.String("string"),
				Id:                         pulumi.Int(0),
				LongStringLength:           pulumi.Int(0),
				IgnoreCase:                 pulumi.Bool(false),
				Aggregation:                pulumi.String("string"),
				MetadataId:                 pulumi.Int(0),
				DisplayName:                pulumi.String("string"),
				ServerSideRequestAttribute: pulumi.String("string"),
				StoreAsSessionProperty:     pulumi.Bool(false),
				StoreAsUserActionProperty:  pulumi.Bool(false),
				CleanupRule:                pulumi.String("string"),
			},
		},
	},
	UserActionNamingSettings: &dynatrace.WebApplicationUserActionNamingSettingsArgs{
		CustomActionNamingRules: &dynatrace.WebApplicationUserActionNamingSettingsCustomActionNamingRulesArgs{
			Rules: dynatrace.WebApplicationUserActionNamingSettingsCustomActionNamingRulesRuleArray{
				&dynatrace.WebApplicationUserActionNamingSettingsCustomActionNamingRulesRuleArgs{
					Template: pulumi.String("string"),
					Conditions: &dynatrace.WebApplicationUserActionNamingSettingsCustomActionNamingRulesRuleConditionsArgs{
						Conditions: dynatrace.WebApplicationUserActionNamingSettingsCustomActionNamingRulesRuleConditionsConditionArray{
							&dynatrace.WebApplicationUserActionNamingSettingsCustomActionNamingRulesRuleConditionsConditionArgs{
								Operand1: pulumi.String("string"),
								Operator: pulumi.String("string"),
								Operand2: pulumi.String("string"),
							},
						},
					},
					UseOrConditions: pulumi.Bool(false),
				},
			},
		},
		IgnoreCase: pulumi.Bool(false),
		LoadActionNamingRules: &dynatrace.WebApplicationUserActionNamingSettingsLoadActionNamingRulesArgs{
			Rules: dynatrace.WebApplicationUserActionNamingSettingsLoadActionNamingRulesRuleArray{
				&dynatrace.WebApplicationUserActionNamingSettingsLoadActionNamingRulesRuleArgs{
					Template: pulumi.String("string"),
					Conditions: &dynatrace.WebApplicationUserActionNamingSettingsLoadActionNamingRulesRuleConditionsArgs{
						Conditions: dynatrace.WebApplicationUserActionNamingSettingsLoadActionNamingRulesRuleConditionsConditionArray{
							&dynatrace.WebApplicationUserActionNamingSettingsLoadActionNamingRulesRuleConditionsConditionArgs{
								Operand1: pulumi.String("string"),
								Operator: pulumi.String("string"),
								Operand2: pulumi.String("string"),
							},
						},
					},
					UseOrConditions: pulumi.Bool(false),
				},
			},
		},
		Placeholders: &dynatrace.WebApplicationUserActionNamingSettingsPlaceholdersArgs{
			Placeholders: dynatrace.WebApplicationUserActionNamingSettingsPlaceholdersPlaceholderArray{
				&dynatrace.WebApplicationUserActionNamingSettingsPlaceholdersPlaceholderArgs{
					Input:          pulumi.String("string"),
					Name:           pulumi.String("string"),
					ProcessingPart: pulumi.String("string"),
					MetadataId:     pulumi.Int(0),
					ProcessingSteps: &dynatrace.WebApplicationUserActionNamingSettingsPlaceholdersPlaceholderProcessingStepsArgs{
						Steps: dynatrace.WebApplicationUserActionNamingSettingsPlaceholdersPlaceholderProcessingStepsStepArray{
							&dynatrace.WebApplicationUserActionNamingSettingsPlaceholdersPlaceholderProcessingStepsStepArgs{
								Type:                    pulumi.String("string"),
								FallbackToInput:         pulumi.Bool(false),
								PatternAfter:            pulumi.String("string"),
								PatternAfterSearchType:  pulumi.String("string"),
								PatternBefore:           pulumi.String("string"),
								PatternBeforeSearchType: pulumi.String("string"),
								PatternToReplace:        pulumi.String("string"),
								RegularExpression:       pulumi.String("string"),
								Replacement:             pulumi.String("string"),
							},
						},
					},
					UseGuessedElementIdentifier: pulumi.Bool(false),
				},
			},
		},
		QueryParameterCleanups: pulumi.StringArray{
			pulumi.String("string"),
		},
		SplitUserActionsByDomain:   pulumi.Bool(false),
		UseFirstDetectedLoadAction: pulumi.Bool(false),
		XhrActionNamingRules: &dynatrace.WebApplicationUserActionNamingSettingsXhrActionNamingRulesArgs{
			Rules: dynatrace.WebApplicationUserActionNamingSettingsXhrActionNamingRulesRuleArray{
				&dynatrace.WebApplicationUserActionNamingSettingsXhrActionNamingRulesRuleArgs{
					Template: pulumi.String("string"),
					Conditions: &dynatrace.WebApplicationUserActionNamingSettingsXhrActionNamingRulesRuleConditionsArgs{
						Conditions: dynatrace.WebApplicationUserActionNamingSettingsXhrActionNamingRulesRuleConditionsConditionArray{
							&dynatrace.WebApplicationUserActionNamingSettingsXhrActionNamingRulesRuleConditionsConditionArgs{
								Operand1: pulumi.String("string"),
								Operator: pulumi.String("string"),
								Operand2: pulumi.String("string"),
							},
						},
					},
					UseOrConditions: pulumi.Bool(false),
				},
			},
		},
	},
	UserTags: &dynatrace.WebApplicationUserTagsArgs{
		Tags: dynatrace.WebApplicationUserTagsTagArray{
			&dynatrace.WebApplicationUserTagsTagArgs{
				CleanupRule:                pulumi.String("string"),
				Id:                         pulumi.Int(0),
				IgnoreCase:                 pulumi.Bool(false),
				MetadataId:                 pulumi.Int(0),
				ServerSideRequestAttribute: pulumi.String("string"),
				UniqueId:                   pulumi.Int(0),
			},
		},
	},
	ConversionGoals: &dynatrace.WebApplicationConversionGoalsArgs{
		Goals: dynatrace.WebApplicationConversionGoalsGoalArray{
			&dynatrace.WebApplicationConversionGoalsGoalArgs{
				Name: pulumi.String("string"),
				Destination: &dynatrace.WebApplicationConversionGoalsGoalDestinationArgs{
					UrlOrPath:     pulumi.String("string"),
					CaseSensitive: pulumi.Bool(false),
					MatchType:     pulumi.String("string"),
				},
				Id:   pulumi.String("string"),
				Type: pulumi.String("string"),
				UserAction: &dynatrace.WebApplicationConversionGoalsGoalUserActionArgs{
					ActionType:    pulumi.String("string"),
					CaseSensitive: pulumi.Bool(false),
					MatchEntity:   pulumi.String("string"),
					MatchType:     pulumi.String("string"),
					Value:         pulumi.String("string"),
				},
				VisitDuration: &dynatrace.WebApplicationConversionGoalsGoalVisitDurationArgs{
					Duration: pulumi.Int(0),
				},
				VisitNumAction: &dynatrace.WebApplicationConversionGoalsGoalVisitNumActionArgs{
					NumUserActions: pulumi.Int(0),
				},
			},
		},
	},
	MetaDataCaptureSettings: &dynatrace.WebApplicationMetaDataCaptureSettingsArgs{
		Captures: dynatrace.WebApplicationMetaDataCaptureSettingsCaptureArray{
			&dynatrace.WebApplicationMetaDataCaptureSettingsCaptureArgs{
				CapturingName:  pulumi.String("string"),
				Name:           pulumi.String("string"),
				Type:           pulumi.String("string"),
				PublicMetadata: pulumi.Bool(false),
				UniqueId:       pulumi.Int(0),
				UseLastValue:   pulumi.Bool(false),
			},
		},
	},
})
var webApplicationResource = new WebApplication("webApplicationResource", WebApplicationArgs.builder()
    .type("string")
    .costControlUserSessionPercentage(0)
    .customActionApdexSettings(WebApplicationCustomActionApdexSettingsArgs.builder()
        .frustratingFallbackThreshold(0)
        .frustratingThreshold(0)
        .toleratedFallbackThreshold(0)
        .toleratedThreshold(0)
        .build())
    .xhrActionKeyPerformanceMetric("string")
    .loadActionApdexSettings(WebApplicationLoadActionApdexSettingsArgs.builder()
        .frustratingFallbackThreshold(0)
        .frustratingThreshold(0)
        .toleratedFallbackThreshold(0)
        .toleratedThreshold(0)
        .build())
    .loadActionKeyPerformanceMetric("string")
    .xhrActionApdexSettings(WebApplicationXhrActionApdexSettingsArgs.builder()
        .frustratingFallbackThreshold(0)
        .frustratingThreshold(0)
        .toleratedFallbackThreshold(0)
        .toleratedThreshold(0)
        .build())
    .monitoringSettings(WebApplicationMonitoringSettingsArgs.builder()
        .contentCapture(WebApplicationMonitoringSettingsContentCaptureArgs.builder()
            .resourceTimingSettings(WebApplicationMonitoringSettingsContentCaptureResourceTimingSettingsArgs.builder()
                .instrumentationDelay(0)
                .nonW3cResourceTimings(false)
                .resourceTimingCaptureType("string")
                .resourceTimingsDomainLimit(0)
                .w3cResourceTimings(false)
                .build())
            .timeoutSettings(WebApplicationMonitoringSettingsContentCaptureTimeoutSettingsArgs.builder()
                .temporaryActionLimit(0)
                .temporaryActionTotalTimeout(0)
                .timedActionSupport(false)
                .build())
            .javascriptErrors(false)
            .visuallyCompleteAndSpeedIndex(false)
            .visuallyCompleteSettings(WebApplicationMonitoringSettingsContentCaptureVisuallyCompleteSettingsArgs.builder()
                .excludeUrlRegex("string")
                .ignoredMutationsList("string")
                .inactivityTimeout(0)
                .mutationTimeout(0)
                .threshold(0)
                .build())
            .build())
        .advancedJavascriptTagSettings(WebApplicationMonitoringSettingsAdvancedJavascriptTagSettingsArgs.builder()
            .additionalEventHandlers(WebApplicationMonitoringSettingsAdvancedJavascriptTagSettingsAdditionalEventHandlersArgs.builder()
                .maxDomNodes(0)
                .blur(false)
                .change(false)
                .click(false)
                .mouseup(false)
                .toStringMethod(false)
                .useMouseUpEventForClicks(false)
                .build())
            .maxActionNameLength(0)
            .maxErrorsToCapture(0)
            .eventWrapperSettings(WebApplicationMonitoringSettingsAdvancedJavascriptTagSettingsEventWrapperSettingsArgs.builder()
                .blur(false)
                .change(false)
                .click(false)
                .mouseup(false)
                .touchEnd(false)
                .touchStart(false)
                .build())
            .globalEventCaptureSettings(WebApplicationMonitoringSettingsAdvancedJavascriptTagSettingsGlobalEventCaptureSettingsArgs.builder()
                .additionalEventCapturedAsUserInput("string")
                .change(false)
                .click(false)
                .doubleclick(false)
                .keydown(false)
                .keyup(false)
                .mousedown(false)
                .mouseup(false)
                .scroll(false)
                .touchEnd(false)
                .touchStart(false)
                .build())
            .instrumentUnsupportedAjaxFrameworks(false)
            .specialCharactersToEscape("string")
            .syncBeaconFirefox(false)
            .syncBeaconInternetExplorer(false)
            .build())
        .injectionMode("string")
        .instrumentedWebServer(false)
        .javascriptFrameworkSupport(WebApplicationMonitoringSettingsJavascriptFrameworkSupportArgs.builder()
            .activeXObject(false)
            .angular(false)
            .dojo(false)
            .extjs(false)
            .icefaces(false)
            .jquery(false)
            .mooTools(false)
            .prototype(false)
            .build())
        .browserRestrictionSettings(WebApplicationMonitoringSettingsBrowserRestrictionSettingsArgs.builder()
            .mode("string")
            .restrictions(WebApplicationMonitoringSettingsBrowserRestrictionSettingsRestrictionsArgs.builder()
                .restrictions(WebApplicationMonitoringSettingsBrowserRestrictionSettingsRestrictionsRestrictionArgs.builder()
                    .browserType("string")
                    .browserVersion("string")
                    .comparator("string")
                    .platform("string")
                    .build())
                .build())
            .build())
        .cookiePlacementDomain("string")
        .correlationHeaderInclusionRegex("string")
        .customConfigurationProperties("string")
        .excludeXhrRegex("string")
        .fetchRequests(false)
        .angularPackageName("string")
        .addCrossOriginAnonymousAttribute(false)
        .ipAddressRestrictionSettings(WebApplicationMonitoringSettingsIpAddressRestrictionSettingsArgs.builder()
            .mode("string")
            .restrictions(WebApplicationMonitoringSettingsIpAddressRestrictionSettingsRestrictionsArgs.builder()
                .ranges(WebApplicationMonitoringSettingsIpAddressRestrictionSettingsRestrictionsRangeArgs.builder()
                    .address("string")
                    .addressTo("string")
                    .subnetMask(0)
                    .build())
                .build())
            .build())
        .cacheControlHeaderOptimizations(false)
        .javascriptInjectionRules(WebApplicationMonitoringSettingsJavascriptInjectionRulesArgs.builder()
            .rules(WebApplicationMonitoringSettingsJavascriptInjectionRulesRuleArgs.builder()
                .rule("string")
                .urlOperator("string")
                .enabled(false)
                .htmlPattern("string")
                .target("string")
                .urlPattern("string")
                .build())
            .build())
        .libraryFileLocation("string")
        .monitoringDataPath("string")
        .sameSiteCookieAttribute("string")
        .scriptTagCacheDurationInHours(0)
        .secureCookieAttribute(false)
        .serverRequestPathId("string")
        .useCors(false)
        .xmlHttpRequest(false)
        .build())
    .waterfallSettings(WebApplicationWaterfallSettingsArgs.builder()
        .resourceBrowserCachingThreshold(0)
        .resourcesThreshold(0)
        .slowCndResourcesThreshold(0)
        .slowFirstPartyResourcesThreshold(0)
        .slowThirdPartyResourcesThreshold(0)
        .speedIndexVisuallyCompleteRatioThreshold(0)
        .uncompressedResourcesThreshold(0)
        .build())
    .name("string")
    .sessionReplayConfig(WebApplicationSessionReplayConfigArgs.builder()
        .costControlPercentage(0)
        .cssResourceCapturingExclusionRules("string")
        .enableCssResourceCapturing(false)
        .enabled(false)
        .build())
    .realUserMonitoringEnabled(false)
    .urlInjectionPattern("string")
    .userActionAndSessionProperties(WebApplicationUserActionAndSessionPropertiesArgs.builder()
        .properties(WebApplicationUserActionAndSessionPropertiesPropertyArgs.builder()
            .key("string")
            .type("string")
            .origin("string")
            .id(0)
            .longStringLength(0)
            .ignoreCase(false)
            .aggregation("string")
            .metadataId(0)
            .displayName("string")
            .serverSideRequestAttribute("string")
            .storeAsSessionProperty(false)
            .storeAsUserActionProperty(false)
            .cleanupRule("string")
            .build())
        .build())
    .userActionNamingSettings(WebApplicationUserActionNamingSettingsArgs.builder()
        .customActionNamingRules(WebApplicationUserActionNamingSettingsCustomActionNamingRulesArgs.builder()
            .rules(WebApplicationUserActionNamingSettingsCustomActionNamingRulesRuleArgs.builder()
                .template("string")
                .conditions(WebApplicationUserActionNamingSettingsCustomActionNamingRulesRuleConditionsArgs.builder()
                    .conditions(WebApplicationUserActionNamingSettingsCustomActionNamingRulesRuleConditionsConditionArgs.builder()
                        .operand1("string")
                        .operator("string")
                        .operand2("string")
                        .build())
                    .build())
                .useOrConditions(false)
                .build())
            .build())
        .ignoreCase(false)
        .loadActionNamingRules(WebApplicationUserActionNamingSettingsLoadActionNamingRulesArgs.builder()
            .rules(WebApplicationUserActionNamingSettingsLoadActionNamingRulesRuleArgs.builder()
                .template("string")
                .conditions(WebApplicationUserActionNamingSettingsLoadActionNamingRulesRuleConditionsArgs.builder()
                    .conditions(WebApplicationUserActionNamingSettingsLoadActionNamingRulesRuleConditionsConditionArgs.builder()
                        .operand1("string")
                        .operator("string")
                        .operand2("string")
                        .build())
                    .build())
                .useOrConditions(false)
                .build())
            .build())
        .placeholders(WebApplicationUserActionNamingSettingsPlaceholdersArgs.builder()
            .placeholders(WebApplicationUserActionNamingSettingsPlaceholdersPlaceholderArgs.builder()
                .input("string")
                .name("string")
                .processingPart("string")
                .metadataId(0)
                .processingSteps(WebApplicationUserActionNamingSettingsPlaceholdersPlaceholderProcessingStepsArgs.builder()
                    .steps(WebApplicationUserActionNamingSettingsPlaceholdersPlaceholderProcessingStepsStepArgs.builder()
                        .type("string")
                        .fallbackToInput(false)
                        .patternAfter("string")
                        .patternAfterSearchType("string")
                        .patternBefore("string")
                        .patternBeforeSearchType("string")
                        .patternToReplace("string")
                        .regularExpression("string")
                        .replacement("string")
                        .build())
                    .build())
                .useGuessedElementIdentifier(false)
                .build())
            .build())
        .queryParameterCleanups("string")
        .splitUserActionsByDomain(false)
        .useFirstDetectedLoadAction(false)
        .xhrActionNamingRules(WebApplicationUserActionNamingSettingsXhrActionNamingRulesArgs.builder()
            .rules(WebApplicationUserActionNamingSettingsXhrActionNamingRulesRuleArgs.builder()
                .template("string")
                .conditions(WebApplicationUserActionNamingSettingsXhrActionNamingRulesRuleConditionsArgs.builder()
                    .conditions(WebApplicationUserActionNamingSettingsXhrActionNamingRulesRuleConditionsConditionArgs.builder()
                        .operand1("string")
                        .operator("string")
                        .operand2("string")
                        .build())
                    .build())
                .useOrConditions(false)
                .build())
            .build())
        .build())
    .userTags(WebApplicationUserTagsArgs.builder()
        .tags(WebApplicationUserTagsTagArgs.builder()
            .cleanupRule("string")
            .id(0)
            .ignoreCase(false)
            .metadataId(0)
            .serverSideRequestAttribute("string")
            .uniqueId(0)
            .build())
        .build())
    .conversionGoals(WebApplicationConversionGoalsArgs.builder()
        .goals(WebApplicationConversionGoalsGoalArgs.builder()
            .name("string")
            .destination(WebApplicationConversionGoalsGoalDestinationArgs.builder()
                .urlOrPath("string")
                .caseSensitive(false)
                .matchType("string")
                .build())
            .id("string")
            .type("string")
            .userAction(WebApplicationConversionGoalsGoalUserActionArgs.builder()
                .actionType("string")
                .caseSensitive(false)
                .matchEntity("string")
                .matchType("string")
                .value("string")
                .build())
            .visitDuration(WebApplicationConversionGoalsGoalVisitDurationArgs.builder()
                .duration(0)
                .build())
            .visitNumAction(WebApplicationConversionGoalsGoalVisitNumActionArgs.builder()
                .numUserActions(0)
                .build())
            .build())
        .build())
    .metaDataCaptureSettings(WebApplicationMetaDataCaptureSettingsArgs.builder()
        .captures(WebApplicationMetaDataCaptureSettingsCaptureArgs.builder()
            .capturingName("string")
            .name("string")
            .type("string")
            .publicMetadata(false)
            .uniqueId(0)
            .useLastValue(false)
            .build())
        .build())
    .build());
web_application_resource = dynatrace.WebApplication("webApplicationResource",
    type="string",
    cost_control_user_session_percentage=0,
    custom_action_apdex_settings={
        "frustrating_fallback_threshold": 0,
        "frustrating_threshold": 0,
        "tolerated_fallback_threshold": 0,
        "tolerated_threshold": 0,
    },
    xhr_action_key_performance_metric="string",
    load_action_apdex_settings={
        "frustrating_fallback_threshold": 0,
        "frustrating_threshold": 0,
        "tolerated_fallback_threshold": 0,
        "tolerated_threshold": 0,
    },
    load_action_key_performance_metric="string",
    xhr_action_apdex_settings={
        "frustrating_fallback_threshold": 0,
        "frustrating_threshold": 0,
        "tolerated_fallback_threshold": 0,
        "tolerated_threshold": 0,
    },
    monitoring_settings={
        "content_capture": {
            "resource_timing_settings": {
                "instrumentation_delay": 0,
                "non_w3c_resource_timings": False,
                "resource_timing_capture_type": "string",
                "resource_timings_domain_limit": 0,
                "w3c_resource_timings": False,
            },
            "timeout_settings": {
                "temporary_action_limit": 0,
                "temporary_action_total_timeout": 0,
                "timed_action_support": False,
            },
            "javascript_errors": False,
            "visually_complete_and_speed_index": False,
            "visually_complete_settings": {
                "exclude_url_regex": "string",
                "ignored_mutations_list": "string",
                "inactivity_timeout": 0,
                "mutation_timeout": 0,
                "threshold": 0,
            },
        },
        "advanced_javascript_tag_settings": {
            "additional_event_handlers": {
                "max_dom_nodes": 0,
                "blur": False,
                "change": False,
                "click": False,
                "mouseup": False,
                "to_string_method": False,
                "use_mouse_up_event_for_clicks": False,
            },
            "max_action_name_length": 0,
            "max_errors_to_capture": 0,
            "event_wrapper_settings": {
                "blur": False,
                "change": False,
                "click": False,
                "mouseup": False,
                "touch_end": False,
                "touch_start": False,
            },
            "global_event_capture_settings": {
                "additional_event_captured_as_user_input": "string",
                "change": False,
                "click": False,
                "doubleclick": False,
                "keydown": False,
                "keyup": False,
                "mousedown": False,
                "mouseup": False,
                "scroll": False,
                "touch_end": False,
                "touch_start": False,
            },
            "instrument_unsupported_ajax_frameworks": False,
            "special_characters_to_escape": "string",
            "sync_beacon_firefox": False,
            "sync_beacon_internet_explorer": False,
        },
        "injection_mode": "string",
        "instrumented_web_server": False,
        "javascript_framework_support": {
            "active_x_object": False,
            "angular": False,
            "dojo": False,
            "extjs": False,
            "icefaces": False,
            "jquery": False,
            "moo_tools": False,
            "prototype": False,
        },
        "browser_restriction_settings": {
            "mode": "string",
            "restrictions": {
                "restrictions": [{
                    "browser_type": "string",
                    "browser_version": "string",
                    "comparator": "string",
                    "platform": "string",
                }],
            },
        },
        "cookie_placement_domain": "string",
        "correlation_header_inclusion_regex": "string",
        "custom_configuration_properties": "string",
        "exclude_xhr_regex": "string",
        "fetch_requests": False,
        "angular_package_name": "string",
        "add_cross_origin_anonymous_attribute": False,
        "ip_address_restriction_settings": {
            "mode": "string",
            "restrictions": {
                "ranges": [{
                    "address": "string",
                    "address_to": "string",
                    "subnet_mask": 0,
                }],
            },
        },
        "cache_control_header_optimizations": False,
        "javascript_injection_rules": {
            "rules": [{
                "rule": "string",
                "url_operator": "string",
                "enabled": False,
                "html_pattern": "string",
                "target": "string",
                "url_pattern": "string",
            }],
        },
        "library_file_location": "string",
        "monitoring_data_path": "string",
        "same_site_cookie_attribute": "string",
        "script_tag_cache_duration_in_hours": 0,
        "secure_cookie_attribute": False,
        "server_request_path_id": "string",
        "use_cors": False,
        "xml_http_request": False,
    },
    waterfall_settings={
        "resource_browser_caching_threshold": 0,
        "resources_threshold": 0,
        "slow_cnd_resources_threshold": 0,
        "slow_first_party_resources_threshold": 0,
        "slow_third_party_resources_threshold": 0,
        "speed_index_visually_complete_ratio_threshold": 0,
        "uncompressed_resources_threshold": 0,
    },
    name="string",
    session_replay_config={
        "cost_control_percentage": 0,
        "css_resource_capturing_exclusion_rules": ["string"],
        "enable_css_resource_capturing": False,
        "enabled": False,
    },
    real_user_monitoring_enabled=False,
    url_injection_pattern="string",
    user_action_and_session_properties={
        "properties": [{
            "key": "string",
            "type": "string",
            "origin": "string",
            "id": 0,
            "long_string_length": 0,
            "ignore_case": False,
            "aggregation": "string",
            "metadata_id": 0,
            "display_name": "string",
            "server_side_request_attribute": "string",
            "store_as_session_property": False,
            "store_as_user_action_property": False,
            "cleanup_rule": "string",
        }],
    },
    user_action_naming_settings={
        "custom_action_naming_rules": {
            "rules": [{
                "template": "string",
                "conditions": {
                    "conditions": [{
                        "operand1": "string",
                        "operator": "string",
                        "operand2": "string",
                    }],
                },
                "use_or_conditions": False,
            }],
        },
        "ignore_case": False,
        "load_action_naming_rules": {
            "rules": [{
                "template": "string",
                "conditions": {
                    "conditions": [{
                        "operand1": "string",
                        "operator": "string",
                        "operand2": "string",
                    }],
                },
                "use_or_conditions": False,
            }],
        },
        "placeholders": {
            "placeholders": [{
                "input": "string",
                "name": "string",
                "processing_part": "string",
                "metadata_id": 0,
                "processing_steps": {
                    "steps": [{
                        "type": "string",
                        "fallback_to_input": False,
                        "pattern_after": "string",
                        "pattern_after_search_type": "string",
                        "pattern_before": "string",
                        "pattern_before_search_type": "string",
                        "pattern_to_replace": "string",
                        "regular_expression": "string",
                        "replacement": "string",
                    }],
                },
                "use_guessed_element_identifier": False,
            }],
        },
        "query_parameter_cleanups": ["string"],
        "split_user_actions_by_domain": False,
        "use_first_detected_load_action": False,
        "xhr_action_naming_rules": {
            "rules": [{
                "template": "string",
                "conditions": {
                    "conditions": [{
                        "operand1": "string",
                        "operator": "string",
                        "operand2": "string",
                    }],
                },
                "use_or_conditions": False,
            }],
        },
    },
    user_tags={
        "tags": [{
            "cleanup_rule": "string",
            "id": 0,
            "ignore_case": False,
            "metadata_id": 0,
            "server_side_request_attribute": "string",
            "unique_id": 0,
        }],
    },
    conversion_goals={
        "goals": [{
            "name": "string",
            "destination": {
                "url_or_path": "string",
                "case_sensitive": False,
                "match_type": "string",
            },
            "id": "string",
            "type": "string",
            "user_action": {
                "action_type": "string",
                "case_sensitive": False,
                "match_entity": "string",
                "match_type": "string",
                "value": "string",
            },
            "visit_duration": {
                "duration": 0,
            },
            "visit_num_action": {
                "num_user_actions": 0,
            },
        }],
    },
    meta_data_capture_settings={
        "captures": [{
            "capturing_name": "string",
            "name": "string",
            "type": "string",
            "public_metadata": False,
            "unique_id": 0,
            "use_last_value": False,
        }],
    })
const webApplicationResource = new dynatrace.WebApplication("webApplicationResource", {
    type: "string",
    costControlUserSessionPercentage: 0,
    customActionApdexSettings: {
        frustratingFallbackThreshold: 0,
        frustratingThreshold: 0,
        toleratedFallbackThreshold: 0,
        toleratedThreshold: 0,
    },
    xhrActionKeyPerformanceMetric: "string",
    loadActionApdexSettings: {
        frustratingFallbackThreshold: 0,
        frustratingThreshold: 0,
        toleratedFallbackThreshold: 0,
        toleratedThreshold: 0,
    },
    loadActionKeyPerformanceMetric: "string",
    xhrActionApdexSettings: {
        frustratingFallbackThreshold: 0,
        frustratingThreshold: 0,
        toleratedFallbackThreshold: 0,
        toleratedThreshold: 0,
    },
    monitoringSettings: {
        contentCapture: {
            resourceTimingSettings: {
                instrumentationDelay: 0,
                nonW3cResourceTimings: false,
                resourceTimingCaptureType: "string",
                resourceTimingsDomainLimit: 0,
                w3cResourceTimings: false,
            },
            timeoutSettings: {
                temporaryActionLimit: 0,
                temporaryActionTotalTimeout: 0,
                timedActionSupport: false,
            },
            javascriptErrors: false,
            visuallyCompleteAndSpeedIndex: false,
            visuallyCompleteSettings: {
                excludeUrlRegex: "string",
                ignoredMutationsList: "string",
                inactivityTimeout: 0,
                mutationTimeout: 0,
                threshold: 0,
            },
        },
        advancedJavascriptTagSettings: {
            additionalEventHandlers: {
                maxDomNodes: 0,
                blur: false,
                change: false,
                click: false,
                mouseup: false,
                toStringMethod: false,
                useMouseUpEventForClicks: false,
            },
            maxActionNameLength: 0,
            maxErrorsToCapture: 0,
            eventWrapperSettings: {
                blur: false,
                change: false,
                click: false,
                mouseup: false,
                touchEnd: false,
                touchStart: false,
            },
            globalEventCaptureSettings: {
                additionalEventCapturedAsUserInput: "string",
                change: false,
                click: false,
                doubleclick: false,
                keydown: false,
                keyup: false,
                mousedown: false,
                mouseup: false,
                scroll: false,
                touchEnd: false,
                touchStart: false,
            },
            instrumentUnsupportedAjaxFrameworks: false,
            specialCharactersToEscape: "string",
            syncBeaconFirefox: false,
            syncBeaconInternetExplorer: false,
        },
        injectionMode: "string",
        instrumentedWebServer: false,
        javascriptFrameworkSupport: {
            activeXObject: false,
            angular: false,
            dojo: false,
            extjs: false,
            icefaces: false,
            jquery: false,
            mooTools: false,
            prototype: false,
        },
        browserRestrictionSettings: {
            mode: "string",
            restrictions: {
                restrictions: [{
                    browserType: "string",
                    browserVersion: "string",
                    comparator: "string",
                    platform: "string",
                }],
            },
        },
        cookiePlacementDomain: "string",
        correlationHeaderInclusionRegex: "string",
        customConfigurationProperties: "string",
        excludeXhrRegex: "string",
        fetchRequests: false,
        angularPackageName: "string",
        addCrossOriginAnonymousAttribute: false,
        ipAddressRestrictionSettings: {
            mode: "string",
            restrictions: {
                ranges: [{
                    address: "string",
                    addressTo: "string",
                    subnetMask: 0,
                }],
            },
        },
        cacheControlHeaderOptimizations: false,
        javascriptInjectionRules: {
            rules: [{
                rule: "string",
                urlOperator: "string",
                enabled: false,
                htmlPattern: "string",
                target: "string",
                urlPattern: "string",
            }],
        },
        libraryFileLocation: "string",
        monitoringDataPath: "string",
        sameSiteCookieAttribute: "string",
        scriptTagCacheDurationInHours: 0,
        secureCookieAttribute: false,
        serverRequestPathId: "string",
        useCors: false,
        xmlHttpRequest: false,
    },
    waterfallSettings: {
        resourceBrowserCachingThreshold: 0,
        resourcesThreshold: 0,
        slowCndResourcesThreshold: 0,
        slowFirstPartyResourcesThreshold: 0,
        slowThirdPartyResourcesThreshold: 0,
        speedIndexVisuallyCompleteRatioThreshold: 0,
        uncompressedResourcesThreshold: 0,
    },
    name: "string",
    sessionReplayConfig: {
        costControlPercentage: 0,
        cssResourceCapturingExclusionRules: ["string"],
        enableCssResourceCapturing: false,
        enabled: false,
    },
    realUserMonitoringEnabled: false,
    urlInjectionPattern: "string",
    userActionAndSessionProperties: {
        properties: [{
            key: "string",
            type: "string",
            origin: "string",
            id: 0,
            longStringLength: 0,
            ignoreCase: false,
            aggregation: "string",
            metadataId: 0,
            displayName: "string",
            serverSideRequestAttribute: "string",
            storeAsSessionProperty: false,
            storeAsUserActionProperty: false,
            cleanupRule: "string",
        }],
    },
    userActionNamingSettings: {
        customActionNamingRules: {
            rules: [{
                template: "string",
                conditions: {
                    conditions: [{
                        operand1: "string",
                        operator: "string",
                        operand2: "string",
                    }],
                },
                useOrConditions: false,
            }],
        },
        ignoreCase: false,
        loadActionNamingRules: {
            rules: [{
                template: "string",
                conditions: {
                    conditions: [{
                        operand1: "string",
                        operator: "string",
                        operand2: "string",
                    }],
                },
                useOrConditions: false,
            }],
        },
        placeholders: {
            placeholders: [{
                input: "string",
                name: "string",
                processingPart: "string",
                metadataId: 0,
                processingSteps: {
                    steps: [{
                        type: "string",
                        fallbackToInput: false,
                        patternAfter: "string",
                        patternAfterSearchType: "string",
                        patternBefore: "string",
                        patternBeforeSearchType: "string",
                        patternToReplace: "string",
                        regularExpression: "string",
                        replacement: "string",
                    }],
                },
                useGuessedElementIdentifier: false,
            }],
        },
        queryParameterCleanups: ["string"],
        splitUserActionsByDomain: false,
        useFirstDetectedLoadAction: false,
        xhrActionNamingRules: {
            rules: [{
                template: "string",
                conditions: {
                    conditions: [{
                        operand1: "string",
                        operator: "string",
                        operand2: "string",
                    }],
                },
                useOrConditions: false,
            }],
        },
    },
    userTags: {
        tags: [{
            cleanupRule: "string",
            id: 0,
            ignoreCase: false,
            metadataId: 0,
            serverSideRequestAttribute: "string",
            uniqueId: 0,
        }],
    },
    conversionGoals: {
        goals: [{
            name: "string",
            destination: {
                urlOrPath: "string",
                caseSensitive: false,
                matchType: "string",
            },
            id: "string",
            type: "string",
            userAction: {
                actionType: "string",
                caseSensitive: false,
                matchEntity: "string",
                matchType: "string",
                value: "string",
            },
            visitDuration: {
                duration: 0,
            },
            visitNumAction: {
                numUserActions: 0,
            },
        }],
    },
    metaDataCaptureSettings: {
        captures: [{
            capturingName: "string",
            name: "string",
            type: "string",
            publicMetadata: false,
            uniqueId: 0,
            useLastValue: false,
        }],
    },
});
type: dynatrace:WebApplication
properties:
    conversionGoals:
        goals:
            - destination:
                caseSensitive: false
                matchType: string
                urlOrPath: string
              id: string
              name: string
              type: string
              userAction:
                actionType: string
                caseSensitive: false
                matchEntity: string
                matchType: string
                value: string
              visitDuration:
                duration: 0
              visitNumAction:
                numUserActions: 0
    costControlUserSessionPercentage: 0
    customActionApdexSettings:
        frustratingFallbackThreshold: 0
        frustratingThreshold: 0
        toleratedFallbackThreshold: 0
        toleratedThreshold: 0
    loadActionApdexSettings:
        frustratingFallbackThreshold: 0
        frustratingThreshold: 0
        toleratedFallbackThreshold: 0
        toleratedThreshold: 0
    loadActionKeyPerformanceMetric: string
    metaDataCaptureSettings:
        captures:
            - capturingName: string
              name: string
              publicMetadata: false
              type: string
              uniqueId: 0
              useLastValue: false
    monitoringSettings:
        addCrossOriginAnonymousAttribute: false
        advancedJavascriptTagSettings:
            additionalEventHandlers:
                blur: false
                change: false
                click: false
                maxDomNodes: 0
                mouseup: false
                toStringMethod: false
                useMouseUpEventForClicks: false
            eventWrapperSettings:
                blur: false
                change: false
                click: false
                mouseup: false
                touchEnd: false
                touchStart: false
            globalEventCaptureSettings:
                additionalEventCapturedAsUserInput: string
                change: false
                click: false
                doubleclick: false
                keydown: false
                keyup: false
                mousedown: false
                mouseup: false
                scroll: false
                touchEnd: false
                touchStart: false
            instrumentUnsupportedAjaxFrameworks: false
            maxActionNameLength: 0
            maxErrorsToCapture: 0
            specialCharactersToEscape: string
            syncBeaconFirefox: false
            syncBeaconInternetExplorer: false
        angularPackageName: string
        browserRestrictionSettings:
            mode: string
            restrictions:
                restrictions:
                    - browserType: string
                      browserVersion: string
                      comparator: string
                      platform: string
        cacheControlHeaderOptimizations: false
        contentCapture:
            javascriptErrors: false
            resourceTimingSettings:
                instrumentationDelay: 0
                nonW3cResourceTimings: false
                resourceTimingCaptureType: string
                resourceTimingsDomainLimit: 0
                w3cResourceTimings: false
            timeoutSettings:
                temporaryActionLimit: 0
                temporaryActionTotalTimeout: 0
                timedActionSupport: false
            visuallyCompleteAndSpeedIndex: false
            visuallyCompleteSettings:
                excludeUrlRegex: string
                ignoredMutationsList: string
                inactivityTimeout: 0
                mutationTimeout: 0
                threshold: 0
        cookiePlacementDomain: string
        correlationHeaderInclusionRegex: string
        customConfigurationProperties: string
        excludeXhrRegex: string
        fetchRequests: false
        injectionMode: string
        instrumentedWebServer: false
        ipAddressRestrictionSettings:
            mode: string
            restrictions:
                ranges:
                    - address: string
                      addressTo: string
                      subnetMask: 0
        javascriptFrameworkSupport:
            activeXObject: false
            angular: false
            dojo: false
            extjs: false
            icefaces: false
            jquery: false
            mooTools: false
            prototype: false
        javascriptInjectionRules:
            rules:
                - enabled: false
                  htmlPattern: string
                  rule: string
                  target: string
                  urlOperator: string
                  urlPattern: string
        libraryFileLocation: string
        monitoringDataPath: string
        sameSiteCookieAttribute: string
        scriptTagCacheDurationInHours: 0
        secureCookieAttribute: false
        serverRequestPathId: string
        useCors: false
        xmlHttpRequest: false
    name: string
    realUserMonitoringEnabled: false
    sessionReplayConfig:
        costControlPercentage: 0
        cssResourceCapturingExclusionRules:
            - string
        enableCssResourceCapturing: false
        enabled: false
    type: string
    urlInjectionPattern: string
    userActionAndSessionProperties:
        properties:
            - aggregation: string
              cleanupRule: string
              displayName: string
              id: 0
              ignoreCase: false
              key: string
              longStringLength: 0
              metadataId: 0
              origin: string
              serverSideRequestAttribute: string
              storeAsSessionProperty: false
              storeAsUserActionProperty: false
              type: string
    userActionNamingSettings:
        customActionNamingRules:
            rules:
                - conditions:
                    conditions:
                        - operand1: string
                          operand2: string
                          operator: string
                  template: string
                  useOrConditions: false
        ignoreCase: false
        loadActionNamingRules:
            rules:
                - conditions:
                    conditions:
                        - operand1: string
                          operand2: string
                          operator: string
                  template: string
                  useOrConditions: false
        placeholders:
            placeholders:
                - input: string
                  metadataId: 0
                  name: string
                  processingPart: string
                  processingSteps:
                    steps:
                        - fallbackToInput: false
                          patternAfter: string
                          patternAfterSearchType: string
                          patternBefore: string
                          patternBeforeSearchType: string
                          patternToReplace: string
                          regularExpression: string
                          replacement: string
                          type: string
                  useGuessedElementIdentifier: false
        queryParameterCleanups:
            - string
        splitUserActionsByDomain: false
        useFirstDetectedLoadAction: false
        xhrActionNamingRules:
            rules:
                - conditions:
                    conditions:
                        - operand1: string
                          operand2: string
                          operator: string
                  template: string
                  useOrConditions: false
    userTags:
        tags:
            - cleanupRule: string
              id: 0
              ignoreCase: false
              metadataId: 0
              serverSideRequestAttribute: string
              uniqueId: 0
    waterfallSettings:
        resourceBrowserCachingThreshold: 0
        resourcesThreshold: 0
        slowCndResourcesThreshold: 0
        slowFirstPartyResourcesThreshold: 0
        slowThirdPartyResourcesThreshold: 0
        speedIndexVisuallyCompleteRatioThreshold: 0
        uncompressedResourcesThreshold: 0
    xhrActionApdexSettings:
        frustratingFallbackThreshold: 0
        frustratingThreshold: 0
        toleratedFallbackThreshold: 0
        toleratedThreshold: 0
    xhrActionKeyPerformanceMetric: string
WebApplication 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 WebApplication resource accepts the following input properties:
- CostControl intUser Session Percentage 
- (Field has overlap with dynatrace.WebAppEnablement) Analize X% of user sessions
- CustomAction Pulumiverse.Apdex Settings Dynatrace. Inputs. Web Application Custom Action Apdex Settings 
- Defines the Custom Action Apdex settings of an application
- LoadAction Pulumiverse.Apdex Settings Dynatrace. Inputs. Web Application Load Action Apdex Settings 
- Defines the Load Action Apdex settings of an application
- LoadAction stringKey Performance Metric 
- The key performance metric of load actions. Possible values are ACTION_DURATION,CUMULATIVE_LAYOUT_SHIFT,DOM_INTERACTIVE,FIRST_INPUT_DELAY,LARGEST_CONTENTFUL_PAINT,LOAD_EVENT_END,LOAD_EVENT_START,RESPONSE_END,RESPONSE_START,SPEED_INDEXandVISUALLY_COMPLETE
- MonitoringSettings Pulumiverse.Dynatrace. Inputs. Web Application Monitoring Settings 
- Real user monitoring settings
- Type string
- The type of the web application. Possible values are AUTO_INJECTED,BROWSER_EXTENSION_INJECTEDandMANUALLY_INJECTED
- WaterfallSettings Pulumiverse.Dynatrace. Inputs. Web Application Waterfall Settings 
- These settings influence the monitoring data you receive for 3rd party, CDN, and 1st party resources
- XhrAction Pulumiverse.Apdex Settings Dynatrace. Inputs. Web Application Xhr Action Apdex Settings 
- Defines the XHR Action Apdex settings of an application
- XhrAction stringKey Performance Metric 
- The key performance metric of XHR actions. Possible values are ACTION_DURATION,RESPONSE_END,RESPONSE_STARTandVISUALLY_COMPLETE.
- ConversionGoals Pulumiverse.Dynatrace. Inputs. Web Application Conversion Goals 
- A list of conversion goals of the application
- KeyUser List<Pulumiverse.Actions Dynatrace. Inputs. Web Application Key User Action> 
- User Action names to be flagged as Key User Actions
- MetaData Pulumiverse.Capture Settings Dynatrace. Inputs. Web Application Meta Data Capture Settings 
- Java script agent meta data capture settings
- Name string
- The name of the web application, displayed in the UI
- RealUser boolMonitoring Enabled 
- (Field has overlap with dynatrace.WebAppEnablement) Real user monitoring enabled/disabled
- SessionReplay Pulumiverse.Config Dynatrace. Inputs. Web Application Session Replay Config 
- Settings regarding Session Replay
- UrlInjection stringPattern 
- URL injection pattern for manual web application
- UserAction Pulumiverse.And Session Properties Dynatrace. Inputs. Web Application User Action And Session Properties 
- User action and session properties settings
- UserAction Pulumiverse.Naming Settings Dynatrace. Inputs. Web Application User Action Naming Settings 
- The settings of user action naming
- 
Pulumiverse.Dynatrace. Inputs. Web Application User Tags 
- User tags settings
- CostControl intUser Session Percentage 
- (Field has overlap with dynatrace.WebAppEnablement) Analize X% of user sessions
- CustomAction WebApdex Settings Application Custom Action Apdex Settings Args 
- Defines the Custom Action Apdex settings of an application
- LoadAction WebApdex Settings Application Load Action Apdex Settings Args 
- Defines the Load Action Apdex settings of an application
- LoadAction stringKey Performance Metric 
- The key performance metric of load actions. Possible values are ACTION_DURATION,CUMULATIVE_LAYOUT_SHIFT,DOM_INTERACTIVE,FIRST_INPUT_DELAY,LARGEST_CONTENTFUL_PAINT,LOAD_EVENT_END,LOAD_EVENT_START,RESPONSE_END,RESPONSE_START,SPEED_INDEXandVISUALLY_COMPLETE
- MonitoringSettings WebApplication Monitoring Settings Args 
- Real user monitoring settings
- Type string
- The type of the web application. Possible values are AUTO_INJECTED,BROWSER_EXTENSION_INJECTEDandMANUALLY_INJECTED
- WaterfallSettings WebApplication Waterfall Settings Args 
- These settings influence the monitoring data you receive for 3rd party, CDN, and 1st party resources
- XhrAction WebApdex Settings Application Xhr Action Apdex Settings Args 
- Defines the XHR Action Apdex settings of an application
- XhrAction stringKey Performance Metric 
- The key performance metric of XHR actions. Possible values are ACTION_DURATION,RESPONSE_END,RESPONSE_STARTandVISUALLY_COMPLETE.
- ConversionGoals WebApplication Conversion Goals Args 
- A list of conversion goals of the application
- KeyUser []WebActions Application Key User Action Args 
- User Action names to be flagged as Key User Actions
- MetaData WebCapture Settings Application Meta Data Capture Settings Args 
- Java script agent meta data capture settings
- Name string
- The name of the web application, displayed in the UI
- RealUser boolMonitoring Enabled 
- (Field has overlap with dynatrace.WebAppEnablement) Real user monitoring enabled/disabled
- SessionReplay WebConfig Application Session Replay Config Args 
- Settings regarding Session Replay
- UrlInjection stringPattern 
- URL injection pattern for manual web application
- UserAction WebAnd Session Properties Application User Action And Session Properties Args 
- User action and session properties settings
- UserAction WebNaming Settings Application User Action Naming Settings Args 
- The settings of user action naming
- 
WebApplication User Tags Args 
- User tags settings
- costControl IntegerUser Session Percentage 
- (Field has overlap with dynatrace.WebAppEnablement) Analize X% of user sessions
- customAction WebApdex Settings Application Custom Action Apdex Settings 
- Defines the Custom Action Apdex settings of an application
- loadAction WebApdex Settings Application Load Action Apdex Settings 
- Defines the Load Action Apdex settings of an application
- loadAction StringKey Performance Metric 
- The key performance metric of load actions. Possible values are ACTION_DURATION,CUMULATIVE_LAYOUT_SHIFT,DOM_INTERACTIVE,FIRST_INPUT_DELAY,LARGEST_CONTENTFUL_PAINT,LOAD_EVENT_END,LOAD_EVENT_START,RESPONSE_END,RESPONSE_START,SPEED_INDEXandVISUALLY_COMPLETE
- monitoringSettings WebApplication Monitoring Settings 
- Real user monitoring settings
- type String
- The type of the web application. Possible values are AUTO_INJECTED,BROWSER_EXTENSION_INJECTEDandMANUALLY_INJECTED
- waterfallSettings WebApplication Waterfall Settings 
- These settings influence the monitoring data you receive for 3rd party, CDN, and 1st party resources
- xhrAction WebApdex Settings Application Xhr Action Apdex Settings 
- Defines the XHR Action Apdex settings of an application
- xhrAction StringKey Performance Metric 
- The key performance metric of XHR actions. Possible values are ACTION_DURATION,RESPONSE_END,RESPONSE_STARTandVISUALLY_COMPLETE.
- conversionGoals WebApplication Conversion Goals 
- A list of conversion goals of the application
- keyUser List<WebActions Application Key User Action> 
- User Action names to be flagged as Key User Actions
- metaData WebCapture Settings Application Meta Data Capture Settings 
- Java script agent meta data capture settings
- name String
- The name of the web application, displayed in the UI
- realUser BooleanMonitoring Enabled 
- (Field has overlap with dynatrace.WebAppEnablement) Real user monitoring enabled/disabled
- sessionReplay WebConfig Application Session Replay Config 
- Settings regarding Session Replay
- urlInjection StringPattern 
- URL injection pattern for manual web application
- userAction WebAnd Session Properties Application User Action And Session Properties 
- User action and session properties settings
- userAction WebNaming Settings Application User Action Naming Settings 
- The settings of user action naming
- 
WebApplication User Tags 
- User tags settings
- costControl numberUser Session Percentage 
- (Field has overlap with dynatrace.WebAppEnablement) Analize X% of user sessions
- customAction WebApdex Settings Application Custom Action Apdex Settings 
- Defines the Custom Action Apdex settings of an application
- loadAction WebApdex Settings Application Load Action Apdex Settings 
- Defines the Load Action Apdex settings of an application
- loadAction stringKey Performance Metric 
- The key performance metric of load actions. Possible values are ACTION_DURATION,CUMULATIVE_LAYOUT_SHIFT,DOM_INTERACTIVE,FIRST_INPUT_DELAY,LARGEST_CONTENTFUL_PAINT,LOAD_EVENT_END,LOAD_EVENT_START,RESPONSE_END,RESPONSE_START,SPEED_INDEXandVISUALLY_COMPLETE
- monitoringSettings WebApplication Monitoring Settings 
- Real user monitoring settings
- type string
- The type of the web application. Possible values are AUTO_INJECTED,BROWSER_EXTENSION_INJECTEDandMANUALLY_INJECTED
- waterfallSettings WebApplication Waterfall Settings 
- These settings influence the monitoring data you receive for 3rd party, CDN, and 1st party resources
- xhrAction WebApdex Settings Application Xhr Action Apdex Settings 
- Defines the XHR Action Apdex settings of an application
- xhrAction stringKey Performance Metric 
- The key performance metric of XHR actions. Possible values are ACTION_DURATION,RESPONSE_END,RESPONSE_STARTandVISUALLY_COMPLETE.
- conversionGoals WebApplication Conversion Goals 
- A list of conversion goals of the application
- keyUser WebActions Application Key User Action[] 
- User Action names to be flagged as Key User Actions
- metaData WebCapture Settings Application Meta Data Capture Settings 
- Java script agent meta data capture settings
- name string
- The name of the web application, displayed in the UI
- realUser booleanMonitoring Enabled 
- (Field has overlap with dynatrace.WebAppEnablement) Real user monitoring enabled/disabled
- sessionReplay WebConfig Application Session Replay Config 
- Settings regarding Session Replay
- urlInjection stringPattern 
- URL injection pattern for manual web application
- userAction WebAnd Session Properties Application User Action And Session Properties 
- User action and session properties settings
- userAction WebNaming Settings Application User Action Naming Settings 
- The settings of user action naming
- 
WebApplication User Tags 
- User tags settings
- cost_control_ intuser_ session_ percentage 
- (Field has overlap with dynatrace.WebAppEnablement) Analize X% of user sessions
- custom_action_ Webapdex_ settings Application Custom Action Apdex Settings Args 
- Defines the Custom Action Apdex settings of an application
- load_action_ Webapdex_ settings Application Load Action Apdex Settings Args 
- Defines the Load Action Apdex settings of an application
- load_action_ strkey_ performance_ metric 
- The key performance metric of load actions. Possible values are ACTION_DURATION,CUMULATIVE_LAYOUT_SHIFT,DOM_INTERACTIVE,FIRST_INPUT_DELAY,LARGEST_CONTENTFUL_PAINT,LOAD_EVENT_END,LOAD_EVENT_START,RESPONSE_END,RESPONSE_START,SPEED_INDEXandVISUALLY_COMPLETE
- monitoring_settings WebApplication Monitoring Settings Args 
- Real user monitoring settings
- type str
- The type of the web application. Possible values are AUTO_INJECTED,BROWSER_EXTENSION_INJECTEDandMANUALLY_INJECTED
- waterfall_settings WebApplication Waterfall Settings Args 
- These settings influence the monitoring data you receive for 3rd party, CDN, and 1st party resources
- xhr_action_ Webapdex_ settings Application Xhr Action Apdex Settings Args 
- Defines the XHR Action Apdex settings of an application
- xhr_action_ strkey_ performance_ metric 
- The key performance metric of XHR actions. Possible values are ACTION_DURATION,RESPONSE_END,RESPONSE_STARTandVISUALLY_COMPLETE.
- conversion_goals WebApplication Conversion Goals Args 
- A list of conversion goals of the application
- key_user_ Sequence[Webactions Application Key User Action Args] 
- User Action names to be flagged as Key User Actions
- meta_data_ Webcapture_ settings Application Meta Data Capture Settings Args 
- Java script agent meta data capture settings
- name str
- The name of the web application, displayed in the UI
- real_user_ boolmonitoring_ enabled 
- (Field has overlap with dynatrace.WebAppEnablement) Real user monitoring enabled/disabled
- session_replay_ Webconfig Application Session Replay Config Args 
- Settings regarding Session Replay
- url_injection_ strpattern 
- URL injection pattern for manual web application
- user_action_ Weband_ session_ properties Application User Action And Session Properties Args 
- User action and session properties settings
- user_action_ Webnaming_ settings Application User Action Naming Settings Args 
- The settings of user action naming
- 
WebApplication User Tags Args 
- User tags settings
- costControl NumberUser Session Percentage 
- (Field has overlap with dynatrace.WebAppEnablement) Analize X% of user sessions
- customAction Property MapApdex Settings 
- Defines the Custom Action Apdex settings of an application
- loadAction Property MapApdex Settings 
- Defines the Load Action Apdex settings of an application
- loadAction StringKey Performance Metric 
- The key performance metric of load actions. Possible values are ACTION_DURATION,CUMULATIVE_LAYOUT_SHIFT,DOM_INTERACTIVE,FIRST_INPUT_DELAY,LARGEST_CONTENTFUL_PAINT,LOAD_EVENT_END,LOAD_EVENT_START,RESPONSE_END,RESPONSE_START,SPEED_INDEXandVISUALLY_COMPLETE
- monitoringSettings Property Map
- Real user monitoring settings
- type String
- The type of the web application. Possible values are AUTO_INJECTED,BROWSER_EXTENSION_INJECTEDandMANUALLY_INJECTED
- waterfallSettings Property Map
- These settings influence the monitoring data you receive for 3rd party, CDN, and 1st party resources
- xhrAction Property MapApdex Settings 
- Defines the XHR Action Apdex settings of an application
- xhrAction StringKey Performance Metric 
- The key performance metric of XHR actions. Possible values are ACTION_DURATION,RESPONSE_END,RESPONSE_STARTandVISUALLY_COMPLETE.
- conversionGoals Property Map
- A list of conversion goals of the application
- keyUser List<Property Map>Actions 
- User Action names to be flagged as Key User Actions
- metaData Property MapCapture Settings 
- Java script agent meta data capture settings
- name String
- The name of the web application, displayed in the UI
- realUser BooleanMonitoring Enabled 
- (Field has overlap with dynatrace.WebAppEnablement) Real user monitoring enabled/disabled
- sessionReplay Property MapConfig 
- Settings regarding Session Replay
- urlInjection StringPattern 
- URL injection pattern for manual web application
- userAction Property MapAnd Session Properties 
- User action and session properties settings
- userAction Property MapNaming Settings 
- The settings of user action naming
- Property Map
- User tags settings
Outputs
All input properties are implicitly available as output properties. Additionally, the WebApplication 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 WebApplication Resource
Get an existing WebApplication 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?: WebApplicationState, opts?: CustomResourceOptions): WebApplication@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        conversion_goals: Optional[WebApplicationConversionGoalsArgs] = None,
        cost_control_user_session_percentage: Optional[int] = None,
        custom_action_apdex_settings: Optional[WebApplicationCustomActionApdexSettingsArgs] = None,
        key_user_actions: Optional[Sequence[WebApplicationKeyUserActionArgs]] = None,
        load_action_apdex_settings: Optional[WebApplicationLoadActionApdexSettingsArgs] = None,
        load_action_key_performance_metric: Optional[str] = None,
        meta_data_capture_settings: Optional[WebApplicationMetaDataCaptureSettingsArgs] = None,
        monitoring_settings: Optional[WebApplicationMonitoringSettingsArgs] = None,
        name: Optional[str] = None,
        real_user_monitoring_enabled: Optional[bool] = None,
        session_replay_config: Optional[WebApplicationSessionReplayConfigArgs] = None,
        type: Optional[str] = None,
        url_injection_pattern: Optional[str] = None,
        user_action_and_session_properties: Optional[WebApplicationUserActionAndSessionPropertiesArgs] = None,
        user_action_naming_settings: Optional[WebApplicationUserActionNamingSettingsArgs] = None,
        user_tags: Optional[WebApplicationUserTagsArgs] = None,
        waterfall_settings: Optional[WebApplicationWaterfallSettingsArgs] = None,
        xhr_action_apdex_settings: Optional[WebApplicationXhrActionApdexSettingsArgs] = None,
        xhr_action_key_performance_metric: Optional[str] = None) -> WebApplicationfunc GetWebApplication(ctx *Context, name string, id IDInput, state *WebApplicationState, opts ...ResourceOption) (*WebApplication, error)public static WebApplication Get(string name, Input<string> id, WebApplicationState? state, CustomResourceOptions? opts = null)public static WebApplication get(String name, Output<String> id, WebApplicationState state, CustomResourceOptions options)resources:  _:    type: dynatrace:WebApplication    get:      id: ${id}- 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.
- ConversionGoals Pulumiverse.Dynatrace. Inputs. Web Application Conversion Goals 
- A list of conversion goals of the application
- CostControl intUser Session Percentage 
- (Field has overlap with dynatrace.WebAppEnablement) Analize X% of user sessions
- CustomAction Pulumiverse.Apdex Settings Dynatrace. Inputs. Web Application Custom Action Apdex Settings 
- Defines the Custom Action Apdex settings of an application
- KeyUser List<Pulumiverse.Actions Dynatrace. Inputs. Web Application Key User Action> 
- User Action names to be flagged as Key User Actions
- LoadAction Pulumiverse.Apdex Settings Dynatrace. Inputs. Web Application Load Action Apdex Settings 
- Defines the Load Action Apdex settings of an application
- LoadAction stringKey Performance Metric 
- The key performance metric of load actions. Possible values are ACTION_DURATION,CUMULATIVE_LAYOUT_SHIFT,DOM_INTERACTIVE,FIRST_INPUT_DELAY,LARGEST_CONTENTFUL_PAINT,LOAD_EVENT_END,LOAD_EVENT_START,RESPONSE_END,RESPONSE_START,SPEED_INDEXandVISUALLY_COMPLETE
- MetaData Pulumiverse.Capture Settings Dynatrace. Inputs. Web Application Meta Data Capture Settings 
- Java script agent meta data capture settings
- MonitoringSettings Pulumiverse.Dynatrace. Inputs. Web Application Monitoring Settings 
- Real user monitoring settings
- Name string
- The name of the web application, displayed in the UI
- RealUser boolMonitoring Enabled 
- (Field has overlap with dynatrace.WebAppEnablement) Real user monitoring enabled/disabled
- SessionReplay Pulumiverse.Config Dynatrace. Inputs. Web Application Session Replay Config 
- Settings regarding Session Replay
- Type string
- The type of the web application. Possible values are AUTO_INJECTED,BROWSER_EXTENSION_INJECTEDandMANUALLY_INJECTED
- UrlInjection stringPattern 
- URL injection pattern for manual web application
- UserAction Pulumiverse.And Session Properties Dynatrace. Inputs. Web Application User Action And Session Properties 
- User action and session properties settings
- UserAction Pulumiverse.Naming Settings Dynatrace. Inputs. Web Application User Action Naming Settings 
- The settings of user action naming
- 
Pulumiverse.Dynatrace. Inputs. Web Application User Tags 
- User tags settings
- WaterfallSettings Pulumiverse.Dynatrace. Inputs. Web Application Waterfall Settings 
- These settings influence the monitoring data you receive for 3rd party, CDN, and 1st party resources
- XhrAction Pulumiverse.Apdex Settings Dynatrace. Inputs. Web Application Xhr Action Apdex Settings 
- Defines the XHR Action Apdex settings of an application
- XhrAction stringKey Performance Metric 
- The key performance metric of XHR actions. Possible values are ACTION_DURATION,RESPONSE_END,RESPONSE_STARTandVISUALLY_COMPLETE.
- ConversionGoals WebApplication Conversion Goals Args 
- A list of conversion goals of the application
- CostControl intUser Session Percentage 
- (Field has overlap with dynatrace.WebAppEnablement) Analize X% of user sessions
- CustomAction WebApdex Settings Application Custom Action Apdex Settings Args 
- Defines the Custom Action Apdex settings of an application
- KeyUser []WebActions Application Key User Action Args 
- User Action names to be flagged as Key User Actions
- LoadAction WebApdex Settings Application Load Action Apdex Settings Args 
- Defines the Load Action Apdex settings of an application
- LoadAction stringKey Performance Metric 
- The key performance metric of load actions. Possible values are ACTION_DURATION,CUMULATIVE_LAYOUT_SHIFT,DOM_INTERACTIVE,FIRST_INPUT_DELAY,LARGEST_CONTENTFUL_PAINT,LOAD_EVENT_END,LOAD_EVENT_START,RESPONSE_END,RESPONSE_START,SPEED_INDEXandVISUALLY_COMPLETE
- MetaData WebCapture Settings Application Meta Data Capture Settings Args 
- Java script agent meta data capture settings
- MonitoringSettings WebApplication Monitoring Settings Args 
- Real user monitoring settings
- Name string
- The name of the web application, displayed in the UI
- RealUser boolMonitoring Enabled 
- (Field has overlap with dynatrace.WebAppEnablement) Real user monitoring enabled/disabled
- SessionReplay WebConfig Application Session Replay Config Args 
- Settings regarding Session Replay
- Type string
- The type of the web application. Possible values are AUTO_INJECTED,BROWSER_EXTENSION_INJECTEDandMANUALLY_INJECTED
- UrlInjection stringPattern 
- URL injection pattern for manual web application
- UserAction WebAnd Session Properties Application User Action And Session Properties Args 
- User action and session properties settings
- UserAction WebNaming Settings Application User Action Naming Settings Args 
- The settings of user action naming
- 
WebApplication User Tags Args 
- User tags settings
- WaterfallSettings WebApplication Waterfall Settings Args 
- These settings influence the monitoring data you receive for 3rd party, CDN, and 1st party resources
- XhrAction WebApdex Settings Application Xhr Action Apdex Settings Args 
- Defines the XHR Action Apdex settings of an application
- XhrAction stringKey Performance Metric 
- The key performance metric of XHR actions. Possible values are ACTION_DURATION,RESPONSE_END,RESPONSE_STARTandVISUALLY_COMPLETE.
- conversionGoals WebApplication Conversion Goals 
- A list of conversion goals of the application
- costControl IntegerUser Session Percentage 
- (Field has overlap with dynatrace.WebAppEnablement) Analize X% of user sessions
- customAction WebApdex Settings Application Custom Action Apdex Settings 
- Defines the Custom Action Apdex settings of an application
- keyUser List<WebActions Application Key User Action> 
- User Action names to be flagged as Key User Actions
- loadAction WebApdex Settings Application Load Action Apdex Settings 
- Defines the Load Action Apdex settings of an application
- loadAction StringKey Performance Metric 
- The key performance metric of load actions. Possible values are ACTION_DURATION,CUMULATIVE_LAYOUT_SHIFT,DOM_INTERACTIVE,FIRST_INPUT_DELAY,LARGEST_CONTENTFUL_PAINT,LOAD_EVENT_END,LOAD_EVENT_START,RESPONSE_END,RESPONSE_START,SPEED_INDEXandVISUALLY_COMPLETE
- metaData WebCapture Settings Application Meta Data Capture Settings 
- Java script agent meta data capture settings
- monitoringSettings WebApplication Monitoring Settings 
- Real user monitoring settings
- name String
- The name of the web application, displayed in the UI
- realUser BooleanMonitoring Enabled 
- (Field has overlap with dynatrace.WebAppEnablement) Real user monitoring enabled/disabled
- sessionReplay WebConfig Application Session Replay Config 
- Settings regarding Session Replay
- type String
- The type of the web application. Possible values are AUTO_INJECTED,BROWSER_EXTENSION_INJECTEDandMANUALLY_INJECTED
- urlInjection StringPattern 
- URL injection pattern for manual web application
- userAction WebAnd Session Properties Application User Action And Session Properties 
- User action and session properties settings
- userAction WebNaming Settings Application User Action Naming Settings 
- The settings of user action naming
- 
WebApplication User Tags 
- User tags settings
- waterfallSettings WebApplication Waterfall Settings 
- These settings influence the monitoring data you receive for 3rd party, CDN, and 1st party resources
- xhrAction WebApdex Settings Application Xhr Action Apdex Settings 
- Defines the XHR Action Apdex settings of an application
- xhrAction StringKey Performance Metric 
- The key performance metric of XHR actions. Possible values are ACTION_DURATION,RESPONSE_END,RESPONSE_STARTandVISUALLY_COMPLETE.
- conversionGoals WebApplication Conversion Goals 
- A list of conversion goals of the application
- costControl numberUser Session Percentage 
- (Field has overlap with dynatrace.WebAppEnablement) Analize X% of user sessions
- customAction WebApdex Settings Application Custom Action Apdex Settings 
- Defines the Custom Action Apdex settings of an application
- keyUser WebActions Application Key User Action[] 
- User Action names to be flagged as Key User Actions
- loadAction WebApdex Settings Application Load Action Apdex Settings 
- Defines the Load Action Apdex settings of an application
- loadAction stringKey Performance Metric 
- The key performance metric of load actions. Possible values are ACTION_DURATION,CUMULATIVE_LAYOUT_SHIFT,DOM_INTERACTIVE,FIRST_INPUT_DELAY,LARGEST_CONTENTFUL_PAINT,LOAD_EVENT_END,LOAD_EVENT_START,RESPONSE_END,RESPONSE_START,SPEED_INDEXandVISUALLY_COMPLETE
- metaData WebCapture Settings Application Meta Data Capture Settings 
- Java script agent meta data capture settings
- monitoringSettings WebApplication Monitoring Settings 
- Real user monitoring settings
- name string
- The name of the web application, displayed in the UI
- realUser booleanMonitoring Enabled 
- (Field has overlap with dynatrace.WebAppEnablement) Real user monitoring enabled/disabled
- sessionReplay WebConfig Application Session Replay Config 
- Settings regarding Session Replay
- type string
- The type of the web application. Possible values are AUTO_INJECTED,BROWSER_EXTENSION_INJECTEDandMANUALLY_INJECTED
- urlInjection stringPattern 
- URL injection pattern for manual web application
- userAction WebAnd Session Properties Application User Action And Session Properties 
- User action and session properties settings
- userAction WebNaming Settings Application User Action Naming Settings 
- The settings of user action naming
- 
WebApplication User Tags 
- User tags settings
- waterfallSettings WebApplication Waterfall Settings 
- These settings influence the monitoring data you receive for 3rd party, CDN, and 1st party resources
- xhrAction WebApdex Settings Application Xhr Action Apdex Settings 
- Defines the XHR Action Apdex settings of an application
- xhrAction stringKey Performance Metric 
- The key performance metric of XHR actions. Possible values are ACTION_DURATION,RESPONSE_END,RESPONSE_STARTandVISUALLY_COMPLETE.
- conversion_goals WebApplication Conversion Goals Args 
- A list of conversion goals of the application
- cost_control_ intuser_ session_ percentage 
- (Field has overlap with dynatrace.WebAppEnablement) Analize X% of user sessions
- custom_action_ Webapdex_ settings Application Custom Action Apdex Settings Args 
- Defines the Custom Action Apdex settings of an application
- key_user_ Sequence[Webactions Application Key User Action Args] 
- User Action names to be flagged as Key User Actions
- load_action_ Webapdex_ settings Application Load Action Apdex Settings Args 
- Defines the Load Action Apdex settings of an application
- load_action_ strkey_ performance_ metric 
- The key performance metric of load actions. Possible values are ACTION_DURATION,CUMULATIVE_LAYOUT_SHIFT,DOM_INTERACTIVE,FIRST_INPUT_DELAY,LARGEST_CONTENTFUL_PAINT,LOAD_EVENT_END,LOAD_EVENT_START,RESPONSE_END,RESPONSE_START,SPEED_INDEXandVISUALLY_COMPLETE
- meta_data_ Webcapture_ settings Application Meta Data Capture Settings Args 
- Java script agent meta data capture settings
- monitoring_settings WebApplication Monitoring Settings Args 
- Real user monitoring settings
- name str
- The name of the web application, displayed in the UI
- real_user_ boolmonitoring_ enabled 
- (Field has overlap with dynatrace.WebAppEnablement) Real user monitoring enabled/disabled
- session_replay_ Webconfig Application Session Replay Config Args 
- Settings regarding Session Replay
- type str
- The type of the web application. Possible values are AUTO_INJECTED,BROWSER_EXTENSION_INJECTEDandMANUALLY_INJECTED
- url_injection_ strpattern 
- URL injection pattern for manual web application
- user_action_ Weband_ session_ properties Application User Action And Session Properties Args 
- User action and session properties settings
- user_action_ Webnaming_ settings Application User Action Naming Settings Args 
- The settings of user action naming
- 
WebApplication User Tags Args 
- User tags settings
- waterfall_settings WebApplication Waterfall Settings Args 
- These settings influence the monitoring data you receive for 3rd party, CDN, and 1st party resources
- xhr_action_ Webapdex_ settings Application Xhr Action Apdex Settings Args 
- Defines the XHR Action Apdex settings of an application
- xhr_action_ strkey_ performance_ metric 
- The key performance metric of XHR actions. Possible values are ACTION_DURATION,RESPONSE_END,RESPONSE_STARTandVISUALLY_COMPLETE.
- conversionGoals Property Map
- A list of conversion goals of the application
- costControl NumberUser Session Percentage 
- (Field has overlap with dynatrace.WebAppEnablement) Analize X% of user sessions
- customAction Property MapApdex Settings 
- Defines the Custom Action Apdex settings of an application
- keyUser List<Property Map>Actions 
- User Action names to be flagged as Key User Actions
- loadAction Property MapApdex Settings 
- Defines the Load Action Apdex settings of an application
- loadAction StringKey Performance Metric 
- The key performance metric of load actions. Possible values are ACTION_DURATION,CUMULATIVE_LAYOUT_SHIFT,DOM_INTERACTIVE,FIRST_INPUT_DELAY,LARGEST_CONTENTFUL_PAINT,LOAD_EVENT_END,LOAD_EVENT_START,RESPONSE_END,RESPONSE_START,SPEED_INDEXandVISUALLY_COMPLETE
- metaData Property MapCapture Settings 
- Java script agent meta data capture settings
- monitoringSettings Property Map
- Real user monitoring settings
- name String
- The name of the web application, displayed in the UI
- realUser BooleanMonitoring Enabled 
- (Field has overlap with dynatrace.WebAppEnablement) Real user monitoring enabled/disabled
- sessionReplay Property MapConfig 
- Settings regarding Session Replay
- type String
- The type of the web application. Possible values are AUTO_INJECTED,BROWSER_EXTENSION_INJECTEDandMANUALLY_INJECTED
- urlInjection StringPattern 
- URL injection pattern for manual web application
- userAction Property MapAnd Session Properties 
- User action and session properties settings
- userAction Property MapNaming Settings 
- The settings of user action naming
- Property Map
- User tags settings
- waterfallSettings Property Map
- These settings influence the monitoring data you receive for 3rd party, CDN, and 1st party resources
- xhrAction Property MapApdex Settings 
- Defines the XHR Action Apdex settings of an application
- xhrAction StringKey Performance Metric 
- The key performance metric of XHR actions. Possible values are ACTION_DURATION,RESPONSE_END,RESPONSE_STARTandVISUALLY_COMPLETE.
Supporting Types
WebApplicationConversionGoals, WebApplicationConversionGoalsArgs        
- Goals
List<Pulumiverse.Dynatrace. Inputs. Web Application Conversion Goals Goal> 
- A conversion goal of the application
- Goals
[]WebApplication Conversion Goals Goal 
- A conversion goal of the application
- goals
List<WebApplication Conversion Goals Goal> 
- A conversion goal of the application
- goals
WebApplication Conversion Goals Goal[] 
- A conversion goal of the application
- goals
Sequence[WebApplication Conversion Goals Goal] 
- A conversion goal of the application
- goals List<Property Map>
- A conversion goal of the application
WebApplicationConversionGoalsGoal, WebApplicationConversionGoalsGoalArgs          
- Name string
- The name of the conversion goal. Valid length within 1 and 50 characters.
- Destination
Pulumiverse.Dynatrace. Inputs. Web Application Conversion Goals Goal Destination 
- Configuration of a destination-based conversion goal
- Id string
- The ID of conversion goal.
- Type string
- The type of the web application. Possible values are AUTO_INJECTED,BROWSER_EXTENSION_INJECTEDandMANUALLY_INJECTED
- UserAction Pulumiverse.Dynatrace. Inputs. Web Application Conversion Goals Goal User Action 
- Configuration of a destination-based conversion goal
- VisitDuration Pulumiverse.Dynatrace. Inputs. Web Application Conversion Goals Goal Visit Duration 
- Configuration of a destination-based conversion goal
- VisitNum Pulumiverse.Action Dynatrace. Inputs. Web Application Conversion Goals Goal Visit Num Action 
- Configuration of a destination-based conversion goal
- Name string
- The name of the conversion goal. Valid length within 1 and 50 characters.
- Destination
WebApplication Conversion Goals Goal Destination 
- Configuration of a destination-based conversion goal
- Id string
- The ID of conversion goal.
- Type string
- The type of the web application. Possible values are AUTO_INJECTED,BROWSER_EXTENSION_INJECTEDandMANUALLY_INJECTED
- UserAction WebApplication Conversion Goals Goal User Action 
- Configuration of a destination-based conversion goal
- VisitDuration WebApplication Conversion Goals Goal Visit Duration 
- Configuration of a destination-based conversion goal
- VisitNum WebAction Application Conversion Goals Goal Visit Num Action 
- Configuration of a destination-based conversion goal
- name String
- The name of the conversion goal. Valid length within 1 and 50 characters.
- destination
WebApplication Conversion Goals Goal Destination 
- Configuration of a destination-based conversion goal
- id String
- The ID of conversion goal.
- type String
- The type of the web application. Possible values are AUTO_INJECTED,BROWSER_EXTENSION_INJECTEDandMANUALLY_INJECTED
- userAction WebApplication Conversion Goals Goal User Action 
- Configuration of a destination-based conversion goal
- visitDuration WebApplication Conversion Goals Goal Visit Duration 
- Configuration of a destination-based conversion goal
- visitNum WebAction Application Conversion Goals Goal Visit Num Action 
- Configuration of a destination-based conversion goal
- name string
- The name of the conversion goal. Valid length within 1 and 50 characters.
- destination
WebApplication Conversion Goals Goal Destination 
- Configuration of a destination-based conversion goal
- id string
- The ID of conversion goal.
- type string
- The type of the web application. Possible values are AUTO_INJECTED,BROWSER_EXTENSION_INJECTEDandMANUALLY_INJECTED
- userAction WebApplication Conversion Goals Goal User Action 
- Configuration of a destination-based conversion goal
- visitDuration WebApplication Conversion Goals Goal Visit Duration 
- Configuration of a destination-based conversion goal
- visitNum WebAction Application Conversion Goals Goal Visit Num Action 
- Configuration of a destination-based conversion goal
- name str
- The name of the conversion goal. Valid length within 1 and 50 characters.
- destination
WebApplication Conversion Goals Goal Destination 
- Configuration of a destination-based conversion goal
- id str
- The ID of conversion goal.
- type str
- The type of the web application. Possible values are AUTO_INJECTED,BROWSER_EXTENSION_INJECTEDandMANUALLY_INJECTED
- user_action WebApplication Conversion Goals Goal User Action 
- Configuration of a destination-based conversion goal
- visit_duration WebApplication Conversion Goals Goal Visit Duration 
- Configuration of a destination-based conversion goal
- visit_num_ Webaction Application Conversion Goals Goal Visit Num Action 
- Configuration of a destination-based conversion goal
- name String
- The name of the conversion goal. Valid length within 1 and 50 characters.
- destination Property Map
- Configuration of a destination-based conversion goal
- id String
- The ID of conversion goal.
- type String
- The type of the web application. Possible values are AUTO_INJECTED,BROWSER_EXTENSION_INJECTEDandMANUALLY_INJECTED
- userAction Property Map
- Configuration of a destination-based conversion goal
- visitDuration Property Map
- Configuration of a destination-based conversion goal
- visitNum Property MapAction 
- Configuration of a destination-based conversion goal
WebApplicationConversionGoalsGoalDestination, WebApplicationConversionGoalsGoalDestinationArgs            
- UrlOr stringPath 
- The path to be reached to hit the conversion goal
- CaseSensitive bool
- The match is case-sensitive (true) or (false)
- MatchType string
- The operator of the match. Possible values are Begins,ContainsandEnds.
- UrlOr stringPath 
- The path to be reached to hit the conversion goal
- CaseSensitive bool
- The match is case-sensitive (true) or (false)
- MatchType string
- The operator of the match. Possible values are Begins,ContainsandEnds.
- urlOr StringPath 
- The path to be reached to hit the conversion goal
- caseSensitive Boolean
- The match is case-sensitive (true) or (false)
- matchType String
- The operator of the match. Possible values are Begins,ContainsandEnds.
- urlOr stringPath 
- The path to be reached to hit the conversion goal
- caseSensitive boolean
- The match is case-sensitive (true) or (false)
- matchType string
- The operator of the match. Possible values are Begins,ContainsandEnds.
- url_or_ strpath 
- The path to be reached to hit the conversion goal
- case_sensitive bool
- The match is case-sensitive (true) or (false)
- match_type str
- The operator of the match. Possible values are Begins,ContainsandEnds.
- urlOr StringPath 
- The path to be reached to hit the conversion goal
- caseSensitive Boolean
- The match is case-sensitive (true) or (false)
- matchType String
- The operator of the match. Possible values are Begins,ContainsandEnds.
WebApplicationConversionGoalsGoalUserAction, WebApplicationConversionGoalsGoalUserActionArgs              
- ActionType string
- Type of the action to which the rule applies. Possible values are Custom,LoadandXhr.
- CaseSensitive bool
- The match is case-sensitive (true) or (false)
- MatchEntity string
- The type of the entity to which the rule applies. Possible values are ActionName,CssSelector,JavaScriptVariable,MetaTag,PagePath,PageTitle,PageUrl,UrlAnchorandXhrUrl.
- MatchType string
- The operator of the match. Possible values are Begins,ContainsandEnds.
- Value string
- The value to be matched to hit the conversion goal
- ActionType string
- Type of the action to which the rule applies. Possible values are Custom,LoadandXhr.
- CaseSensitive bool
- The match is case-sensitive (true) or (false)
- MatchEntity string
- The type of the entity to which the rule applies. Possible values are ActionName,CssSelector,JavaScriptVariable,MetaTag,PagePath,PageTitle,PageUrl,UrlAnchorandXhrUrl.
- MatchType string
- The operator of the match. Possible values are Begins,ContainsandEnds.
- Value string
- The value to be matched to hit the conversion goal
- actionType String
- Type of the action to which the rule applies. Possible values are Custom,LoadandXhr.
- caseSensitive Boolean
- The match is case-sensitive (true) or (false)
- matchEntity String
- The type of the entity to which the rule applies. Possible values are ActionName,CssSelector,JavaScriptVariable,MetaTag,PagePath,PageTitle,PageUrl,UrlAnchorandXhrUrl.
- matchType String
- The operator of the match. Possible values are Begins,ContainsandEnds.
- value String
- The value to be matched to hit the conversion goal
- actionType string
- Type of the action to which the rule applies. Possible values are Custom,LoadandXhr.
- caseSensitive boolean
- The match is case-sensitive (true) or (false)
- matchEntity string
- The type of the entity to which the rule applies. Possible values are ActionName,CssSelector,JavaScriptVariable,MetaTag,PagePath,PageTitle,PageUrl,UrlAnchorandXhrUrl.
- matchType string
- The operator of the match. Possible values are Begins,ContainsandEnds.
- value string
- The value to be matched to hit the conversion goal
- action_type str
- Type of the action to which the rule applies. Possible values are Custom,LoadandXhr.
- case_sensitive bool
- The match is case-sensitive (true) or (false)
- match_entity str
- The type of the entity to which the rule applies. Possible values are ActionName,CssSelector,JavaScriptVariable,MetaTag,PagePath,PageTitle,PageUrl,UrlAnchorandXhrUrl.
- match_type str
- The operator of the match. Possible values are Begins,ContainsandEnds.
- value str
- The value to be matched to hit the conversion goal
- actionType String
- Type of the action to which the rule applies. Possible values are Custom,LoadandXhr.
- caseSensitive Boolean
- The match is case-sensitive (true) or (false)
- matchEntity String
- The type of the entity to which the rule applies. Possible values are ActionName,CssSelector,JavaScriptVariable,MetaTag,PagePath,PageTitle,PageUrl,UrlAnchorandXhrUrl.
- matchType String
- The operator of the match. Possible values are Begins,ContainsandEnds.
- value String
- The value to be matched to hit the conversion goal
WebApplicationConversionGoalsGoalVisitDuration, WebApplicationConversionGoalsGoalVisitDurationArgs              
- Duration int
- The duration of session to hit the conversion goal, in milliseconds
- Duration int
- The duration of session to hit the conversion goal, in milliseconds
- duration Integer
- The duration of session to hit the conversion goal, in milliseconds
- duration number
- The duration of session to hit the conversion goal, in milliseconds
- duration int
- The duration of session to hit the conversion goal, in milliseconds
- duration Number
- The duration of session to hit the conversion goal, in milliseconds
WebApplicationConversionGoalsGoalVisitNumAction, WebApplicationConversionGoalsGoalVisitNumActionArgs                
- NumUser intActions 
- The number of user actions to hit the conversion goal
- NumUser intActions 
- The number of user actions to hit the conversion goal
- numUser IntegerActions 
- The number of user actions to hit the conversion goal
- numUser numberActions 
- The number of user actions to hit the conversion goal
- num_user_ intactions 
- The number of user actions to hit the conversion goal
- numUser NumberActions 
- The number of user actions to hit the conversion goal
WebApplicationCustomActionApdexSettings, WebApplicationCustomActionApdexSettingsArgs            
- FrustratingFallback intThreshold 
- Fallback threshold of an XHR action, defining a tolerable user experience, when the configured KPM is not available. Values between 0 and 240000 are allowed.
- FrustratingThreshold int
- Maximal value of apdex, which is considered as tolerable user experience. Values between 0 and 240000 are allowed.
- ToleratedFallback intThreshold 
- Fallback threshold of an XHR action, defining a satisfied user experience, when the configured KPM is not available. Values between 0 and 60000 are allowed.
- ToleratedThreshold int
- Maximal value of apdex, which is considered as satisfied user experience. Values between 0 and 60000 are allowed.
- Threshold int
- no documentation available
- FrustratingFallback intThreshold 
- Fallback threshold of an XHR action, defining a tolerable user experience, when the configured KPM is not available. Values between 0 and 240000 are allowed.
- FrustratingThreshold int
- Maximal value of apdex, which is considered as tolerable user experience. Values between 0 and 240000 are allowed.
- ToleratedFallback intThreshold 
- Fallback threshold of an XHR action, defining a satisfied user experience, when the configured KPM is not available. Values between 0 and 60000 are allowed.
- ToleratedThreshold int
- Maximal value of apdex, which is considered as satisfied user experience. Values between 0 and 60000 are allowed.
- Threshold int
- no documentation available
- frustratingFallback IntegerThreshold 
- Fallback threshold of an XHR action, defining a tolerable user experience, when the configured KPM is not available. Values between 0 and 240000 are allowed.
- frustratingThreshold Integer
- Maximal value of apdex, which is considered as tolerable user experience. Values between 0 and 240000 are allowed.
- toleratedFallback IntegerThreshold 
- Fallback threshold of an XHR action, defining a satisfied user experience, when the configured KPM is not available. Values between 0 and 60000 are allowed.
- toleratedThreshold Integer
- Maximal value of apdex, which is considered as satisfied user experience. Values between 0 and 60000 are allowed.
- threshold Integer
- no documentation available
- frustratingFallback numberThreshold 
- Fallback threshold of an XHR action, defining a tolerable user experience, when the configured KPM is not available. Values between 0 and 240000 are allowed.
- frustratingThreshold number
- Maximal value of apdex, which is considered as tolerable user experience. Values between 0 and 240000 are allowed.
- toleratedFallback numberThreshold 
- Fallback threshold of an XHR action, defining a satisfied user experience, when the configured KPM is not available. Values between 0 and 60000 are allowed.
- toleratedThreshold number
- Maximal value of apdex, which is considered as satisfied user experience. Values between 0 and 60000 are allowed.
- threshold number
- no documentation available
- frustrating_fallback_ intthreshold 
- Fallback threshold of an XHR action, defining a tolerable user experience, when the configured KPM is not available. Values between 0 and 240000 are allowed.
- frustrating_threshold int
- Maximal value of apdex, which is considered as tolerable user experience. Values between 0 and 240000 are allowed.
- tolerated_fallback_ intthreshold 
- Fallback threshold of an XHR action, defining a satisfied user experience, when the configured KPM is not available. Values between 0 and 60000 are allowed.
- tolerated_threshold int
- Maximal value of apdex, which is considered as satisfied user experience. Values between 0 and 60000 are allowed.
- threshold int
- no documentation available
- frustratingFallback NumberThreshold 
- Fallback threshold of an XHR action, defining a tolerable user experience, when the configured KPM is not available. Values between 0 and 240000 are allowed.
- frustratingThreshold Number
- Maximal value of apdex, which is considered as tolerable user experience. Values between 0 and 240000 are allowed.
- toleratedFallback NumberThreshold 
- Fallback threshold of an XHR action, defining a satisfied user experience, when the configured KPM is not available. Values between 0 and 60000 are allowed.
- toleratedThreshold Number
- Maximal value of apdex, which is considered as satisfied user experience. Values between 0 and 60000 are allowed.
- threshold Number
- no documentation available
WebApplicationKeyUserAction, WebApplicationKeyUserActionArgs          
- Actions
List<Pulumiverse.Dynatrace. Inputs. Web Application Key User Action Action> 
- Configuration of the key user action
- Actions
[]WebApplication Key User Action Action 
- Configuration of the key user action
- actions
List<WebApplication Key User Action Action> 
- Configuration of the key user action
- actions
WebApplication Key User Action Action[] 
- Configuration of the key user action
- actions
Sequence[WebApplication Key User Action Action] 
- Configuration of the key user action
- actions List<Property Map>
- Configuration of the key user action
WebApplicationKeyUserActionAction, WebApplicationKeyUserActionActionArgs            
WebApplicationLoadActionApdexSettings, WebApplicationLoadActionApdexSettingsArgs            
- FrustratingFallback intThreshold 
- Fallback threshold of an XHR action, defining a tolerable user experience, when the configured KPM is not available. Values between 0 and 240000 are allowed.
- FrustratingThreshold int
- Maximal value of apdex, which is considered as tolerable user experience. Values between 0 and 240000 are allowed.
- ToleratedFallback intThreshold 
- Fallback threshold of an XHR action, defining a satisfied user experience, when the configured KPM is not available. Values between 0 and 60000 are allowed.
- ToleratedThreshold int
- Maximal value of apdex, which is considered as satisfied user experience. Values between 0 and 60000 are allowed.
- Threshold int
- no documentation available
- FrustratingFallback intThreshold 
- Fallback threshold of an XHR action, defining a tolerable user experience, when the configured KPM is not available. Values between 0 and 240000 are allowed.
- FrustratingThreshold int
- Maximal value of apdex, which is considered as tolerable user experience. Values between 0 and 240000 are allowed.
- ToleratedFallback intThreshold 
- Fallback threshold of an XHR action, defining a satisfied user experience, when the configured KPM is not available. Values between 0 and 60000 are allowed.
- ToleratedThreshold int
- Maximal value of apdex, which is considered as satisfied user experience. Values between 0 and 60000 are allowed.
- Threshold int
- no documentation available
- frustratingFallback IntegerThreshold 
- Fallback threshold of an XHR action, defining a tolerable user experience, when the configured KPM is not available. Values between 0 and 240000 are allowed.
- frustratingThreshold Integer
- Maximal value of apdex, which is considered as tolerable user experience. Values between 0 and 240000 are allowed.
- toleratedFallback IntegerThreshold 
- Fallback threshold of an XHR action, defining a satisfied user experience, when the configured KPM is not available. Values between 0 and 60000 are allowed.
- toleratedThreshold Integer
- Maximal value of apdex, which is considered as satisfied user experience. Values between 0 and 60000 are allowed.
- threshold Integer
- no documentation available
- frustratingFallback numberThreshold 
- Fallback threshold of an XHR action, defining a tolerable user experience, when the configured KPM is not available. Values between 0 and 240000 are allowed.
- frustratingThreshold number
- Maximal value of apdex, which is considered as tolerable user experience. Values between 0 and 240000 are allowed.
- toleratedFallback numberThreshold 
- Fallback threshold of an XHR action, defining a satisfied user experience, when the configured KPM is not available. Values between 0 and 60000 are allowed.
- toleratedThreshold number
- Maximal value of apdex, which is considered as satisfied user experience. Values between 0 and 60000 are allowed.
- threshold number
- no documentation available
- frustrating_fallback_ intthreshold 
- Fallback threshold of an XHR action, defining a tolerable user experience, when the configured KPM is not available. Values between 0 and 240000 are allowed.
- frustrating_threshold int
- Maximal value of apdex, which is considered as tolerable user experience. Values between 0 and 240000 are allowed.
- tolerated_fallback_ intthreshold 
- Fallback threshold of an XHR action, defining a satisfied user experience, when the configured KPM is not available. Values between 0 and 60000 are allowed.
- tolerated_threshold int
- Maximal value of apdex, which is considered as satisfied user experience. Values between 0 and 60000 are allowed.
- threshold int
- no documentation available
- frustratingFallback NumberThreshold 
- Fallback threshold of an XHR action, defining a tolerable user experience, when the configured KPM is not available. Values between 0 and 240000 are allowed.
- frustratingThreshold Number
- Maximal value of apdex, which is considered as tolerable user experience. Values between 0 and 240000 are allowed.
- toleratedFallback NumberThreshold 
- Fallback threshold of an XHR action, defining a satisfied user experience, when the configured KPM is not available. Values between 0 and 60000 are allowed.
- toleratedThreshold Number
- Maximal value of apdex, which is considered as satisfied user experience. Values between 0 and 60000 are allowed.
- threshold Number
- no documentation available
WebApplicationMetaDataCaptureSettings, WebApplicationMetaDataCaptureSettingsArgs            
- Captures
List<Pulumiverse.Dynatrace. Inputs. Web Application Meta Data Capture Settings Capture> 
- Java script agent meta data capture settings
- Captures
[]WebApplication Meta Data Capture Settings Capture 
- Java script agent meta data capture settings
- captures
List<WebApplication Meta Data Capture Settings Capture> 
- Java script agent meta data capture settings
- captures
WebApplication Meta Data Capture Settings Capture[] 
- Java script agent meta data capture settings
- captures
Sequence[WebApplication Meta Data Capture Settings Capture] 
- Java script agent meta data capture settings
- captures List<Property Map>
- Java script agent meta data capture settings
WebApplicationMetaDataCaptureSettingsCapture, WebApplicationMetaDataCaptureSettingsCaptureArgs              
- CapturingName string
- The name of the meta data to capture
- Name string
- Name for displaying the captured values in Dynatrace
- Type string
- The type of the meta data to capture. Possible values are COOKIE,CSS_SELECTOR,JAVA_SCRIPT_FUNCTION,JAVA_SCRIPT_VARIABLE,META_TAGandQUERY_STRING.
- PublicMetadata bool
- trueif this metadata should be captured regardless of the privacy settings,- falseotherwise
- UniqueId int
- The unique ID of the meta data to capture
- UseLast boolValue 
- trueif the last captured value should be used for this metadata. By default the first value will be used.
- CapturingName string
- The name of the meta data to capture
- Name string
- Name for displaying the captured values in Dynatrace
- Type string
- The type of the meta data to capture. Possible values are COOKIE,CSS_SELECTOR,JAVA_SCRIPT_FUNCTION,JAVA_SCRIPT_VARIABLE,META_TAGandQUERY_STRING.
- PublicMetadata bool
- trueif this metadata should be captured regardless of the privacy settings,- falseotherwise
- UniqueId int
- The unique ID of the meta data to capture
- UseLast boolValue 
- trueif the last captured value should be used for this metadata. By default the first value will be used.
- capturingName String
- The name of the meta data to capture
- name String
- Name for displaying the captured values in Dynatrace
- type String
- The type of the meta data to capture. Possible values are COOKIE,CSS_SELECTOR,JAVA_SCRIPT_FUNCTION,JAVA_SCRIPT_VARIABLE,META_TAGandQUERY_STRING.
- publicMetadata Boolean
- trueif this metadata should be captured regardless of the privacy settings,- falseotherwise
- uniqueId Integer
- The unique ID of the meta data to capture
- useLast BooleanValue 
- trueif the last captured value should be used for this metadata. By default the first value will be used.
- capturingName string
- The name of the meta data to capture
- name string
- Name for displaying the captured values in Dynatrace
- type string
- The type of the meta data to capture. Possible values are COOKIE,CSS_SELECTOR,JAVA_SCRIPT_FUNCTION,JAVA_SCRIPT_VARIABLE,META_TAGandQUERY_STRING.
- publicMetadata boolean
- trueif this metadata should be captured regardless of the privacy settings,- falseotherwise
- uniqueId number
- The unique ID of the meta data to capture
- useLast booleanValue 
- trueif the last captured value should be used for this metadata. By default the first value will be used.
- capturing_name str
- The name of the meta data to capture
- name str
- Name for displaying the captured values in Dynatrace
- type str
- The type of the meta data to capture. Possible values are COOKIE,CSS_SELECTOR,JAVA_SCRIPT_FUNCTION,JAVA_SCRIPT_VARIABLE,META_TAGandQUERY_STRING.
- public_metadata bool
- trueif this metadata should be captured regardless of the privacy settings,- falseotherwise
- unique_id int
- The unique ID of the meta data to capture
- use_last_ boolvalue 
- trueif the last captured value should be used for this metadata. By default the first value will be used.
- capturingName String
- The name of the meta data to capture
- name String
- Name for displaying the captured values in Dynatrace
- type String
- The type of the meta data to capture. Possible values are COOKIE,CSS_SELECTOR,JAVA_SCRIPT_FUNCTION,JAVA_SCRIPT_VARIABLE,META_TAGandQUERY_STRING.
- publicMetadata Boolean
- trueif this metadata should be captured regardless of the privacy settings,- falseotherwise
- uniqueId Number
- The unique ID of the meta data to capture
- useLast BooleanValue 
- trueif the last captured value should be used for this metadata. By default the first value will be used.
WebApplicationMonitoringSettings, WebApplicationMonitoringSettingsArgs        
- 
Pulumiverse.Dynatrace. Inputs. Web Application Monitoring Settings Advanced Javascript Tag Settings 
- Advanced JavaScript tag settings
- ContentCapture Pulumiverse.Dynatrace. Inputs. Web Application Monitoring Settings Content Capture 
- Settings for content capture
- InjectionMode string
- Possible valures are CODE_SNIPPET,CODE_SNIPPET_ASYNC,INLINE_CODEandJAVASCRIPT_TAG.
- AddCross boolOrigin Anonymous Attribute 
- Add the cross origin = anonymous attribute to capture JavaScript error messages and W3C resource timings
- AngularPackage stringName 
- The name of the angular package
- BrowserRestriction Pulumiverse.Settings Dynatrace. Inputs. Web Application Monitoring Settings Browser Restriction Settings 
- Settings for restricting certain browser type, version, platform and, comparator. It also restricts the mode
- CacheControl boolHeader Optimizations 
- Optimize the value of cache control headers for use with Dynatrace real user monitoring enabled/disabled
- string
- Domain for cookie placement. Maximum 150 characters.
- CorrelationHeader stringInclusion Regex 
- To enable RUM for XHR calls to AWS Lambda, define a regular expression matching these calls, Dynatrace can then automatically add a custom header (x-dtc) to each such request to the respective endpoints in AWS.
- CustomConfiguration stringProperties 
- The location to send monitoring data from the JavaScript tag. - Specify either a relative or an absolute URL. If you use an absolute URL, data will be sent using CORS. - Required for auto-injected applications, optional for agentless applications. Maximum 512 characters. 
- ExcludeXhr stringRegex 
- You can exclude some actions from becoming XHR actions. - Put a regular expression, matching all the required URLs, here. - If noting specified the feature is disabled 
- FetchRequests bool
- fetch()request capture enabled/disabled
- InstrumentedWeb boolServer 
- Instrumented web or app server.
- IpAddress Pulumiverse.Restriction Settings Dynatrace. Inputs. Web Application Monitoring Settings Ip Address Restriction Settings 
- Settings for restricting certain ip addresses and for introducing subnet mask. It also restricts the mode
- JavascriptFramework Pulumiverse.Support Dynatrace. Inputs. Web Application Monitoring Settings Javascript Framework Support 
- Support of various JavaScript frameworks
- JavascriptInjection Pulumiverse.Rules Dynatrace. Inputs. Web Application Monitoring Settings Javascript Injection Rules 
- Java script injection rules
- LibraryFile stringLocation 
- The location of your application’s custom JavaScript library file. - If nothing specified the root directory of your web server is used. - Required for auto-injected applications, not supported by agentless applications. Maximum 512 characters. 
- MonitoringData stringPath 
- The location to send monitoring data from the JavaScript tag. - Specify either a relative or an absolute URL. If you use an absolute URL, data will be sent using CORS. - Required for auto-injected applications, optional for agentless applications. Maximum 512 characters. 
- string
- Same site cookie attribute
- ScriptTag intCache Duration In Hours 
- Time duration for the cache settings
- bool
- Secure attribute usage for Dynatrace cookies enabled/disabled
- ServerRequest stringPath Id 
- Path to identify the server’s request ID. Maximum 150 characters.
- UseCors bool
- Send beacon data via CORS.
- XmlHttp boolRequest 
- XmlHttpRequestsupport enabled/disabled
- 
WebApplication Monitoring Settings Advanced Javascript Tag Settings 
- Advanced JavaScript tag settings
- ContentCapture WebApplication Monitoring Settings Content Capture 
- Settings for content capture
- InjectionMode string
- Possible valures are CODE_SNIPPET,CODE_SNIPPET_ASYNC,INLINE_CODEandJAVASCRIPT_TAG.
- AddCross boolOrigin Anonymous Attribute 
- Add the cross origin = anonymous attribute to capture JavaScript error messages and W3C resource timings
- AngularPackage stringName 
- The name of the angular package
- BrowserRestriction WebSettings Application Monitoring Settings Browser Restriction Settings 
- Settings for restricting certain browser type, version, platform and, comparator. It also restricts the mode
- CacheControl boolHeader Optimizations 
- Optimize the value of cache control headers for use with Dynatrace real user monitoring enabled/disabled
- string
- Domain for cookie placement. Maximum 150 characters.
- CorrelationHeader stringInclusion Regex 
- To enable RUM for XHR calls to AWS Lambda, define a regular expression matching these calls, Dynatrace can then automatically add a custom header (x-dtc) to each such request to the respective endpoints in AWS.
- CustomConfiguration stringProperties 
- The location to send monitoring data from the JavaScript tag. - Specify either a relative or an absolute URL. If you use an absolute URL, data will be sent using CORS. - Required for auto-injected applications, optional for agentless applications. Maximum 512 characters. 
- ExcludeXhr stringRegex 
- You can exclude some actions from becoming XHR actions. - Put a regular expression, matching all the required URLs, here. - If noting specified the feature is disabled 
- FetchRequests bool
- fetch()request capture enabled/disabled
- InstrumentedWeb boolServer 
- Instrumented web or app server.
- IpAddress WebRestriction Settings Application Monitoring Settings Ip Address Restriction Settings 
- Settings for restricting certain ip addresses and for introducing subnet mask. It also restricts the mode
- JavascriptFramework WebSupport Application Monitoring Settings Javascript Framework Support 
- Support of various JavaScript frameworks
- JavascriptInjection WebRules Application Monitoring Settings Javascript Injection Rules 
- Java script injection rules
- LibraryFile stringLocation 
- The location of your application’s custom JavaScript library file. - If nothing specified the root directory of your web server is used. - Required for auto-injected applications, not supported by agentless applications. Maximum 512 characters. 
- MonitoringData stringPath 
- The location to send monitoring data from the JavaScript tag. - Specify either a relative or an absolute URL. If you use an absolute URL, data will be sent using CORS. - Required for auto-injected applications, optional for agentless applications. Maximum 512 characters. 
- string
- Same site cookie attribute
- ScriptTag intCache Duration In Hours 
- Time duration for the cache settings
- bool
- Secure attribute usage for Dynatrace cookies enabled/disabled
- ServerRequest stringPath Id 
- Path to identify the server’s request ID. Maximum 150 characters.
- UseCors bool
- Send beacon data via CORS.
- XmlHttp boolRequest 
- XmlHttpRequestsupport enabled/disabled
- 
WebApplication Monitoring Settings Advanced Javascript Tag Settings 
- Advanced JavaScript tag settings
- contentCapture WebApplication Monitoring Settings Content Capture 
- Settings for content capture
- injectionMode String
- Possible valures are CODE_SNIPPET,CODE_SNIPPET_ASYNC,INLINE_CODEandJAVASCRIPT_TAG.
- addCross BooleanOrigin Anonymous Attribute 
- Add the cross origin = anonymous attribute to capture JavaScript error messages and W3C resource timings
- angularPackage StringName 
- The name of the angular package
- browserRestriction WebSettings Application Monitoring Settings Browser Restriction Settings 
- Settings for restricting certain browser type, version, platform and, comparator. It also restricts the mode
- cacheControl BooleanHeader Optimizations 
- Optimize the value of cache control headers for use with Dynatrace real user monitoring enabled/disabled
- String
- Domain for cookie placement. Maximum 150 characters.
- correlationHeader StringInclusion Regex 
- To enable RUM for XHR calls to AWS Lambda, define a regular expression matching these calls, Dynatrace can then automatically add a custom header (x-dtc) to each such request to the respective endpoints in AWS.
- customConfiguration StringProperties 
- The location to send monitoring data from the JavaScript tag. - Specify either a relative or an absolute URL. If you use an absolute URL, data will be sent using CORS. - Required for auto-injected applications, optional for agentless applications. Maximum 512 characters. 
- excludeXhr StringRegex 
- You can exclude some actions from becoming XHR actions. - Put a regular expression, matching all the required URLs, here. - If noting specified the feature is disabled 
- fetchRequests Boolean
- fetch()request capture enabled/disabled
- instrumentedWeb BooleanServer 
- Instrumented web or app server.
- ipAddress WebRestriction Settings Application Monitoring Settings Ip Address Restriction Settings 
- Settings for restricting certain ip addresses and for introducing subnet mask. It also restricts the mode
- javascriptFramework WebSupport Application Monitoring Settings Javascript Framework Support 
- Support of various JavaScript frameworks
- javascriptInjection WebRules Application Monitoring Settings Javascript Injection Rules 
- Java script injection rules
- libraryFile StringLocation 
- The location of your application’s custom JavaScript library file. - If nothing specified the root directory of your web server is used. - Required for auto-injected applications, not supported by agentless applications. Maximum 512 characters. 
- monitoringData StringPath 
- The location to send monitoring data from the JavaScript tag. - Specify either a relative or an absolute URL. If you use an absolute URL, data will be sent using CORS. - Required for auto-injected applications, optional for agentless applications. Maximum 512 characters. 
- String
- Same site cookie attribute
- scriptTag IntegerCache Duration In Hours 
- Time duration for the cache settings
- Boolean
- Secure attribute usage for Dynatrace cookies enabled/disabled
- serverRequest StringPath Id 
- Path to identify the server’s request ID. Maximum 150 characters.
- useCors Boolean
- Send beacon data via CORS.
- xmlHttp BooleanRequest 
- XmlHttpRequestsupport enabled/disabled
- 
WebApplication Monitoring Settings Advanced Javascript Tag Settings 
- Advanced JavaScript tag settings
- contentCapture WebApplication Monitoring Settings Content Capture 
- Settings for content capture
- injectionMode string
- Possible valures are CODE_SNIPPET,CODE_SNIPPET_ASYNC,INLINE_CODEandJAVASCRIPT_TAG.
- addCross booleanOrigin Anonymous Attribute 
- Add the cross origin = anonymous attribute to capture JavaScript error messages and W3C resource timings
- angularPackage stringName 
- The name of the angular package
- browserRestriction WebSettings Application Monitoring Settings Browser Restriction Settings 
- Settings for restricting certain browser type, version, platform and, comparator. It also restricts the mode
- cacheControl booleanHeader Optimizations 
- Optimize the value of cache control headers for use with Dynatrace real user monitoring enabled/disabled
- string
- Domain for cookie placement. Maximum 150 characters.
- correlationHeader stringInclusion Regex 
- To enable RUM for XHR calls to AWS Lambda, define a regular expression matching these calls, Dynatrace can then automatically add a custom header (x-dtc) to each such request to the respective endpoints in AWS.
- customConfiguration stringProperties 
- The location to send monitoring data from the JavaScript tag. - Specify either a relative or an absolute URL. If you use an absolute URL, data will be sent using CORS. - Required for auto-injected applications, optional for agentless applications. Maximum 512 characters. 
- excludeXhr stringRegex 
- You can exclude some actions from becoming XHR actions. - Put a regular expression, matching all the required URLs, here. - If noting specified the feature is disabled 
- fetchRequests boolean
- fetch()request capture enabled/disabled
- instrumentedWeb booleanServer 
- Instrumented web or app server.
- ipAddress WebRestriction Settings Application Monitoring Settings Ip Address Restriction Settings 
- Settings for restricting certain ip addresses and for introducing subnet mask. It also restricts the mode
- javascriptFramework WebSupport Application Monitoring Settings Javascript Framework Support 
- Support of various JavaScript frameworks
- javascriptInjection WebRules Application Monitoring Settings Javascript Injection Rules 
- Java script injection rules
- libraryFile stringLocation 
- The location of your application’s custom JavaScript library file. - If nothing specified the root directory of your web server is used. - Required for auto-injected applications, not supported by agentless applications. Maximum 512 characters. 
- monitoringData stringPath 
- The location to send monitoring data from the JavaScript tag. - Specify either a relative or an absolute URL. If you use an absolute URL, data will be sent using CORS. - Required for auto-injected applications, optional for agentless applications. Maximum 512 characters. 
- string
- Same site cookie attribute
- scriptTag numberCache Duration In Hours 
- Time duration for the cache settings
- boolean
- Secure attribute usage for Dynatrace cookies enabled/disabled
- serverRequest stringPath Id 
- Path to identify the server’s request ID. Maximum 150 characters.
- useCors boolean
- Send beacon data via CORS.
- xmlHttp booleanRequest 
- XmlHttpRequestsupport enabled/disabled
- advanced_javascript_ Webtag_ settings Application Monitoring Settings Advanced Javascript Tag Settings 
- Advanced JavaScript tag settings
- content_capture WebApplication Monitoring Settings Content Capture 
- Settings for content capture
- injection_mode str
- Possible valures are CODE_SNIPPET,CODE_SNIPPET_ASYNC,INLINE_CODEandJAVASCRIPT_TAG.
- add_cross_ boolorigin_ anonymous_ attribute 
- Add the cross origin = anonymous attribute to capture JavaScript error messages and W3C resource timings
- angular_package_ strname 
- The name of the angular package
- browser_restriction_ Websettings Application Monitoring Settings Browser Restriction Settings 
- Settings for restricting certain browser type, version, platform and, comparator. It also restricts the mode
- cache_control_ boolheader_ optimizations 
- Optimize the value of cache control headers for use with Dynatrace real user monitoring enabled/disabled
- str
- Domain for cookie placement. Maximum 150 characters.
- correlation_header_ strinclusion_ regex 
- To enable RUM for XHR calls to AWS Lambda, define a regular expression matching these calls, Dynatrace can then automatically add a custom header (x-dtc) to each such request to the respective endpoints in AWS.
- custom_configuration_ strproperties 
- The location to send monitoring data from the JavaScript tag. - Specify either a relative or an absolute URL. If you use an absolute URL, data will be sent using CORS. - Required for auto-injected applications, optional for agentless applications. Maximum 512 characters. 
- exclude_xhr_ strregex 
- You can exclude some actions from becoming XHR actions. - Put a regular expression, matching all the required URLs, here. - If noting specified the feature is disabled 
- fetch_requests bool
- fetch()request capture enabled/disabled
- instrumented_web_ boolserver 
- Instrumented web or app server.
- ip_address_ Webrestriction_ settings Application Monitoring Settings Ip Address Restriction Settings 
- Settings for restricting certain ip addresses and for introducing subnet mask. It also restricts the mode
- javascript_framework_ Websupport Application Monitoring Settings Javascript Framework Support 
- Support of various JavaScript frameworks
- javascript_injection_ Webrules Application Monitoring Settings Javascript Injection Rules 
- Java script injection rules
- library_file_ strlocation 
- The location of your application’s custom JavaScript library file. - If nothing specified the root directory of your web server is used. - Required for auto-injected applications, not supported by agentless applications. Maximum 512 characters. 
- monitoring_data_ strpath 
- The location to send monitoring data from the JavaScript tag. - Specify either a relative or an absolute URL. If you use an absolute URL, data will be sent using CORS. - Required for auto-injected applications, optional for agentless applications. Maximum 512 characters. 
- str
- Same site cookie attribute
- script_tag_ intcache_ duration_ in_ hours 
- Time duration for the cache settings
- bool
- Secure attribute usage for Dynatrace cookies enabled/disabled
- server_request_ strpath_ id 
- Path to identify the server’s request ID. Maximum 150 characters.
- use_cors bool
- Send beacon data via CORS.
- xml_http_ boolrequest 
- XmlHttpRequestsupport enabled/disabled
- Property Map
- Advanced JavaScript tag settings
- contentCapture Property Map
- Settings for content capture
- injectionMode String
- Possible valures are CODE_SNIPPET,CODE_SNIPPET_ASYNC,INLINE_CODEandJAVASCRIPT_TAG.
- addCross BooleanOrigin Anonymous Attribute 
- Add the cross origin = anonymous attribute to capture JavaScript error messages and W3C resource timings
- angularPackage StringName 
- The name of the angular package
- browserRestriction Property MapSettings 
- Settings for restricting certain browser type, version, platform and, comparator. It also restricts the mode
- cacheControl BooleanHeader Optimizations 
- Optimize the value of cache control headers for use with Dynatrace real user monitoring enabled/disabled
- String
- Domain for cookie placement. Maximum 150 characters.
- correlationHeader StringInclusion Regex 
- To enable RUM for XHR calls to AWS Lambda, define a regular expression matching these calls, Dynatrace can then automatically add a custom header (x-dtc) to each such request to the respective endpoints in AWS.
- customConfiguration StringProperties 
- The location to send monitoring data from the JavaScript tag. - Specify either a relative or an absolute URL. If you use an absolute URL, data will be sent using CORS. - Required for auto-injected applications, optional for agentless applications. Maximum 512 characters. 
- excludeXhr StringRegex 
- You can exclude some actions from becoming XHR actions. - Put a regular expression, matching all the required URLs, here. - If noting specified the feature is disabled 
- fetchRequests Boolean
- fetch()request capture enabled/disabled
- instrumentedWeb BooleanServer 
- Instrumented web or app server.
- ipAddress Property MapRestriction Settings 
- Settings for restricting certain ip addresses and for introducing subnet mask. It also restricts the mode
- javascriptFramework Property MapSupport 
- Support of various JavaScript frameworks
- javascriptInjection Property MapRules 
- Java script injection rules
- libraryFile StringLocation 
- The location of your application’s custom JavaScript library file. - If nothing specified the root directory of your web server is used. - Required for auto-injected applications, not supported by agentless applications. Maximum 512 characters. 
- monitoringData StringPath 
- The location to send monitoring data from the JavaScript tag. - Specify either a relative or an absolute URL. If you use an absolute URL, data will be sent using CORS. - Required for auto-injected applications, optional for agentless applications. Maximum 512 characters. 
- String
- Same site cookie attribute
- scriptTag NumberCache Duration In Hours 
- Time duration for the cache settings
- Boolean
- Secure attribute usage for Dynatrace cookies enabled/disabled
- serverRequest StringPath Id 
- Path to identify the server’s request ID. Maximum 150 characters.
- useCors Boolean
- Send beacon data via CORS.
- xmlHttp BooleanRequest 
- XmlHttpRequestsupport enabled/disabled
WebApplicationMonitoringSettingsAdvancedJavascriptTagSettings, WebApplicationMonitoringSettingsAdvancedJavascriptTagSettingsArgs                
- AdditionalEvent Pulumiverse.Handlers Dynatrace. Inputs. Web Application Monitoring Settings Advanced Javascript Tag Settings Additional Event Handlers 
- Additional event handlers and wrappers
- MaxAction intName Length 
- Maximum character length for action names. Valid values range from 5 to 10000.
- MaxErrors intTo Capture 
- Maximum number of errors to be captured per page. Valid values range from 0 to 50.
- EventWrapper Pulumiverse.Settings Dynatrace. Inputs. Web Application Monitoring Settings Advanced Javascript Tag Settings Event Wrapper Settings 
- In addition to the event handlers, events called using addEventListenerorattachEventcan be captured. Be careful with this option! Event wrappers can conflict with the JavaScript code on a web page
- GlobalEvent Pulumiverse.Capture Settings Dynatrace. Inputs. Web Application Monitoring Settings Advanced Javascript Tag Settings Global Event Capture Settings 
- Global event capture settings
- InstrumentUnsupported boolAjax Frameworks 
- Instrumentation of unsupported Ajax frameworks enabled/disabled
- SpecialCharacters stringTo Escape 
- Additional special characters that are to be escaped using non-alphanumeric characters in HTML escape format. Maximum length 30 character. Allowed characters are ^,\,<and>.
- SyncBeacon boolFirefox 
- Send the beacon signal as a synchronous XMLHttpRequest using Firefox enabled/disabled
- SyncBeacon boolInternet Explorer 
- Send the beacon signal as a synchronous XMLHttpRequest using Internet Explorer enabled/disabled
- AdditionalEvent WebHandlers Application Monitoring Settings Advanced Javascript Tag Settings Additional Event Handlers 
- Additional event handlers and wrappers
- MaxAction intName Length 
- Maximum character length for action names. Valid values range from 5 to 10000.
- MaxErrors intTo Capture 
- Maximum number of errors to be captured per page. Valid values range from 0 to 50.
- EventWrapper WebSettings Application Monitoring Settings Advanced Javascript Tag Settings Event Wrapper Settings 
- In addition to the event handlers, events called using addEventListenerorattachEventcan be captured. Be careful with this option! Event wrappers can conflict with the JavaScript code on a web page
- GlobalEvent WebCapture Settings Application Monitoring Settings Advanced Javascript Tag Settings Global Event Capture Settings 
- Global event capture settings
- InstrumentUnsupported boolAjax Frameworks 
- Instrumentation of unsupported Ajax frameworks enabled/disabled
- SpecialCharacters stringTo Escape 
- Additional special characters that are to be escaped using non-alphanumeric characters in HTML escape format. Maximum length 30 character. Allowed characters are ^,\,<and>.
- SyncBeacon boolFirefox 
- Send the beacon signal as a synchronous XMLHttpRequest using Firefox enabled/disabled
- SyncBeacon boolInternet Explorer 
- Send the beacon signal as a synchronous XMLHttpRequest using Internet Explorer enabled/disabled
- additionalEvent WebHandlers Application Monitoring Settings Advanced Javascript Tag Settings Additional Event Handlers 
- Additional event handlers and wrappers
- maxAction IntegerName Length 
- Maximum character length for action names. Valid values range from 5 to 10000.
- maxErrors IntegerTo Capture 
- Maximum number of errors to be captured per page. Valid values range from 0 to 50.
- eventWrapper WebSettings Application Monitoring Settings Advanced Javascript Tag Settings Event Wrapper Settings 
- In addition to the event handlers, events called using addEventListenerorattachEventcan be captured. Be careful with this option! Event wrappers can conflict with the JavaScript code on a web page
- globalEvent WebCapture Settings Application Monitoring Settings Advanced Javascript Tag Settings Global Event Capture Settings 
- Global event capture settings
- instrumentUnsupported BooleanAjax Frameworks 
- Instrumentation of unsupported Ajax frameworks enabled/disabled
- specialCharacters StringTo Escape 
- Additional special characters that are to be escaped using non-alphanumeric characters in HTML escape format. Maximum length 30 character. Allowed characters are ^,\,<and>.
- syncBeacon BooleanFirefox 
- Send the beacon signal as a synchronous XMLHttpRequest using Firefox enabled/disabled
- syncBeacon BooleanInternet Explorer 
- Send the beacon signal as a synchronous XMLHttpRequest using Internet Explorer enabled/disabled
- additionalEvent WebHandlers Application Monitoring Settings Advanced Javascript Tag Settings Additional Event Handlers 
- Additional event handlers and wrappers
- maxAction numberName Length 
- Maximum character length for action names. Valid values range from 5 to 10000.
- maxErrors numberTo Capture 
- Maximum number of errors to be captured per page. Valid values range from 0 to 50.
- eventWrapper WebSettings Application Monitoring Settings Advanced Javascript Tag Settings Event Wrapper Settings 
- In addition to the event handlers, events called using addEventListenerorattachEventcan be captured. Be careful with this option! Event wrappers can conflict with the JavaScript code on a web page
- globalEvent WebCapture Settings Application Monitoring Settings Advanced Javascript Tag Settings Global Event Capture Settings 
- Global event capture settings
- instrumentUnsupported booleanAjax Frameworks 
- Instrumentation of unsupported Ajax frameworks enabled/disabled
- specialCharacters stringTo Escape 
- Additional special characters that are to be escaped using non-alphanumeric characters in HTML escape format. Maximum length 30 character. Allowed characters are ^,\,<and>.
- syncBeacon booleanFirefox 
- Send the beacon signal as a synchronous XMLHttpRequest using Firefox enabled/disabled
- syncBeacon booleanInternet Explorer 
- Send the beacon signal as a synchronous XMLHttpRequest using Internet Explorer enabled/disabled
- additional_event_ Webhandlers Application Monitoring Settings Advanced Javascript Tag Settings Additional Event Handlers 
- Additional event handlers and wrappers
- max_action_ intname_ length 
- Maximum character length for action names. Valid values range from 5 to 10000.
- max_errors_ intto_ capture 
- Maximum number of errors to be captured per page. Valid values range from 0 to 50.
- event_wrapper_ Websettings Application Monitoring Settings Advanced Javascript Tag Settings Event Wrapper Settings 
- In addition to the event handlers, events called using addEventListenerorattachEventcan be captured. Be careful with this option! Event wrappers can conflict with the JavaScript code on a web page
- global_event_ Webcapture_ settings Application Monitoring Settings Advanced Javascript Tag Settings Global Event Capture Settings 
- Global event capture settings
- instrument_unsupported_ boolajax_ frameworks 
- Instrumentation of unsupported Ajax frameworks enabled/disabled
- special_characters_ strto_ escape 
- Additional special characters that are to be escaped using non-alphanumeric characters in HTML escape format. Maximum length 30 character. Allowed characters are ^,\,<and>.
- sync_beacon_ boolfirefox 
- Send the beacon signal as a synchronous XMLHttpRequest using Firefox enabled/disabled
- sync_beacon_ boolinternet_ explorer 
- Send the beacon signal as a synchronous XMLHttpRequest using Internet Explorer enabled/disabled
- additionalEvent Property MapHandlers 
- Additional event handlers and wrappers
- maxAction NumberName Length 
- Maximum character length for action names. Valid values range from 5 to 10000.
- maxErrors NumberTo Capture 
- Maximum number of errors to be captured per page. Valid values range from 0 to 50.
- eventWrapper Property MapSettings 
- In addition to the event handlers, events called using addEventListenerorattachEventcan be captured. Be careful with this option! Event wrappers can conflict with the JavaScript code on a web page
- globalEvent Property MapCapture Settings 
- Global event capture settings
- instrumentUnsupported BooleanAjax Frameworks 
- Instrumentation of unsupported Ajax frameworks enabled/disabled
- specialCharacters StringTo Escape 
- Additional special characters that are to be escaped using non-alphanumeric characters in HTML escape format. Maximum length 30 character. Allowed characters are ^,\,<and>.
- syncBeacon BooleanFirefox 
- Send the beacon signal as a synchronous XMLHttpRequest using Firefox enabled/disabled
- syncBeacon BooleanInternet Explorer 
- Send the beacon signal as a synchronous XMLHttpRequest using Internet Explorer enabled/disabled
WebApplicationMonitoringSettingsAdvancedJavascriptTagSettingsAdditionalEventHandlers, WebApplicationMonitoringSettingsAdvancedJavascriptTagSettingsAdditionalEventHandlersArgs                      
- MaxDom intNodes 
- Max. number of DOM nodes to instrument. Valid values range from 0 to 100000.
- Blur bool
- Blur event handler enabled/disabled
- Change bool
- Change event handler enabled/disabled
- Click bool
- Click event handler enabled/disabled
- Mouseup bool
- Mouseup event handler enabled/disabled
- ToString boolMethod 
- toString method enabled/disabled
- UseMouse boolUp Event For Clicks 
- Use mouseup event for clicks enabled/disabled
- MaxDom intNodes 
- Max. number of DOM nodes to instrument. Valid values range from 0 to 100000.
- Blur bool
- Blur event handler enabled/disabled
- Change bool
- Change event handler enabled/disabled
- Click bool
- Click event handler enabled/disabled
- Mouseup bool
- Mouseup event handler enabled/disabled
- ToString boolMethod 
- toString method enabled/disabled
- UseMouse boolUp Event For Clicks 
- Use mouseup event for clicks enabled/disabled
- maxDom IntegerNodes 
- Max. number of DOM nodes to instrument. Valid values range from 0 to 100000.
- blur Boolean
- Blur event handler enabled/disabled
- change Boolean
- Change event handler enabled/disabled
- click Boolean
- Click event handler enabled/disabled
- mouseup Boolean
- Mouseup event handler enabled/disabled
- toString BooleanMethod 
- toString method enabled/disabled
- useMouse BooleanUp Event For Clicks 
- Use mouseup event for clicks enabled/disabled
- maxDom numberNodes 
- Max. number of DOM nodes to instrument. Valid values range from 0 to 100000.
- blur boolean
- Blur event handler enabled/disabled
- change boolean
- Change event handler enabled/disabled
- click boolean
- Click event handler enabled/disabled
- mouseup boolean
- Mouseup event handler enabled/disabled
- toString booleanMethod 
- toString method enabled/disabled
- useMouse booleanUp Event For Clicks 
- Use mouseup event for clicks enabled/disabled
- max_dom_ intnodes 
- Max. number of DOM nodes to instrument. Valid values range from 0 to 100000.
- blur bool
- Blur event handler enabled/disabled
- change bool
- Change event handler enabled/disabled
- click bool
- Click event handler enabled/disabled
- mouseup bool
- Mouseup event handler enabled/disabled
- to_string_ boolmethod 
- toString method enabled/disabled
- use_mouse_ boolup_ event_ for_ clicks 
- Use mouseup event for clicks enabled/disabled
- maxDom NumberNodes 
- Max. number of DOM nodes to instrument. Valid values range from 0 to 100000.
- blur Boolean
- Blur event handler enabled/disabled
- change Boolean
- Change event handler enabled/disabled
- click Boolean
- Click event handler enabled/disabled
- mouseup Boolean
- Mouseup event handler enabled/disabled
- toString BooleanMethod 
- toString method enabled/disabled
- useMouse BooleanUp Event For Clicks 
- Use mouseup event for clicks enabled/disabled
WebApplicationMonitoringSettingsAdvancedJavascriptTagSettingsEventWrapperSettings, WebApplicationMonitoringSettingsAdvancedJavascriptTagSettingsEventWrapperSettingsArgs                      
WebApplicationMonitoringSettingsAdvancedJavascriptTagSettingsGlobalEventCaptureSettings, WebApplicationMonitoringSettingsAdvancedJavascriptTagSettingsGlobalEventCaptureSettingsArgs                        
- AdditionalEvent stringCaptured As User Input 
- Additional events to be captured globally as user input.
- Change bool
- Change enabled/disabled
- Click bool
- Click enabled/disabled
- Doubleclick bool
- DoubleClick enabled/disabled
- Keydown bool
- KeyDown enabled/disabled
- Keyup bool
- KeyUp enabled/disabled
- Mousedown bool
- MouseDown enabled/disabled
- Mouseup bool
- MouseUp enabled/disabled
- Scroll bool
- Scroll enabled/disabled
- TouchEnd bool
- TouchEnd enabled/disabled
- TouchStart bool
- TouchStart enabled/disabled
- AdditionalEvent stringCaptured As User Input 
- Additional events to be captured globally as user input.
- Change bool
- Change enabled/disabled
- Click bool
- Click enabled/disabled
- Doubleclick bool
- DoubleClick enabled/disabled
- Keydown bool
- KeyDown enabled/disabled
- Keyup bool
- KeyUp enabled/disabled
- Mousedown bool
- MouseDown enabled/disabled
- Mouseup bool
- MouseUp enabled/disabled
- Scroll bool
- Scroll enabled/disabled
- TouchEnd bool
- TouchEnd enabled/disabled
- TouchStart bool
- TouchStart enabled/disabled
- additionalEvent StringCaptured As User Input 
- Additional events to be captured globally as user input.
- change Boolean
- Change enabled/disabled
- click Boolean
- Click enabled/disabled
- doubleclick Boolean
- DoubleClick enabled/disabled
- keydown Boolean
- KeyDown enabled/disabled
- keyup Boolean
- KeyUp enabled/disabled
- mousedown Boolean
- MouseDown enabled/disabled
- mouseup Boolean
- MouseUp enabled/disabled
- scroll Boolean
- Scroll enabled/disabled
- touchEnd Boolean
- TouchEnd enabled/disabled
- touchStart Boolean
- TouchStart enabled/disabled
- additionalEvent stringCaptured As User Input 
- Additional events to be captured globally as user input.
- change boolean
- Change enabled/disabled
- click boolean
- Click enabled/disabled
- doubleclick boolean
- DoubleClick enabled/disabled
- keydown boolean
- KeyDown enabled/disabled
- keyup boolean
- KeyUp enabled/disabled
- mousedown boolean
- MouseDown enabled/disabled
- mouseup boolean
- MouseUp enabled/disabled
- scroll boolean
- Scroll enabled/disabled
- touchEnd boolean
- TouchEnd enabled/disabled
- touchStart boolean
- TouchStart enabled/disabled
- additional_event_ strcaptured_ as_ user_ input 
- Additional events to be captured globally as user input.
- change bool
- Change enabled/disabled
- click bool
- Click enabled/disabled
- doubleclick bool
- DoubleClick enabled/disabled
- keydown bool
- KeyDown enabled/disabled
- keyup bool
- KeyUp enabled/disabled
- mousedown bool
- MouseDown enabled/disabled
- mouseup bool
- MouseUp enabled/disabled
- scroll bool
- Scroll enabled/disabled
- touch_end bool
- TouchEnd enabled/disabled
- touch_start bool
- TouchStart enabled/disabled
- additionalEvent StringCaptured As User Input 
- Additional events to be captured globally as user input.
- change Boolean
- Change enabled/disabled
- click Boolean
- Click enabled/disabled
- doubleclick Boolean
- DoubleClick enabled/disabled
- keydown Boolean
- KeyDown enabled/disabled
- keyup Boolean
- KeyUp enabled/disabled
- mousedown Boolean
- MouseDown enabled/disabled
- mouseup Boolean
- MouseUp enabled/disabled
- scroll Boolean
- Scroll enabled/disabled
- touchEnd Boolean
- TouchEnd enabled/disabled
- touchStart Boolean
- TouchStart enabled/disabled
WebApplicationMonitoringSettingsBrowserRestrictionSettings, WebApplicationMonitoringSettingsBrowserRestrictionSettingsArgs              
- Mode string
- The mode of the list of browser restrictions. Possible values area EXCLUDEandINCLUDE.
- Restrictions
Pulumiverse.Dynatrace. Inputs. Web Application Monitoring Settings Browser Restriction Settings Restrictions 
- A list of browser restrictions
- Mode string
- The mode of the list of browser restrictions. Possible values area EXCLUDEandINCLUDE.
- Restrictions
WebApplication Monitoring Settings Browser Restriction Settings Restrictions 
- A list of browser restrictions
- mode String
- The mode of the list of browser restrictions. Possible values area EXCLUDEandINCLUDE.
- restrictions
WebApplication Monitoring Settings Browser Restriction Settings Restrictions 
- A list of browser restrictions
- mode string
- The mode of the list of browser restrictions. Possible values area EXCLUDEandINCLUDE.
- restrictions
WebApplication Monitoring Settings Browser Restriction Settings Restrictions 
- A list of browser restrictions
- mode str
- The mode of the list of browser restrictions. Possible values area EXCLUDEandINCLUDE.
- restrictions
WebApplication Monitoring Settings Browser Restriction Settings Restrictions 
- A list of browser restrictions
- mode String
- The mode of the list of browser restrictions. Possible values area EXCLUDEandINCLUDE.
- restrictions Property Map
- A list of browser restrictions
WebApplicationMonitoringSettingsBrowserRestrictionSettingsRestrictions, WebApplicationMonitoringSettingsBrowserRestrictionSettingsRestrictionsArgs                
- Restrictions
List<Pulumiverse.Dynatrace. Inputs. Web Application Monitoring Settings Browser Restriction Settings Restrictions Restriction> 
- Browser exclusion rules for the browsers that are to be excluded
- Restrictions
[]WebApplication Monitoring Settings Browser Restriction Settings Restrictions Restriction 
- Browser exclusion rules for the browsers that are to be excluded
- restrictions
List<WebApplication Monitoring Settings Browser Restriction Settings Restrictions Restriction> 
- Browser exclusion rules for the browsers that are to be excluded
- restrictions
WebApplication Monitoring Settings Browser Restriction Settings Restrictions Restriction[] 
- Browser exclusion rules for the browsers that are to be excluded
- restrictions
Sequence[WebApplication Monitoring Settings Browser Restriction Settings Restrictions Restriction] 
- Browser exclusion rules for the browsers that are to be excluded
- restrictions List<Property Map>
- Browser exclusion rules for the browsers that are to be excluded
WebApplicationMonitoringSettingsBrowserRestrictionSettingsRestrictionsRestriction, WebApplicationMonitoringSettingsBrowserRestrictionSettingsRestrictionsRestrictionArgs                  
- BrowserType string
- The type of the browser that is used. Possible values are ANDROID_WEBKIT,BOTS_SPIDERS,CHROME,EDGE,FIREFOX,INTERNET_EXPLORER,OPERAandSAFARI`
- BrowserVersion string
- The version of the browser that is used
- Comparator string
- No documentation available. Possible values are EQUALS,GREATER_THAN_OR_EQUALandLOWER_THAN_OR_EQUAL.
- Platform string
- The platform on which the browser is being used. Possible values are ALL,DESKTOPandMOBILE
- BrowserType string
- The type of the browser that is used. Possible values are ANDROID_WEBKIT,BOTS_SPIDERS,CHROME,EDGE,FIREFOX,INTERNET_EXPLORER,OPERAandSAFARI`
- BrowserVersion string
- The version of the browser that is used
- Comparator string
- No documentation available. Possible values are EQUALS,GREATER_THAN_OR_EQUALandLOWER_THAN_OR_EQUAL.
- Platform string
- The platform on which the browser is being used. Possible values are ALL,DESKTOPandMOBILE
- browserType String
- The type of the browser that is used. Possible values are ANDROID_WEBKIT,BOTS_SPIDERS,CHROME,EDGE,FIREFOX,INTERNET_EXPLORER,OPERAandSAFARI`
- browserVersion String
- The version of the browser that is used
- comparator String
- No documentation available. Possible values are EQUALS,GREATER_THAN_OR_EQUALandLOWER_THAN_OR_EQUAL.
- platform String
- The platform on which the browser is being used. Possible values are ALL,DESKTOPandMOBILE
- browserType string
- The type of the browser that is used. Possible values are ANDROID_WEBKIT,BOTS_SPIDERS,CHROME,EDGE,FIREFOX,INTERNET_EXPLORER,OPERAandSAFARI`
- browserVersion string
- The version of the browser that is used
- comparator string
- No documentation available. Possible values are EQUALS,GREATER_THAN_OR_EQUALandLOWER_THAN_OR_EQUAL.
- platform string
- The platform on which the browser is being used. Possible values are ALL,DESKTOPandMOBILE
- browser_type str
- The type of the browser that is used. Possible values are ANDROID_WEBKIT,BOTS_SPIDERS,CHROME,EDGE,FIREFOX,INTERNET_EXPLORER,OPERAandSAFARI`
- browser_version str
- The version of the browser that is used
- comparator str
- No documentation available. Possible values are EQUALS,GREATER_THAN_OR_EQUALandLOWER_THAN_OR_EQUAL.
- platform str
- The platform on which the browser is being used. Possible values are ALL,DESKTOPandMOBILE
- browserType String
- The type of the browser that is used. Possible values are ANDROID_WEBKIT,BOTS_SPIDERS,CHROME,EDGE,FIREFOX,INTERNET_EXPLORER,OPERAandSAFARI`
- browserVersion String
- The version of the browser that is used
- comparator String
- No documentation available. Possible values are EQUALS,GREATER_THAN_OR_EQUALandLOWER_THAN_OR_EQUAL.
- platform String
- The platform on which the browser is being used. Possible values are ALL,DESKTOPandMOBILE
WebApplicationMonitoringSettingsContentCapture, WebApplicationMonitoringSettingsContentCaptureArgs            
- ResourceTiming Pulumiverse.Settings Dynatrace. Inputs. Web Application Monitoring Settings Content Capture Resource Timing Settings 
- Settings for resource timings capture
- TimeoutSettings Pulumiverse.Dynatrace. Inputs. Web Application Monitoring Settings Content Capture Timeout Settings 
- Settings for timed action capture
- JavascriptErrors bool
- JavaScript errors monitoring enabled/disabled
- VisuallyComplete boolAnd Speed Index 
- Visually complete and Speed index support enabled/disabled
- VisuallyComplete Pulumiverse.Settings Dynatrace. Inputs. Web Application Monitoring Settings Content Capture Visually Complete Settings 
- Settings for VisuallyComplete
- ResourceTiming WebSettings Application Monitoring Settings Content Capture Resource Timing Settings 
- Settings for resource timings capture
- TimeoutSettings WebApplication Monitoring Settings Content Capture Timeout Settings 
- Settings for timed action capture
- JavascriptErrors bool
- JavaScript errors monitoring enabled/disabled
- VisuallyComplete boolAnd Speed Index 
- Visually complete and Speed index support enabled/disabled
- VisuallyComplete WebSettings Application Monitoring Settings Content Capture Visually Complete Settings 
- Settings for VisuallyComplete
- resourceTiming WebSettings Application Monitoring Settings Content Capture Resource Timing Settings 
- Settings for resource timings capture
- timeoutSettings WebApplication Monitoring Settings Content Capture Timeout Settings 
- Settings for timed action capture
- javascriptErrors Boolean
- JavaScript errors monitoring enabled/disabled
- visuallyComplete BooleanAnd Speed Index 
- Visually complete and Speed index support enabled/disabled
- visuallyComplete WebSettings Application Monitoring Settings Content Capture Visually Complete Settings 
- Settings for VisuallyComplete
- resourceTiming WebSettings Application Monitoring Settings Content Capture Resource Timing Settings 
- Settings for resource timings capture
- timeoutSettings WebApplication Monitoring Settings Content Capture Timeout Settings 
- Settings for timed action capture
- javascriptErrors boolean
- JavaScript errors monitoring enabled/disabled
- visuallyComplete booleanAnd Speed Index 
- Visually complete and Speed index support enabled/disabled
- visuallyComplete WebSettings Application Monitoring Settings Content Capture Visually Complete Settings 
- Settings for VisuallyComplete
- resource_timing_ Websettings Application Monitoring Settings Content Capture Resource Timing Settings 
- Settings for resource timings capture
- timeout_settings WebApplication Monitoring Settings Content Capture Timeout Settings 
- Settings for timed action capture
- javascript_errors bool
- JavaScript errors monitoring enabled/disabled
- visually_complete_ booland_ speed_ index 
- Visually complete and Speed index support enabled/disabled
- visually_complete_ Websettings Application Monitoring Settings Content Capture Visually Complete Settings 
- Settings for VisuallyComplete
- resourceTiming Property MapSettings 
- Settings for resource timings capture
- timeoutSettings Property Map
- Settings for timed action capture
- javascriptErrors Boolean
- JavaScript errors monitoring enabled/disabled
- visuallyComplete BooleanAnd Speed Index 
- Visually complete and Speed index support enabled/disabled
- visuallyComplete Property MapSettings 
- Settings for VisuallyComplete
WebApplicationMonitoringSettingsContentCaptureResourceTimingSettings, WebApplicationMonitoringSettingsContentCaptureResourceTimingSettingsArgs                  
- InstrumentationDelay int
- Instrumentation delay for monitoring resource and image resource impact in browsers that don't offer W3C resource timings.
- NonW3c boolResource Timings 
- Timing for JavaScript files and images on non-W3C supported browsers enabled/disabled
- ResourceTiming stringCapture Type 
- Defines how detailed resource timings are captured. - Only effective if w3cResourceTimings or nonW3cResourceTimings is enabled. Possible values are - CAPTURE_ALL_SUMMARIES,- CAPTURE_FULL_DETAILSand- CAPTURE_LIMITED_SUMMARIES
- ResourceTimings intDomain Limit 
- Limits the number of domains for which W3C resource timings are captured. - Only effective if resourceTimingCaptureType is - CAPTURE_LIMITED_SUMMARIES. Valid values range from 0 to 50.
- W3cResource boolTimings 
- W3C resource timings for third party/CDN enabled/disabled
- InstrumentationDelay int
- Instrumentation delay for monitoring resource and image resource impact in browsers that don't offer W3C resource timings.
- NonW3c boolResource Timings 
- Timing for JavaScript files and images on non-W3C supported browsers enabled/disabled
- ResourceTiming stringCapture Type 
- Defines how detailed resource timings are captured. - Only effective if w3cResourceTimings or nonW3cResourceTimings is enabled. Possible values are - CAPTURE_ALL_SUMMARIES,- CAPTURE_FULL_DETAILSand- CAPTURE_LIMITED_SUMMARIES
- ResourceTimings intDomain Limit 
- Limits the number of domains for which W3C resource timings are captured. - Only effective if resourceTimingCaptureType is - CAPTURE_LIMITED_SUMMARIES. Valid values range from 0 to 50.
- W3cResource boolTimings 
- W3C resource timings for third party/CDN enabled/disabled
- instrumentationDelay Integer
- Instrumentation delay for monitoring resource and image resource impact in browsers that don't offer W3C resource timings.
- nonW3c BooleanResource Timings 
- Timing for JavaScript files and images on non-W3C supported browsers enabled/disabled
- resourceTiming StringCapture Type 
- Defines how detailed resource timings are captured. - Only effective if w3cResourceTimings or nonW3cResourceTimings is enabled. Possible values are - CAPTURE_ALL_SUMMARIES,- CAPTURE_FULL_DETAILSand- CAPTURE_LIMITED_SUMMARIES
- resourceTimings IntegerDomain Limit 
- Limits the number of domains for which W3C resource timings are captured. - Only effective if resourceTimingCaptureType is - CAPTURE_LIMITED_SUMMARIES. Valid values range from 0 to 50.
- w3cResource BooleanTimings 
- W3C resource timings for third party/CDN enabled/disabled
- instrumentationDelay number
- Instrumentation delay for monitoring resource and image resource impact in browsers that don't offer W3C resource timings.
- nonW3c booleanResource Timings 
- Timing for JavaScript files and images on non-W3C supported browsers enabled/disabled
- resourceTiming stringCapture Type 
- Defines how detailed resource timings are captured. - Only effective if w3cResourceTimings or nonW3cResourceTimings is enabled. Possible values are - CAPTURE_ALL_SUMMARIES,- CAPTURE_FULL_DETAILSand- CAPTURE_LIMITED_SUMMARIES
- resourceTimings numberDomain Limit 
- Limits the number of domains for which W3C resource timings are captured. - Only effective if resourceTimingCaptureType is - CAPTURE_LIMITED_SUMMARIES. Valid values range from 0 to 50.
- w3cResource booleanTimings 
- W3C resource timings for third party/CDN enabled/disabled
- instrumentation_delay int
- Instrumentation delay for monitoring resource and image resource impact in browsers that don't offer W3C resource timings.
- non_w3c_ boolresource_ timings 
- Timing for JavaScript files and images on non-W3C supported browsers enabled/disabled
- resource_timing_ strcapture_ type 
- Defines how detailed resource timings are captured. - Only effective if w3cResourceTimings or nonW3cResourceTimings is enabled. Possible values are - CAPTURE_ALL_SUMMARIES,- CAPTURE_FULL_DETAILSand- CAPTURE_LIMITED_SUMMARIES
- resource_timings_ intdomain_ limit 
- Limits the number of domains for which W3C resource timings are captured. - Only effective if resourceTimingCaptureType is - CAPTURE_LIMITED_SUMMARIES. Valid values range from 0 to 50.
- w3c_resource_ booltimings 
- W3C resource timings for third party/CDN enabled/disabled
- instrumentationDelay Number
- Instrumentation delay for monitoring resource and image resource impact in browsers that don't offer W3C resource timings.
- nonW3c BooleanResource Timings 
- Timing for JavaScript files and images on non-W3C supported browsers enabled/disabled
- resourceTiming StringCapture Type 
- Defines how detailed resource timings are captured. - Only effective if w3cResourceTimings or nonW3cResourceTimings is enabled. Possible values are - CAPTURE_ALL_SUMMARIES,- CAPTURE_FULL_DETAILSand- CAPTURE_LIMITED_SUMMARIES
- resourceTimings NumberDomain Limit 
- Limits the number of domains for which W3C resource timings are captured. - Only effective if resourceTimingCaptureType is - CAPTURE_LIMITED_SUMMARIES. Valid values range from 0 to 50.
- w3cResource BooleanTimings 
- W3C resource timings for third party/CDN enabled/disabled
WebApplicationMonitoringSettingsContentCaptureTimeoutSettings, WebApplicationMonitoringSettingsContentCaptureTimeoutSettingsArgs                
- TemporaryAction intLimit 
- Defines how deep temporary actions may cascade. 0 disables temporary actions completely. Recommended value if enabled is 3
- TemporaryAction intTotal Timeout 
- The total timeout of all cascaded timeouts that should still be able to create a temporary action
- TimedAction boolSupport 
- Timed action support enabled/disabled.
- TemporaryAction intLimit 
- Defines how deep temporary actions may cascade. 0 disables temporary actions completely. Recommended value if enabled is 3
- TemporaryAction intTotal Timeout 
- The total timeout of all cascaded timeouts that should still be able to create a temporary action
- TimedAction boolSupport 
- Timed action support enabled/disabled.
- temporaryAction IntegerLimit 
- Defines how deep temporary actions may cascade. 0 disables temporary actions completely. Recommended value if enabled is 3
- temporaryAction IntegerTotal Timeout 
- The total timeout of all cascaded timeouts that should still be able to create a temporary action
- timedAction BooleanSupport 
- Timed action support enabled/disabled.
- temporaryAction numberLimit 
- Defines how deep temporary actions may cascade. 0 disables temporary actions completely. Recommended value if enabled is 3
- temporaryAction numberTotal Timeout 
- The total timeout of all cascaded timeouts that should still be able to create a temporary action
- timedAction booleanSupport 
- Timed action support enabled/disabled.
- temporary_action_ intlimit 
- Defines how deep temporary actions may cascade. 0 disables temporary actions completely. Recommended value if enabled is 3
- temporary_action_ inttotal_ timeout 
- The total timeout of all cascaded timeouts that should still be able to create a temporary action
- timed_action_ boolsupport 
- Timed action support enabled/disabled.
- temporaryAction NumberLimit 
- Defines how deep temporary actions may cascade. 0 disables temporary actions completely. Recommended value if enabled is 3
- temporaryAction NumberTotal Timeout 
- The total timeout of all cascaded timeouts that should still be able to create a temporary action
- timedAction BooleanSupport 
- Timed action support enabled/disabled.
WebApplicationMonitoringSettingsContentCaptureVisuallyCompleteSettings, WebApplicationMonitoringSettingsContentCaptureVisuallyCompleteSettingsArgs                  
- ExcludeUrl stringRegex 
- A RegularExpression used to exclude images and iframes from being detected by the VC module
- IgnoredMutations stringList 
- Query selector for mutation nodes to ignore in VC and SI calculation
- InactivityTimeout int
- The time in ms the VC module waits for no mutations happening on the page after the load action. Defaults to 1000. Valid values range from 0 to 30000.
- MutationTimeout int
- Determines the time in ms VC waits after an action closes to start calculation. Defaults to 50. Valid values range from 0 to 5000.
- Threshold int
- Minimum visible area in pixels of elements to be counted towards VC and SI. Defaults to 50. Valid values range from 0 to 10000.
- ExcludeUrl stringRegex 
- A RegularExpression used to exclude images and iframes from being detected by the VC module
- IgnoredMutations stringList 
- Query selector for mutation nodes to ignore in VC and SI calculation
- InactivityTimeout int
- The time in ms the VC module waits for no mutations happening on the page after the load action. Defaults to 1000. Valid values range from 0 to 30000.
- MutationTimeout int
- Determines the time in ms VC waits after an action closes to start calculation. Defaults to 50. Valid values range from 0 to 5000.
- Threshold int
- Minimum visible area in pixels of elements to be counted towards VC and SI. Defaults to 50. Valid values range from 0 to 10000.
- excludeUrl StringRegex 
- A RegularExpression used to exclude images and iframes from being detected by the VC module
- ignoredMutations StringList 
- Query selector for mutation nodes to ignore in VC and SI calculation
- inactivityTimeout Integer
- The time in ms the VC module waits for no mutations happening on the page after the load action. Defaults to 1000. Valid values range from 0 to 30000.
- mutationTimeout Integer
- Determines the time in ms VC waits after an action closes to start calculation. Defaults to 50. Valid values range from 0 to 5000.
- threshold Integer
- Minimum visible area in pixels of elements to be counted towards VC and SI. Defaults to 50. Valid values range from 0 to 10000.
- excludeUrl stringRegex 
- A RegularExpression used to exclude images and iframes from being detected by the VC module
- ignoredMutations stringList 
- Query selector for mutation nodes to ignore in VC and SI calculation
- inactivityTimeout number
- The time in ms the VC module waits for no mutations happening on the page after the load action. Defaults to 1000. Valid values range from 0 to 30000.
- mutationTimeout number
- Determines the time in ms VC waits after an action closes to start calculation. Defaults to 50. Valid values range from 0 to 5000.
- threshold number
- Minimum visible area in pixels of elements to be counted towards VC and SI. Defaults to 50. Valid values range from 0 to 10000.
- exclude_url_ strregex 
- A RegularExpression used to exclude images and iframes from being detected by the VC module
- ignored_mutations_ strlist 
- Query selector for mutation nodes to ignore in VC and SI calculation
- inactivity_timeout int
- The time in ms the VC module waits for no mutations happening on the page after the load action. Defaults to 1000. Valid values range from 0 to 30000.
- mutation_timeout int
- Determines the time in ms VC waits after an action closes to start calculation. Defaults to 50. Valid values range from 0 to 5000.
- threshold int
- Minimum visible area in pixels of elements to be counted towards VC and SI. Defaults to 50. Valid values range from 0 to 10000.
- excludeUrl StringRegex 
- A RegularExpression used to exclude images and iframes from being detected by the VC module
- ignoredMutations StringList 
- Query selector for mutation nodes to ignore in VC and SI calculation
- inactivityTimeout Number
- The time in ms the VC module waits for no mutations happening on the page after the load action. Defaults to 1000. Valid values range from 0 to 30000.
- mutationTimeout Number
- Determines the time in ms VC waits after an action closes to start calculation. Defaults to 50. Valid values range from 0 to 5000.
- threshold Number
- Minimum visible area in pixels of elements to be counted towards VC and SI. Defaults to 50. Valid values range from 0 to 10000.
WebApplicationMonitoringSettingsIpAddressRestrictionSettings, WebApplicationMonitoringSettingsIpAddressRestrictionSettingsArgs                
- Mode string
- The mode of the list of ip address restrictions. Possible values area EXCLUDEandINCLUDE.
- Restrictions
Pulumiverse.Dynatrace. Inputs. Web Application Monitoring Settings Ip Address Restriction Settings Restrictions 
- The IP addresses or the IP address ranges to be mapped to the location
- Mode string
- The mode of the list of ip address restrictions. Possible values area EXCLUDEandINCLUDE.
- Restrictions
WebApplication Monitoring Settings Ip Address Restriction Settings Restrictions 
- The IP addresses or the IP address ranges to be mapped to the location
- mode String
- The mode of the list of ip address restrictions. Possible values area EXCLUDEandINCLUDE.
- restrictions
WebApplication Monitoring Settings Ip Address Restriction Settings Restrictions 
- The IP addresses or the IP address ranges to be mapped to the location
- mode string
- The mode of the list of ip address restrictions. Possible values area EXCLUDEandINCLUDE.
- restrictions
WebApplication Monitoring Settings Ip Address Restriction Settings Restrictions 
- The IP addresses or the IP address ranges to be mapped to the location
- mode str
- The mode of the list of ip address restrictions. Possible values area EXCLUDEandINCLUDE.
- restrictions
WebApplication Monitoring Settings Ip Address Restriction Settings Restrictions 
- The IP addresses or the IP address ranges to be mapped to the location
- mode String
- The mode of the list of ip address restrictions. Possible values area EXCLUDEandINCLUDE.
- restrictions Property Map
- The IP addresses or the IP address ranges to be mapped to the location
WebApplicationMonitoringSettingsIpAddressRestrictionSettingsRestrictions, WebApplicationMonitoringSettingsIpAddressRestrictionSettingsRestrictionsArgs                  
- Ranges
List<Pulumiverse.Dynatrace. Inputs. Web Application Monitoring Settings Ip Address Restriction Settings Restrictions Range> 
- The IP address or the IP address range to be mapped to the location
- Ranges
[]WebApplication Monitoring Settings Ip Address Restriction Settings Restrictions Range 
- The IP address or the IP address range to be mapped to the location
- ranges
List<WebApplication Monitoring Settings Ip Address Restriction Settings Restrictions Range> 
- The IP address or the IP address range to be mapped to the location
- ranges
WebApplication Monitoring Settings Ip Address Restriction Settings Restrictions Range[] 
- The IP address or the IP address range to be mapped to the location
- ranges
Sequence[WebApplication Monitoring Settings Ip Address Restriction Settings Restrictions Range] 
- The IP address or the IP address range to be mapped to the location
- ranges List<Property Map>
- The IP address or the IP address range to be mapped to the location
WebApplicationMonitoringSettingsIpAddressRestrictionSettingsRestrictionsRange, WebApplicationMonitoringSettingsIpAddressRestrictionSettingsRestrictionsRangeArgs                    
- Address string
- The IP address to be mapped.
- AddressTo string
- The to address of the IP address range.
- SubnetMask int
- The subnet mask of the IP address range. Valid values range from 0 to 128.
- Address string
- The IP address to be mapped.
- AddressTo string
- The to address of the IP address range.
- SubnetMask int
- The subnet mask of the IP address range. Valid values range from 0 to 128.
- address String
- The IP address to be mapped.
- addressTo String
- The to address of the IP address range.
- subnetMask Integer
- The subnet mask of the IP address range. Valid values range from 0 to 128.
- address string
- The IP address to be mapped.
- addressTo string
- The to address of the IP address range.
- subnetMask number
- The subnet mask of the IP address range. Valid values range from 0 to 128.
- address str
- The IP address to be mapped.
- address_to str
- The to address of the IP address range.
- subnet_mask int
- The subnet mask of the IP address range. Valid values range from 0 to 128.
- address String
- The IP address to be mapped.
- addressTo String
- The to address of the IP address range.
- subnetMask Number
- The subnet mask of the IP address range. Valid values range from 0 to 128.
WebApplicationMonitoringSettingsJavascriptFrameworkSupport, WebApplicationMonitoringSettingsJavascriptFrameworkSupportArgs              
- ActiveXObject bool
- ActiveXObject support enabled/disabled
- Angular bool
- AngularJS and Angular support enabled/disabled
- Dojo bool
- Dojo support enabled/disabled
- Extjs bool
- ExtJS, Sencha Touch support enabled/disabled
- Icefaces bool
- ICEfaces support enabled/disabled
- Jquery bool
- jQuery, Backbone.js support enabled/disabled
- MooTools bool
- MooTools support enabled/disabled
- Prototype bool
- Prototype support enabled/disabled
- ActiveXObject bool
- ActiveXObject support enabled/disabled
- Angular bool
- AngularJS and Angular support enabled/disabled
- Dojo bool
- Dojo support enabled/disabled
- Extjs bool
- ExtJS, Sencha Touch support enabled/disabled
- Icefaces bool
- ICEfaces support enabled/disabled
- Jquery bool
- jQuery, Backbone.js support enabled/disabled
- MooTools bool
- MooTools support enabled/disabled
- Prototype bool
- Prototype support enabled/disabled
- activeXObject Boolean
- ActiveXObject support enabled/disabled
- angular Boolean
- AngularJS and Angular support enabled/disabled
- dojo Boolean
- Dojo support enabled/disabled
- extjs Boolean
- ExtJS, Sencha Touch support enabled/disabled
- icefaces Boolean
- ICEfaces support enabled/disabled
- jquery Boolean
- jQuery, Backbone.js support enabled/disabled
- mooTools Boolean
- MooTools support enabled/disabled
- prototype Boolean
- Prototype support enabled/disabled
- activeXObject boolean
- ActiveXObject support enabled/disabled
- angular boolean
- AngularJS and Angular support enabled/disabled
- dojo boolean
- Dojo support enabled/disabled
- extjs boolean
- ExtJS, Sencha Touch support enabled/disabled
- icefaces boolean
- ICEfaces support enabled/disabled
- jquery boolean
- jQuery, Backbone.js support enabled/disabled
- mooTools boolean
- MooTools support enabled/disabled
- prototype boolean
- Prototype support enabled/disabled
- active_x_ boolobject 
- ActiveXObject support enabled/disabled
- angular bool
- AngularJS and Angular support enabled/disabled
- dojo bool
- Dojo support enabled/disabled
- extjs bool
- ExtJS, Sencha Touch support enabled/disabled
- icefaces bool
- ICEfaces support enabled/disabled
- jquery bool
- jQuery, Backbone.js support enabled/disabled
- moo_tools bool
- MooTools support enabled/disabled
- prototype bool
- Prototype support enabled/disabled
- activeXObject Boolean
- ActiveXObject support enabled/disabled
- angular Boolean
- AngularJS and Angular support enabled/disabled
- dojo Boolean
- Dojo support enabled/disabled
- extjs Boolean
- ExtJS, Sencha Touch support enabled/disabled
- icefaces Boolean
- ICEfaces support enabled/disabled
- jquery Boolean
- jQuery, Backbone.js support enabled/disabled
- mooTools Boolean
- MooTools support enabled/disabled
- prototype Boolean
- Prototype support enabled/disabled
WebApplicationMonitoringSettingsJavascriptInjectionRules, WebApplicationMonitoringSettingsJavascriptInjectionRulesArgs              
- Rules
List<Pulumiverse.Dynatrace. Inputs. Web Application Monitoring Settings Javascript Injection Rules Rule> 
- Java script injection rule
- Rules
[]WebApplication Monitoring Settings Javascript Injection Rules Rule 
- Java script injection rule
- rules
List<WebApplication Monitoring Settings Javascript Injection Rules Rule> 
- Java script injection rule
- rules
WebApplication Monitoring Settings Javascript Injection Rules Rule[] 
- Java script injection rule
- rules
Sequence[WebApplication Monitoring Settings Javascript Injection Rules Rule] 
- Java script injection rule
- rules List<Property Map>
- Java script injection rule
WebApplicationMonitoringSettingsJavascriptInjectionRulesRule, WebApplicationMonitoringSettingsJavascriptInjectionRulesRuleArgs                
- Rule string
- The url rule of the java script injection. Possible values are AFTER_SPECIFIC_HTML,AUTOMATIC_INJECTION,BEFORE_SPECIFIC_HTMLandDO_NOT_INJECT.
- UrlOperator string
- The url operator of the java script injection. Possible values are ALL_PAGES,CONTAINS,ENDS_WITH,EQUALSandSTARTS_WITH.
- Enabled bool
- fetch()request capture enabled/disabled
- HtmlPattern string
- The HTML pattern of the java script injection
- Target string
- The target against which the rule of the java script injection should be matched. Possible values are PAGE_QUERYandURL.
- UrlPattern string
- The url pattern of the java script injection
- Rule string
- The url rule of the java script injection. Possible values are AFTER_SPECIFIC_HTML,AUTOMATIC_INJECTION,BEFORE_SPECIFIC_HTMLandDO_NOT_INJECT.
- UrlOperator string
- The url operator of the java script injection. Possible values are ALL_PAGES,CONTAINS,ENDS_WITH,EQUALSandSTARTS_WITH.
- Enabled bool
- fetch()request capture enabled/disabled
- HtmlPattern string
- The HTML pattern of the java script injection
- Target string
- The target against which the rule of the java script injection should be matched. Possible values are PAGE_QUERYandURL.
- UrlPattern string
- The url pattern of the java script injection
- rule String
- The url rule of the java script injection. Possible values are AFTER_SPECIFIC_HTML,AUTOMATIC_INJECTION,BEFORE_SPECIFIC_HTMLandDO_NOT_INJECT.
- urlOperator String
- The url operator of the java script injection. Possible values are ALL_PAGES,CONTAINS,ENDS_WITH,EQUALSandSTARTS_WITH.
- enabled Boolean
- fetch()request capture enabled/disabled
- htmlPattern String
- The HTML pattern of the java script injection
- target String
- The target against which the rule of the java script injection should be matched. Possible values are PAGE_QUERYandURL.
- urlPattern String
- The url pattern of the java script injection
- rule string
- The url rule of the java script injection. Possible values are AFTER_SPECIFIC_HTML,AUTOMATIC_INJECTION,BEFORE_SPECIFIC_HTMLandDO_NOT_INJECT.
- urlOperator string
- The url operator of the java script injection. Possible values are ALL_PAGES,CONTAINS,ENDS_WITH,EQUALSandSTARTS_WITH.
- enabled boolean
- fetch()request capture enabled/disabled
- htmlPattern string
- The HTML pattern of the java script injection
- target string
- The target against which the rule of the java script injection should be matched. Possible values are PAGE_QUERYandURL.
- urlPattern string
- The url pattern of the java script injection
- rule str
- The url rule of the java script injection. Possible values are AFTER_SPECIFIC_HTML,AUTOMATIC_INJECTION,BEFORE_SPECIFIC_HTMLandDO_NOT_INJECT.
- url_operator str
- The url operator of the java script injection. Possible values are ALL_PAGES,CONTAINS,ENDS_WITH,EQUALSandSTARTS_WITH.
- enabled bool
- fetch()request capture enabled/disabled
- html_pattern str
- The HTML pattern of the java script injection
- target str
- The target against which the rule of the java script injection should be matched. Possible values are PAGE_QUERYandURL.
- url_pattern str
- The url pattern of the java script injection
- rule String
- The url rule of the java script injection. Possible values are AFTER_SPECIFIC_HTML,AUTOMATIC_INJECTION,BEFORE_SPECIFIC_HTMLandDO_NOT_INJECT.
- urlOperator String
- The url operator of the java script injection. Possible values are ALL_PAGES,CONTAINS,ENDS_WITH,EQUALSandSTARTS_WITH.
- enabled Boolean
- fetch()request capture enabled/disabled
- htmlPattern String
- The HTML pattern of the java script injection
- target String
- The target against which the rule of the java script injection should be matched. Possible values are PAGE_QUERYandURL.
- urlPattern String
- The url pattern of the java script injection
WebApplicationSessionReplayConfig, WebApplicationSessionReplayConfigArgs          
- CostControl intPercentage 
- (Field has overlap with dynatrace.WebAppEnablement) Session replay sampling rating in percent
- CssResource List<string>Capturing Exclusion Rules 
- (Field has overlap with dynatrace.SessionReplayResourceCapture) A list of URLs to be excluded from CSS resource capturing
- EnableCss boolResource Capturing 
- (Field has overlap with dynatrace.SessionReplayResourceCapture) Capture (true) or don't capture (false) CSS resources from the session
- Enabled bool
- (Field has overlap with dynatrace.WebAppEnablement) SessionReplay Enabled/Disabled
- CostControl intPercentage 
- (Field has overlap with dynatrace.WebAppEnablement) Session replay sampling rating in percent
- CssResource []stringCapturing Exclusion Rules 
- (Field has overlap with dynatrace.SessionReplayResourceCapture) A list of URLs to be excluded from CSS resource capturing
- EnableCss boolResource Capturing 
- (Field has overlap with dynatrace.SessionReplayResourceCapture) Capture (true) or don't capture (false) CSS resources from the session
- Enabled bool
- (Field has overlap with dynatrace.WebAppEnablement) SessionReplay Enabled/Disabled
- costControl IntegerPercentage 
- (Field has overlap with dynatrace.WebAppEnablement) Session replay sampling rating in percent
- cssResource List<String>Capturing Exclusion Rules 
- (Field has overlap with dynatrace.SessionReplayResourceCapture) A list of URLs to be excluded from CSS resource capturing
- enableCss BooleanResource Capturing 
- (Field has overlap with dynatrace.SessionReplayResourceCapture) Capture (true) or don't capture (false) CSS resources from the session
- enabled Boolean
- (Field has overlap with dynatrace.WebAppEnablement) SessionReplay Enabled/Disabled
- costControl numberPercentage 
- (Field has overlap with dynatrace.WebAppEnablement) Session replay sampling rating in percent
- cssResource string[]Capturing Exclusion Rules 
- (Field has overlap with dynatrace.SessionReplayResourceCapture) A list of URLs to be excluded from CSS resource capturing
- enableCss booleanResource Capturing 
- (Field has overlap with dynatrace.SessionReplayResourceCapture) Capture (true) or don't capture (false) CSS resources from the session
- enabled boolean
- (Field has overlap with dynatrace.WebAppEnablement) SessionReplay Enabled/Disabled
- cost_control_ intpercentage 
- (Field has overlap with dynatrace.WebAppEnablement) Session replay sampling rating in percent
- css_resource_ Sequence[str]capturing_ exclusion_ rules 
- (Field has overlap with dynatrace.SessionReplayResourceCapture) A list of URLs to be excluded from CSS resource capturing
- enable_css_ boolresource_ capturing 
- (Field has overlap with dynatrace.SessionReplayResourceCapture) Capture (true) or don't capture (false) CSS resources from the session
- enabled bool
- (Field has overlap with dynatrace.WebAppEnablement) SessionReplay Enabled/Disabled
- costControl NumberPercentage 
- (Field has overlap with dynatrace.WebAppEnablement) Session replay sampling rating in percent
- cssResource List<String>Capturing Exclusion Rules 
- (Field has overlap with dynatrace.SessionReplayResourceCapture) A list of URLs to be excluded from CSS resource capturing
- enableCss BooleanResource Capturing 
- (Field has overlap with dynatrace.SessionReplayResourceCapture) Capture (true) or don't capture (false) CSS resources from the session
- enabled Boolean
- (Field has overlap with dynatrace.WebAppEnablement) SessionReplay Enabled/Disabled
WebApplicationUserActionAndSessionProperties, WebApplicationUserActionAndSessionPropertiesArgs              
- Properties
List<Pulumiverse.Dynatrace. Inputs. Web Application User Action And Session Properties Property> 
- User action and session properties settings
- Properties
[]WebApplication User Action And Session Properties Property 
- User action and session properties settings
- properties
List<WebApplication User Action And Session Properties Property> 
- User action and session properties settings
- properties
WebApplication User Action And Session Properties Property[] 
- User action and session properties settings
- properties
Sequence[WebApplication User Action And Session Properties Property] 
- User action and session properties settings
- properties List<Property Map>
- User action and session properties settings
WebApplicationUserActionAndSessionPropertiesProperty, WebApplicationUserActionAndSessionPropertiesPropertyArgs                
- Id int
- Unique id among all userTags and properties of this application
- Key string
- Key of the property
- Origin string
- The origin of the property. Possible values are JAVASCRIPT_API,META_DATAandSERVER_SIDE_REQUEST_ATTRIBUTE.
- Type string
- The data type of the property. Possible values are DATE,DOUBLE,LONG,LONG_STRINGandSTRING.
- Aggregation string
- The aggregation type of the property.
- CleanupRule string
- The cleanup rule of the property. - Defines how to extract the data you need from a string value. Specify the regular expression for the data you need there 
- DisplayName string
- The display name of the property
- IgnoreCase bool
- If true, the value of this property will always be stored in lower case. Defaults tofalse.
- LongString intLength 
- If the typeisLONG_STRING, the max length for this property. Must be a multiple of100. Defaults to200. Maximum is1000.
- MetadataId int
- If the origin is META_DATA, metaData id of the property
- ServerSide stringRequest Attribute 
- The ID of the request attribute. - Only applicable when the origin is set to - SERVER_SIDE_REQUEST_ATTRIBUTE
- StoreAs boolSession Property 
- If true, the property is stored as a session property
- StoreAs boolUser Action Property 
- If true, the property is stored as a user action property
- Id int
- Unique id among all userTags and properties of this application
- Key string
- Key of the property
- Origin string
- The origin of the property. Possible values are JAVASCRIPT_API,META_DATAandSERVER_SIDE_REQUEST_ATTRIBUTE.
- Type string
- The data type of the property. Possible values are DATE,DOUBLE,LONG,LONG_STRINGandSTRING.
- Aggregation string
- The aggregation type of the property.
- CleanupRule string
- The cleanup rule of the property. - Defines how to extract the data you need from a string value. Specify the regular expression for the data you need there 
- DisplayName string
- The display name of the property
- IgnoreCase bool
- If true, the value of this property will always be stored in lower case. Defaults tofalse.
- LongString intLength 
- If the typeisLONG_STRING, the max length for this property. Must be a multiple of100. Defaults to200. Maximum is1000.
- MetadataId int
- If the origin is META_DATA, metaData id of the property
- ServerSide stringRequest Attribute 
- The ID of the request attribute. - Only applicable when the origin is set to - SERVER_SIDE_REQUEST_ATTRIBUTE
- StoreAs boolSession Property 
- If true, the property is stored as a session property
- StoreAs boolUser Action Property 
- If true, the property is stored as a user action property
- id Integer
- Unique id among all userTags and properties of this application
- key String
- Key of the property
- origin String
- The origin of the property. Possible values are JAVASCRIPT_API,META_DATAandSERVER_SIDE_REQUEST_ATTRIBUTE.
- type String
- The data type of the property. Possible values are DATE,DOUBLE,LONG,LONG_STRINGandSTRING.
- aggregation String
- The aggregation type of the property.
- cleanupRule String
- The cleanup rule of the property. - Defines how to extract the data you need from a string value. Specify the regular expression for the data you need there 
- displayName String
- The display name of the property
- ignoreCase Boolean
- If true, the value of this property will always be stored in lower case. Defaults tofalse.
- longString IntegerLength 
- If the typeisLONG_STRING, the max length for this property. Must be a multiple of100. Defaults to200. Maximum is1000.
- metadataId Integer
- If the origin is META_DATA, metaData id of the property
- serverSide StringRequest Attribute 
- The ID of the request attribute. - Only applicable when the origin is set to - SERVER_SIDE_REQUEST_ATTRIBUTE
- storeAs BooleanSession Property 
- If true, the property is stored as a session property
- storeAs BooleanUser Action Property 
- If true, the property is stored as a user action property
- id number
- Unique id among all userTags and properties of this application
- key string
- Key of the property
- origin string
- The origin of the property. Possible values are JAVASCRIPT_API,META_DATAandSERVER_SIDE_REQUEST_ATTRIBUTE.
- type string
- The data type of the property. Possible values are DATE,DOUBLE,LONG,LONG_STRINGandSTRING.
- aggregation string
- The aggregation type of the property.
- cleanupRule string
- The cleanup rule of the property. - Defines how to extract the data you need from a string value. Specify the regular expression for the data you need there 
- displayName string
- The display name of the property
- ignoreCase boolean
- If true, the value of this property will always be stored in lower case. Defaults tofalse.
- longString numberLength 
- If the typeisLONG_STRING, the max length for this property. Must be a multiple of100. Defaults to200. Maximum is1000.
- metadataId number
- If the origin is META_DATA, metaData id of the property
- serverSide stringRequest Attribute 
- The ID of the request attribute. - Only applicable when the origin is set to - SERVER_SIDE_REQUEST_ATTRIBUTE
- storeAs booleanSession Property 
- If true, the property is stored as a session property
- storeAs booleanUser Action Property 
- If true, the property is stored as a user action property
- id int
- Unique id among all userTags and properties of this application
- key str
- Key of the property
- origin str
- The origin of the property. Possible values are JAVASCRIPT_API,META_DATAandSERVER_SIDE_REQUEST_ATTRIBUTE.
- type str
- The data type of the property. Possible values are DATE,DOUBLE,LONG,LONG_STRINGandSTRING.
- aggregation str
- The aggregation type of the property.
- cleanup_rule str
- The cleanup rule of the property. - Defines how to extract the data you need from a string value. Specify the regular expression for the data you need there 
- display_name str
- The display name of the property
- ignore_case bool
- If true, the value of this property will always be stored in lower case. Defaults tofalse.
- long_string_ intlength 
- If the typeisLONG_STRING, the max length for this property. Must be a multiple of100. Defaults to200. Maximum is1000.
- metadata_id int
- If the origin is META_DATA, metaData id of the property
- server_side_ strrequest_ attribute 
- The ID of the request attribute. - Only applicable when the origin is set to - SERVER_SIDE_REQUEST_ATTRIBUTE
- store_as_ boolsession_ property 
- If true, the property is stored as a session property
- store_as_ booluser_ action_ property 
- If true, the property is stored as a user action property
- id Number
- Unique id among all userTags and properties of this application
- key String
- Key of the property
- origin String
- The origin of the property. Possible values are JAVASCRIPT_API,META_DATAandSERVER_SIDE_REQUEST_ATTRIBUTE.
- type String
- The data type of the property. Possible values are DATE,DOUBLE,LONG,LONG_STRINGandSTRING.
- aggregation String
- The aggregation type of the property.
- cleanupRule String
- The cleanup rule of the property. - Defines how to extract the data you need from a string value. Specify the regular expression for the data you need there 
- displayName String
- The display name of the property
- ignoreCase Boolean
- If true, the value of this property will always be stored in lower case. Defaults tofalse.
- longString NumberLength 
- If the typeisLONG_STRING, the max length for this property. Must be a multiple of100. Defaults to200. Maximum is1000.
- metadataId Number
- If the origin is META_DATA, metaData id of the property
- serverSide StringRequest Attribute 
- The ID of the request attribute. - Only applicable when the origin is set to - SERVER_SIDE_REQUEST_ATTRIBUTE
- storeAs BooleanSession Property 
- If true, the property is stored as a session property
- storeAs BooleanUser Action Property 
- If true, the property is stored as a user action property
WebApplicationUserActionNamingSettings, WebApplicationUserActionNamingSettingsArgs            
- CustomAction Pulumiverse.Naming Rules Dynatrace. Inputs. Web Application User Action Naming Settings Custom Action Naming Rules 
- User action naming rules for custom actions
- IgnoreCase bool
- Case insensitive naming
- LoadAction Pulumiverse.Naming Rules Dynatrace. Inputs. Web Application User Action Naming Settings Load Action Naming Rules 
- User action naming rules for loading actions
- Placeholders
Pulumiverse.Dynatrace. Inputs. Web Application User Action Naming Settings Placeholders 
- User action placeholders
- QueryParameter List<string>Cleanups 
- User action naming rules for custom actions. If not specified Dynatrace assumes __sid,cfid,cftoken,phpsessidandsid.
- SplitUser boolActions By Domain 
- Deactivate this setting if different domains should not result in separate user actions
- UseFirst boolDetected Load Action 
- First load action found under an XHR action should be used when true. Else the deepest one under the xhr action is used
- XhrAction Pulumiverse.Naming Rules Dynatrace. Inputs. Web Application User Action Naming Settings Xhr Action Naming Rules 
- User action naming rules for XHR actions
- CustomAction WebNaming Rules Application User Action Naming Settings Custom Action Naming Rules 
- User action naming rules for custom actions
- IgnoreCase bool
- Case insensitive naming
- LoadAction WebNaming Rules Application User Action Naming Settings Load Action Naming Rules 
- User action naming rules for loading actions
- Placeholders
WebApplication User Action Naming Settings Placeholders 
- User action placeholders
- QueryParameter []stringCleanups 
- User action naming rules for custom actions. If not specified Dynatrace assumes __sid,cfid,cftoken,phpsessidandsid.
- SplitUser boolActions By Domain 
- Deactivate this setting if different domains should not result in separate user actions
- UseFirst boolDetected Load Action 
- First load action found under an XHR action should be used when true. Else the deepest one under the xhr action is used
- XhrAction WebNaming Rules Application User Action Naming Settings Xhr Action Naming Rules 
- User action naming rules for XHR actions
- customAction WebNaming Rules Application User Action Naming Settings Custom Action Naming Rules 
- User action naming rules for custom actions
- ignoreCase Boolean
- Case insensitive naming
- loadAction WebNaming Rules Application User Action Naming Settings Load Action Naming Rules 
- User action naming rules for loading actions
- placeholders
WebApplication User Action Naming Settings Placeholders 
- User action placeholders
- queryParameter List<String>Cleanups 
- User action naming rules for custom actions. If not specified Dynatrace assumes __sid,cfid,cftoken,phpsessidandsid.
- splitUser BooleanActions By Domain 
- Deactivate this setting if different domains should not result in separate user actions
- useFirst BooleanDetected Load Action 
- First load action found under an XHR action should be used when true. Else the deepest one under the xhr action is used
- xhrAction WebNaming Rules Application User Action Naming Settings Xhr Action Naming Rules 
- User action naming rules for XHR actions
- customAction WebNaming Rules Application User Action Naming Settings Custom Action Naming Rules 
- User action naming rules for custom actions
- ignoreCase boolean
- Case insensitive naming
- loadAction WebNaming Rules Application User Action Naming Settings Load Action Naming Rules 
- User action naming rules for loading actions
- placeholders
WebApplication User Action Naming Settings Placeholders 
- User action placeholders
- queryParameter string[]Cleanups 
- User action naming rules for custom actions. If not specified Dynatrace assumes __sid,cfid,cftoken,phpsessidandsid.
- splitUser booleanActions By Domain 
- Deactivate this setting if different domains should not result in separate user actions
- useFirst booleanDetected Load Action 
- First load action found under an XHR action should be used when true. Else the deepest one under the xhr action is used
- xhrAction WebNaming Rules Application User Action Naming Settings Xhr Action Naming Rules 
- User action naming rules for XHR actions
- custom_action_ Webnaming_ rules Application User Action Naming Settings Custom Action Naming Rules 
- User action naming rules for custom actions
- ignore_case bool
- Case insensitive naming
- load_action_ Webnaming_ rules Application User Action Naming Settings Load Action Naming Rules 
- User action naming rules for loading actions
- placeholders
WebApplication User Action Naming Settings Placeholders 
- User action placeholders
- query_parameter_ Sequence[str]cleanups 
- User action naming rules for custom actions. If not specified Dynatrace assumes __sid,cfid,cftoken,phpsessidandsid.
- split_user_ boolactions_ by_ domain 
- Deactivate this setting if different domains should not result in separate user actions
- use_first_ booldetected_ load_ action 
- First load action found under an XHR action should be used when true. Else the deepest one under the xhr action is used
- xhr_action_ Webnaming_ rules Application User Action Naming Settings Xhr Action Naming Rules 
- User action naming rules for XHR actions
- customAction Property MapNaming Rules 
- User action naming rules for custom actions
- ignoreCase Boolean
- Case insensitive naming
- loadAction Property MapNaming Rules 
- User action naming rules for loading actions
- placeholders Property Map
- User action placeholders
- queryParameter List<String>Cleanups 
- User action naming rules for custom actions. If not specified Dynatrace assumes __sid,cfid,cftoken,phpsessidandsid.
- splitUser BooleanActions By Domain 
- Deactivate this setting if different domains should not result in separate user actions
- useFirst BooleanDetected Load Action 
- First load action found under an XHR action should be used when true. Else the deepest one under the xhr action is used
- xhrAction Property MapNaming Rules 
- User action naming rules for XHR actions
WebApplicationUserActionNamingSettingsCustomActionNamingRules, WebApplicationUserActionNamingSettingsCustomActionNamingRulesArgs                    
- Rules
List<Pulumiverse.Dynatrace. Inputs. Web Application User Action Naming Settings Custom Action Naming Rules Rule> 
- The settings of naming rule
- Rules
[]WebApplication User Action Naming Settings Custom Action Naming Rules Rule 
- The settings of naming rule
- rules
List<WebApplication User Action Naming Settings Custom Action Naming Rules Rule> 
- The settings of naming rule
- rules
WebApplication User Action Naming Settings Custom Action Naming Rules Rule[] 
- The settings of naming rule
- rules
Sequence[WebApplication User Action Naming Settings Custom Action Naming Rules Rule] 
- The settings of naming rule
- rules List<Property Map>
- The settings of naming rule
WebApplicationUserActionNamingSettingsCustomActionNamingRulesRule, WebApplicationUserActionNamingSettingsCustomActionNamingRulesRuleArgs                      
- Template string
- Naming pattern. Use Curly brackets {}to select placeholders
- Conditions
Pulumiverse.Dynatrace. Inputs. Web Application User Action Naming Settings Custom Action Naming Rules Rule Conditions 
- Defines the conditions when the naming rule should apply
- UseOr boolConditions 
- If set to truethe conditions will be connected by logical OR instead of logical AND
- Template string
- Naming pattern. Use Curly brackets {}to select placeholders
- Conditions
WebApplication User Action Naming Settings Custom Action Naming Rules Rule Conditions 
- Defines the conditions when the naming rule should apply
- UseOr boolConditions 
- If set to truethe conditions will be connected by logical OR instead of logical AND
- template String
- Naming pattern. Use Curly brackets {}to select placeholders
- conditions
WebApplication User Action Naming Settings Custom Action Naming Rules Rule Conditions 
- Defines the conditions when the naming rule should apply
- useOr BooleanConditions 
- If set to truethe conditions will be connected by logical OR instead of logical AND
- template string
- Naming pattern. Use Curly brackets {}to select placeholders
- conditions
WebApplication User Action Naming Settings Custom Action Naming Rules Rule Conditions 
- Defines the conditions when the naming rule should apply
- useOr booleanConditions 
- If set to truethe conditions will be connected by logical OR instead of logical AND
- template str
- Naming pattern. Use Curly brackets {}to select placeholders
- conditions
WebApplication User Action Naming Settings Custom Action Naming Rules Rule Conditions 
- Defines the conditions when the naming rule should apply
- use_or_ boolconditions 
- If set to truethe conditions will be connected by logical OR instead of logical AND
- template String
- Naming pattern. Use Curly brackets {}to select placeholders
- conditions Property Map
- Defines the conditions when the naming rule should apply
- useOr BooleanConditions 
- If set to truethe conditions will be connected by logical OR instead of logical AND
WebApplicationUserActionNamingSettingsCustomActionNamingRulesRuleConditions, WebApplicationUserActionNamingSettingsCustomActionNamingRulesRuleConditionsArgs                        
- Conditions
List<Pulumiverse.Dynatrace. Inputs. Web Application User Action Naming Settings Custom Action Naming Rules Rule Conditions Condition> 
- Defines the conditions when the naming rule should apply
- Conditions
[]WebApplication User Action Naming Settings Custom Action Naming Rules Rule Conditions Condition 
- Defines the conditions when the naming rule should apply
- conditions
List<WebApplication User Action Naming Settings Custom Action Naming Rules Rule Conditions Condition> 
- Defines the conditions when the naming rule should apply
- conditions
WebApplication User Action Naming Settings Custom Action Naming Rules Rule Conditions Condition[] 
- Defines the conditions when the naming rule should apply
- conditions
Sequence[WebApplication User Action Naming Settings Custom Action Naming Rules Rule Conditions Condition] 
- Defines the conditions when the naming rule should apply
- conditions List<Property Map>
- Defines the conditions when the naming rule should apply
WebApplicationUserActionNamingSettingsCustomActionNamingRulesRuleConditionsCondition, WebApplicationUserActionNamingSettingsCustomActionNamingRulesRuleConditionsConditionArgs                          
- Operand1 string
- Must be a defined placeholder wrapped in curly braces
- Operator string
- The operator of the condition. Possible values are CONTAINS,ENDS_WITH,EQUALS,IS_EMPTY,IS_NOT_EMPTY,MATCHES_REGULAR_EXPRESSION,NOT_CONTAINS,NOT_ENDS_WITH,NOT_EQUALS,NOT_MATCHES_REGULAR_EXPRESSION,NOT_STARTS_WITHandSTARTS_WITH.
- Operand2 string
- Must be null if operator is IS_EMPTY, a regex if operator isMATCHES_REGULAR_ERPRESSION. In all other cases the value can be a freetext or a placeholder wrapped in curly braces
- Operand1 string
- Must be a defined placeholder wrapped in curly braces
- Operator string
- The operator of the condition. Possible values are CONTAINS,ENDS_WITH,EQUALS,IS_EMPTY,IS_NOT_EMPTY,MATCHES_REGULAR_EXPRESSION,NOT_CONTAINS,NOT_ENDS_WITH,NOT_EQUALS,NOT_MATCHES_REGULAR_EXPRESSION,NOT_STARTS_WITHandSTARTS_WITH.
- Operand2 string
- Must be null if operator is IS_EMPTY, a regex if operator isMATCHES_REGULAR_ERPRESSION. In all other cases the value can be a freetext or a placeholder wrapped in curly braces
- operand1 String
- Must be a defined placeholder wrapped in curly braces
- operator String
- The operator of the condition. Possible values are CONTAINS,ENDS_WITH,EQUALS,IS_EMPTY,IS_NOT_EMPTY,MATCHES_REGULAR_EXPRESSION,NOT_CONTAINS,NOT_ENDS_WITH,NOT_EQUALS,NOT_MATCHES_REGULAR_EXPRESSION,NOT_STARTS_WITHandSTARTS_WITH.
- operand2 String
- Must be null if operator is IS_EMPTY, a regex if operator isMATCHES_REGULAR_ERPRESSION. In all other cases the value can be a freetext or a placeholder wrapped in curly braces
- operand1 string
- Must be a defined placeholder wrapped in curly braces
- operator string
- The operator of the condition. Possible values are CONTAINS,ENDS_WITH,EQUALS,IS_EMPTY,IS_NOT_EMPTY,MATCHES_REGULAR_EXPRESSION,NOT_CONTAINS,NOT_ENDS_WITH,NOT_EQUALS,NOT_MATCHES_REGULAR_EXPRESSION,NOT_STARTS_WITHandSTARTS_WITH.
- operand2 string
- Must be null if operator is IS_EMPTY, a regex if operator isMATCHES_REGULAR_ERPRESSION. In all other cases the value can be a freetext or a placeholder wrapped in curly braces
- operand1 str
- Must be a defined placeholder wrapped in curly braces
- operator str
- The operator of the condition. Possible values are CONTAINS,ENDS_WITH,EQUALS,IS_EMPTY,IS_NOT_EMPTY,MATCHES_REGULAR_EXPRESSION,NOT_CONTAINS,NOT_ENDS_WITH,NOT_EQUALS,NOT_MATCHES_REGULAR_EXPRESSION,NOT_STARTS_WITHandSTARTS_WITH.
- operand2 str
- Must be null if operator is IS_EMPTY, a regex if operator isMATCHES_REGULAR_ERPRESSION. In all other cases the value can be a freetext or a placeholder wrapped in curly braces
- operand1 String
- Must be a defined placeholder wrapped in curly braces
- operator String
- The operator of the condition. Possible values are CONTAINS,ENDS_WITH,EQUALS,IS_EMPTY,IS_NOT_EMPTY,MATCHES_REGULAR_EXPRESSION,NOT_CONTAINS,NOT_ENDS_WITH,NOT_EQUALS,NOT_MATCHES_REGULAR_EXPRESSION,NOT_STARTS_WITHandSTARTS_WITH.
- operand2 String
- Must be null if operator is IS_EMPTY, a regex if operator isMATCHES_REGULAR_ERPRESSION. In all other cases the value can be a freetext or a placeholder wrapped in curly braces
WebApplicationUserActionNamingSettingsLoadActionNamingRules, WebApplicationUserActionNamingSettingsLoadActionNamingRulesArgs                    
- Rules
List<Pulumiverse.Dynatrace. Inputs. Web Application User Action Naming Settings Load Action Naming Rules Rule> 
- The settings of naming rule
- Rules
[]WebApplication User Action Naming Settings Load Action Naming Rules Rule 
- The settings of naming rule
- rules
List<WebApplication User Action Naming Settings Load Action Naming Rules Rule> 
- The settings of naming rule
- rules
WebApplication User Action Naming Settings Load Action Naming Rules Rule[] 
- The settings of naming rule
- rules
Sequence[WebApplication User Action Naming Settings Load Action Naming Rules Rule] 
- The settings of naming rule
- rules List<Property Map>
- The settings of naming rule
WebApplicationUserActionNamingSettingsLoadActionNamingRulesRule, WebApplicationUserActionNamingSettingsLoadActionNamingRulesRuleArgs                      
- Template string
- Naming pattern. Use Curly brackets {}to select placeholders
- Conditions
Pulumiverse.Dynatrace. Inputs. Web Application User Action Naming Settings Load Action Naming Rules Rule Conditions 
- Defines the conditions when the naming rule should apply
- UseOr boolConditions 
- If set to truethe conditions will be connected by logical OR instead of logical AND
- Template string
- Naming pattern. Use Curly brackets {}to select placeholders
- Conditions
WebApplication User Action Naming Settings Load Action Naming Rules Rule Conditions 
- Defines the conditions when the naming rule should apply
- UseOr boolConditions 
- If set to truethe conditions will be connected by logical OR instead of logical AND
- template String
- Naming pattern. Use Curly brackets {}to select placeholders
- conditions
WebApplication User Action Naming Settings Load Action Naming Rules Rule Conditions 
- Defines the conditions when the naming rule should apply
- useOr BooleanConditions 
- If set to truethe conditions will be connected by logical OR instead of logical AND
- template string
- Naming pattern. Use Curly brackets {}to select placeholders
- conditions
WebApplication User Action Naming Settings Load Action Naming Rules Rule Conditions 
- Defines the conditions when the naming rule should apply
- useOr booleanConditions 
- If set to truethe conditions will be connected by logical OR instead of logical AND
- template str
- Naming pattern. Use Curly brackets {}to select placeholders
- conditions
WebApplication User Action Naming Settings Load Action Naming Rules Rule Conditions 
- Defines the conditions when the naming rule should apply
- use_or_ boolconditions 
- If set to truethe conditions will be connected by logical OR instead of logical AND
- template String
- Naming pattern. Use Curly brackets {}to select placeholders
- conditions Property Map
- Defines the conditions when the naming rule should apply
- useOr BooleanConditions 
- If set to truethe conditions will be connected by logical OR instead of logical AND
WebApplicationUserActionNamingSettingsLoadActionNamingRulesRuleConditions, WebApplicationUserActionNamingSettingsLoadActionNamingRulesRuleConditionsArgs                        
- Conditions
List<Pulumiverse.Dynatrace. Inputs. Web Application User Action Naming Settings Load Action Naming Rules Rule Conditions Condition> 
- Defines the conditions when the naming rule should apply
- Conditions
[]WebApplication User Action Naming Settings Load Action Naming Rules Rule Conditions Condition 
- Defines the conditions when the naming rule should apply
- conditions
List<WebApplication User Action Naming Settings Load Action Naming Rules Rule Conditions Condition> 
- Defines the conditions when the naming rule should apply
- conditions
WebApplication User Action Naming Settings Load Action Naming Rules Rule Conditions Condition[] 
- Defines the conditions when the naming rule should apply
- conditions
Sequence[WebApplication User Action Naming Settings Load Action Naming Rules Rule Conditions Condition] 
- Defines the conditions when the naming rule should apply
- conditions List<Property Map>
- Defines the conditions when the naming rule should apply
WebApplicationUserActionNamingSettingsLoadActionNamingRulesRuleConditionsCondition, WebApplicationUserActionNamingSettingsLoadActionNamingRulesRuleConditionsConditionArgs                          
- Operand1 string
- Must be a defined placeholder wrapped in curly braces
- Operator string
- The operator of the condition. Possible values are CONTAINS,ENDS_WITH,EQUALS,IS_EMPTY,IS_NOT_EMPTY,MATCHES_REGULAR_EXPRESSION,NOT_CONTAINS,NOT_ENDS_WITH,NOT_EQUALS,NOT_MATCHES_REGULAR_EXPRESSION,NOT_STARTS_WITHandSTARTS_WITH.
- Operand2 string
- Must be null if operator is IS_EMPTY, a regex if operator isMATCHES_REGULAR_ERPRESSION. In all other cases the value can be a freetext or a placeholder wrapped in curly braces
- Operand1 string
- Must be a defined placeholder wrapped in curly braces
- Operator string
- The operator of the condition. Possible values are CONTAINS,ENDS_WITH,EQUALS,IS_EMPTY,IS_NOT_EMPTY,MATCHES_REGULAR_EXPRESSION,NOT_CONTAINS,NOT_ENDS_WITH,NOT_EQUALS,NOT_MATCHES_REGULAR_EXPRESSION,NOT_STARTS_WITHandSTARTS_WITH.
- Operand2 string
- Must be null if operator is IS_EMPTY, a regex if operator isMATCHES_REGULAR_ERPRESSION. In all other cases the value can be a freetext or a placeholder wrapped in curly braces
- operand1 String
- Must be a defined placeholder wrapped in curly braces
- operator String
- The operator of the condition. Possible values are CONTAINS,ENDS_WITH,EQUALS,IS_EMPTY,IS_NOT_EMPTY,MATCHES_REGULAR_EXPRESSION,NOT_CONTAINS,NOT_ENDS_WITH,NOT_EQUALS,NOT_MATCHES_REGULAR_EXPRESSION,NOT_STARTS_WITHandSTARTS_WITH.
- operand2 String
- Must be null if operator is IS_EMPTY, a regex if operator isMATCHES_REGULAR_ERPRESSION. In all other cases the value can be a freetext or a placeholder wrapped in curly braces
- operand1 string
- Must be a defined placeholder wrapped in curly braces
- operator string
- The operator of the condition. Possible values are CONTAINS,ENDS_WITH,EQUALS,IS_EMPTY,IS_NOT_EMPTY,MATCHES_REGULAR_EXPRESSION,NOT_CONTAINS,NOT_ENDS_WITH,NOT_EQUALS,NOT_MATCHES_REGULAR_EXPRESSION,NOT_STARTS_WITHandSTARTS_WITH.
- operand2 string
- Must be null if operator is IS_EMPTY, a regex if operator isMATCHES_REGULAR_ERPRESSION. In all other cases the value can be a freetext or a placeholder wrapped in curly braces
- operand1 str
- Must be a defined placeholder wrapped in curly braces
- operator str
- The operator of the condition. Possible values are CONTAINS,ENDS_WITH,EQUALS,IS_EMPTY,IS_NOT_EMPTY,MATCHES_REGULAR_EXPRESSION,NOT_CONTAINS,NOT_ENDS_WITH,NOT_EQUALS,NOT_MATCHES_REGULAR_EXPRESSION,NOT_STARTS_WITHandSTARTS_WITH.
- operand2 str
- Must be null if operator is IS_EMPTY, a regex if operator isMATCHES_REGULAR_ERPRESSION. In all other cases the value can be a freetext or a placeholder wrapped in curly braces
- operand1 String
- Must be a defined placeholder wrapped in curly braces
- operator String
- The operator of the condition. Possible values are CONTAINS,ENDS_WITH,EQUALS,IS_EMPTY,IS_NOT_EMPTY,MATCHES_REGULAR_EXPRESSION,NOT_CONTAINS,NOT_ENDS_WITH,NOT_EQUALS,NOT_MATCHES_REGULAR_EXPRESSION,NOT_STARTS_WITHandSTARTS_WITH.
- operand2 String
- Must be null if operator is IS_EMPTY, a regex if operator isMATCHES_REGULAR_ERPRESSION. In all other cases the value can be a freetext or a placeholder wrapped in curly braces
WebApplicationUserActionNamingSettingsPlaceholders, WebApplicationUserActionNamingSettingsPlaceholdersArgs              
- Placeholders
[]WebApplication User Action Naming Settings Placeholders Placeholder 
- User action placeholders
- placeholders
List<WebApplication User Action Naming Settings Placeholders Placeholder> 
- User action placeholders
- placeholders
WebApplication User Action Naming Settings Placeholders Placeholder[] 
- User action placeholders
- placeholders
Sequence[WebApplication User Action Naming Settings Placeholders Placeholder] 
- User action placeholders
- placeholders List<Property Map>
- User action placeholders
WebApplicationUserActionNamingSettingsPlaceholdersPlaceholder, WebApplicationUserActionNamingSettingsPlaceholdersPlaceholderArgs                
- Input string
- The input for the place holder. Possible values are ELEMENT_IDENTIFIER,INPUT_TYPE,METADATA,PAGE_TITLE,PAGE_URL,SOURCE_URL,TOP_XHR_URLandXHR_URL
- Name string
- Placeholder name. Valid length needs to be between 1 and 50 characters
- ProcessingPart string
- The part to process. Possible values are ALL,ANCHORandPATH
- MetadataId int
- The ID of the metadata
- ProcessingSteps Pulumiverse.Dynatrace. Inputs. Web Application User Action Naming Settings Placeholders Placeholder Processing Steps 
- The processing step settings
- UseGuessed boolElement Identifier 
- Use the element identifier that was selected by Dynatrace
- Input string
- The input for the place holder. Possible values are ELEMENT_IDENTIFIER,INPUT_TYPE,METADATA,PAGE_TITLE,PAGE_URL,SOURCE_URL,TOP_XHR_URLandXHR_URL
- Name string
- Placeholder name. Valid length needs to be between 1 and 50 characters
- ProcessingPart string
- The part to process. Possible values are ALL,ANCHORandPATH
- MetadataId int
- The ID of the metadata
- ProcessingSteps WebApplication User Action Naming Settings Placeholders Placeholder Processing Steps 
- The processing step settings
- UseGuessed boolElement Identifier 
- Use the element identifier that was selected by Dynatrace
- input String
- The input for the place holder. Possible values are ELEMENT_IDENTIFIER,INPUT_TYPE,METADATA,PAGE_TITLE,PAGE_URL,SOURCE_URL,TOP_XHR_URLandXHR_URL
- name String
- Placeholder name. Valid length needs to be between 1 and 50 characters
- processingPart String
- The part to process. Possible values are ALL,ANCHORandPATH
- metadataId Integer
- The ID of the metadata
- processingSteps WebApplication User Action Naming Settings Placeholders Placeholder Processing Steps 
- The processing step settings
- useGuessed BooleanElement Identifier 
- Use the element identifier that was selected by Dynatrace
- input string
- The input for the place holder. Possible values are ELEMENT_IDENTIFIER,INPUT_TYPE,METADATA,PAGE_TITLE,PAGE_URL,SOURCE_URL,TOP_XHR_URLandXHR_URL
- name string
- Placeholder name. Valid length needs to be between 1 and 50 characters
- processingPart string
- The part to process. Possible values are ALL,ANCHORandPATH
- metadataId number
- The ID of the metadata
- processingSteps WebApplication User Action Naming Settings Placeholders Placeholder Processing Steps 
- The processing step settings
- useGuessed booleanElement Identifier 
- Use the element identifier that was selected by Dynatrace
- input str
- The input for the place holder. Possible values are ELEMENT_IDENTIFIER,INPUT_TYPE,METADATA,PAGE_TITLE,PAGE_URL,SOURCE_URL,TOP_XHR_URLandXHR_URL
- name str
- Placeholder name. Valid length needs to be between 1 and 50 characters
- processing_part str
- The part to process. Possible values are ALL,ANCHORandPATH
- metadata_id int
- The ID of the metadata
- processing_steps WebApplication User Action Naming Settings Placeholders Placeholder Processing Steps 
- The processing step settings
- use_guessed_ boolelement_ identifier 
- Use the element identifier that was selected by Dynatrace
- input String
- The input for the place holder. Possible values are ELEMENT_IDENTIFIER,INPUT_TYPE,METADATA,PAGE_TITLE,PAGE_URL,SOURCE_URL,TOP_XHR_URLandXHR_URL
- name String
- Placeholder name. Valid length needs to be between 1 and 50 characters
- processingPart String
- The part to process. Possible values are ALL,ANCHORandPATH
- metadataId Number
- The ID of the metadata
- processingSteps Property Map
- The processing step settings
- useGuessed BooleanElement Identifier 
- Use the element identifier that was selected by Dynatrace
WebApplicationUserActionNamingSettingsPlaceholdersPlaceholderProcessingSteps, WebApplicationUserActionNamingSettingsPlaceholdersPlaceholderProcessingStepsArgs                    
- steps List<Property Map>
- The processing step
WebApplicationUserActionNamingSettingsPlaceholdersPlaceholderProcessingStepsStep, WebApplicationUserActionNamingSettingsPlaceholdersPlaceholderProcessingStepsStepArgs                      
- Type string
- An action to be taken by the processing:
- FallbackTo boolInput 
- If set to true: Returns the input ifpatternBeforeorpatternAftercannot be found and thetypeisSUBSTRING. Returns the input ifregularExpressiondoesn't match andtypeisEXTRACT_BY_REGULAR_EXPRESSION.
- PatternAfter string
- The pattern after the required value. It will be removed.
- PatternAfter stringSearch Type 
- The required occurrence of patternAfter. Possible values are FIRSTandLAST.
- PatternBefore string
- The pattern before the required value. It will be removed.
- PatternBefore stringSearch Type 
- The required occurrence of patternBefore. Possible values are FIRSTandLAST.
- PatternTo stringReplace 
- The pattern to be replaced. - Only applicable if the - typeis- REPLACE_WITH_PATTERN.
- RegularExpression string
- A regular expression for the string to be extracted or replaced. Only applicable if the typeisEXTRACT_BY_REGULAR_EXPRESSIONorREPLACE_WITH_REGULAR_EXPRESSION.
- Replacement string
- Replacement for the original value
- Type string
- An action to be taken by the processing:
- FallbackTo boolInput 
- If set to true: Returns the input ifpatternBeforeorpatternAftercannot be found and thetypeisSUBSTRING. Returns the input ifregularExpressiondoesn't match andtypeisEXTRACT_BY_REGULAR_EXPRESSION.
- PatternAfter string
- The pattern after the required value. It will be removed.
- PatternAfter stringSearch Type 
- The required occurrence of patternAfter. Possible values are FIRSTandLAST.
- PatternBefore string
- The pattern before the required value. It will be removed.
- PatternBefore stringSearch Type 
- The required occurrence of patternBefore. Possible values are FIRSTandLAST.
- PatternTo stringReplace 
- The pattern to be replaced. - Only applicable if the - typeis- REPLACE_WITH_PATTERN.
- RegularExpression string
- A regular expression for the string to be extracted or replaced. Only applicable if the typeisEXTRACT_BY_REGULAR_EXPRESSIONorREPLACE_WITH_REGULAR_EXPRESSION.
- Replacement string
- Replacement for the original value
- type String
- An action to be taken by the processing:
- fallbackTo BooleanInput 
- If set to true: Returns the input ifpatternBeforeorpatternAftercannot be found and thetypeisSUBSTRING. Returns the input ifregularExpressiondoesn't match andtypeisEXTRACT_BY_REGULAR_EXPRESSION.
- patternAfter String
- The pattern after the required value. It will be removed.
- patternAfter StringSearch Type 
- The required occurrence of patternAfter. Possible values are FIRSTandLAST.
- patternBefore String
- The pattern before the required value. It will be removed.
- patternBefore StringSearch Type 
- The required occurrence of patternBefore. Possible values are FIRSTandLAST.
- patternTo StringReplace 
- The pattern to be replaced. - Only applicable if the - typeis- REPLACE_WITH_PATTERN.
- regularExpression String
- A regular expression for the string to be extracted or replaced. Only applicable if the typeisEXTRACT_BY_REGULAR_EXPRESSIONorREPLACE_WITH_REGULAR_EXPRESSION.
- replacement String
- Replacement for the original value
- type string
- An action to be taken by the processing:
- fallbackTo booleanInput 
- If set to true: Returns the input ifpatternBeforeorpatternAftercannot be found and thetypeisSUBSTRING. Returns the input ifregularExpressiondoesn't match andtypeisEXTRACT_BY_REGULAR_EXPRESSION.
- patternAfter string
- The pattern after the required value. It will be removed.
- patternAfter stringSearch Type 
- The required occurrence of patternAfter. Possible values are FIRSTandLAST.
- patternBefore string
- The pattern before the required value. It will be removed.
- patternBefore stringSearch Type 
- The required occurrence of patternBefore. Possible values are FIRSTandLAST.
- patternTo stringReplace 
- The pattern to be replaced. - Only applicable if the - typeis- REPLACE_WITH_PATTERN.
- regularExpression string
- A regular expression for the string to be extracted or replaced. Only applicable if the typeisEXTRACT_BY_REGULAR_EXPRESSIONorREPLACE_WITH_REGULAR_EXPRESSION.
- replacement string
- Replacement for the original value
- type str
- An action to be taken by the processing:
- fallback_to_ boolinput 
- If set to true: Returns the input ifpatternBeforeorpatternAftercannot be found and thetypeisSUBSTRING. Returns the input ifregularExpressiondoesn't match andtypeisEXTRACT_BY_REGULAR_EXPRESSION.
- pattern_after str
- The pattern after the required value. It will be removed.
- pattern_after_ strsearch_ type 
- The required occurrence of patternAfter. Possible values are FIRSTandLAST.
- pattern_before str
- The pattern before the required value. It will be removed.
- pattern_before_ strsearch_ type 
- The required occurrence of patternBefore. Possible values are FIRSTandLAST.
- pattern_to_ strreplace 
- The pattern to be replaced. - Only applicable if the - typeis- REPLACE_WITH_PATTERN.
- regular_expression str
- A regular expression for the string to be extracted or replaced. Only applicable if the typeisEXTRACT_BY_REGULAR_EXPRESSIONorREPLACE_WITH_REGULAR_EXPRESSION.
- replacement str
- Replacement for the original value
- type String
- An action to be taken by the processing:
- fallbackTo BooleanInput 
- If set to true: Returns the input ifpatternBeforeorpatternAftercannot be found and thetypeisSUBSTRING. Returns the input ifregularExpressiondoesn't match andtypeisEXTRACT_BY_REGULAR_EXPRESSION.
- patternAfter String
- The pattern after the required value. It will be removed.
- patternAfter StringSearch Type 
- The required occurrence of patternAfter. Possible values are FIRSTandLAST.
- patternBefore String
- The pattern before the required value. It will be removed.
- patternBefore StringSearch Type 
- The required occurrence of patternBefore. Possible values are FIRSTandLAST.
- patternTo StringReplace 
- The pattern to be replaced. - Only applicable if the - typeis- REPLACE_WITH_PATTERN.
- regularExpression String
- A regular expression for the string to be extracted or replaced. Only applicable if the typeisEXTRACT_BY_REGULAR_EXPRESSIONorREPLACE_WITH_REGULAR_EXPRESSION.
- replacement String
- Replacement for the original value
WebApplicationUserActionNamingSettingsXhrActionNamingRules, WebApplicationUserActionNamingSettingsXhrActionNamingRulesArgs                    
- Rules
List<Pulumiverse.Dynatrace. Inputs. Web Application User Action Naming Settings Xhr Action Naming Rules Rule> 
- The settings of naming rule
- Rules
[]WebApplication User Action Naming Settings Xhr Action Naming Rules Rule 
- The settings of naming rule
- rules
List<WebApplication User Action Naming Settings Xhr Action Naming Rules Rule> 
- The settings of naming rule
- rules
WebApplication User Action Naming Settings Xhr Action Naming Rules Rule[] 
- The settings of naming rule
- rules
Sequence[WebApplication User Action Naming Settings Xhr Action Naming Rules Rule] 
- The settings of naming rule
- rules List<Property Map>
- The settings of naming rule
WebApplicationUserActionNamingSettingsXhrActionNamingRulesRule, WebApplicationUserActionNamingSettingsXhrActionNamingRulesRuleArgs                      
- Template string
- Naming pattern. Use Curly brackets {}to select placeholders
- Conditions
Pulumiverse.Dynatrace. Inputs. Web Application User Action Naming Settings Xhr Action Naming Rules Rule Conditions 
- Defines the conditions when the naming rule should apply
- UseOr boolConditions 
- If set to truethe conditions will be connected by logical OR instead of logical AND
- Template string
- Naming pattern. Use Curly brackets {}to select placeholders
- Conditions
WebApplication User Action Naming Settings Xhr Action Naming Rules Rule Conditions 
- Defines the conditions when the naming rule should apply
- UseOr boolConditions 
- If set to truethe conditions will be connected by logical OR instead of logical AND
- template String
- Naming pattern. Use Curly brackets {}to select placeholders
- conditions
WebApplication User Action Naming Settings Xhr Action Naming Rules Rule Conditions 
- Defines the conditions when the naming rule should apply
- useOr BooleanConditions 
- If set to truethe conditions will be connected by logical OR instead of logical AND
- template string
- Naming pattern. Use Curly brackets {}to select placeholders
- conditions
WebApplication User Action Naming Settings Xhr Action Naming Rules Rule Conditions 
- Defines the conditions when the naming rule should apply
- useOr booleanConditions 
- If set to truethe conditions will be connected by logical OR instead of logical AND
- template str
- Naming pattern. Use Curly brackets {}to select placeholders
- conditions
WebApplication User Action Naming Settings Xhr Action Naming Rules Rule Conditions 
- Defines the conditions when the naming rule should apply
- use_or_ boolconditions 
- If set to truethe conditions will be connected by logical OR instead of logical AND
- template String
- Naming pattern. Use Curly brackets {}to select placeholders
- conditions Property Map
- Defines the conditions when the naming rule should apply
- useOr BooleanConditions 
- If set to truethe conditions will be connected by logical OR instead of logical AND
WebApplicationUserActionNamingSettingsXhrActionNamingRulesRuleConditions, WebApplicationUserActionNamingSettingsXhrActionNamingRulesRuleConditionsArgs                        
- Conditions
List<Pulumiverse.Dynatrace. Inputs. Web Application User Action Naming Settings Xhr Action Naming Rules Rule Conditions Condition> 
- Defines the conditions when the naming rule should apply
- Conditions
[]WebApplication User Action Naming Settings Xhr Action Naming Rules Rule Conditions Condition 
- Defines the conditions when the naming rule should apply
- conditions
List<WebApplication User Action Naming Settings Xhr Action Naming Rules Rule Conditions Condition> 
- Defines the conditions when the naming rule should apply
- conditions
WebApplication User Action Naming Settings Xhr Action Naming Rules Rule Conditions Condition[] 
- Defines the conditions when the naming rule should apply
- conditions
Sequence[WebApplication User Action Naming Settings Xhr Action Naming Rules Rule Conditions Condition] 
- Defines the conditions when the naming rule should apply
- conditions List<Property Map>
- Defines the conditions when the naming rule should apply
WebApplicationUserActionNamingSettingsXhrActionNamingRulesRuleConditionsCondition, WebApplicationUserActionNamingSettingsXhrActionNamingRulesRuleConditionsConditionArgs                          
- Operand1 string
- Must be a defined placeholder wrapped in curly braces
- Operator string
- The operator of the condition. Possible values are CONTAINS,ENDS_WITH,EQUALS,IS_EMPTY,IS_NOT_EMPTY,MATCHES_REGULAR_EXPRESSION,NOT_CONTAINS,NOT_ENDS_WITH,NOT_EQUALS,NOT_MATCHES_REGULAR_EXPRESSION,NOT_STARTS_WITHandSTARTS_WITH.
- Operand2 string
- Must be null if operator is IS_EMPTY, a regex if operator isMATCHES_REGULAR_ERPRESSION. In all other cases the value can be a freetext or a placeholder wrapped in curly braces
- Operand1 string
- Must be a defined placeholder wrapped in curly braces
- Operator string
- The operator of the condition. Possible values are CONTAINS,ENDS_WITH,EQUALS,IS_EMPTY,IS_NOT_EMPTY,MATCHES_REGULAR_EXPRESSION,NOT_CONTAINS,NOT_ENDS_WITH,NOT_EQUALS,NOT_MATCHES_REGULAR_EXPRESSION,NOT_STARTS_WITHandSTARTS_WITH.
- Operand2 string
- Must be null if operator is IS_EMPTY, a regex if operator isMATCHES_REGULAR_ERPRESSION. In all other cases the value can be a freetext or a placeholder wrapped in curly braces
- operand1 String
- Must be a defined placeholder wrapped in curly braces
- operator String
- The operator of the condition. Possible values are CONTAINS,ENDS_WITH,EQUALS,IS_EMPTY,IS_NOT_EMPTY,MATCHES_REGULAR_EXPRESSION,NOT_CONTAINS,NOT_ENDS_WITH,NOT_EQUALS,NOT_MATCHES_REGULAR_EXPRESSION,NOT_STARTS_WITHandSTARTS_WITH.
- operand2 String
- Must be null if operator is IS_EMPTY, a regex if operator isMATCHES_REGULAR_ERPRESSION. In all other cases the value can be a freetext or a placeholder wrapped in curly braces
- operand1 string
- Must be a defined placeholder wrapped in curly braces
- operator string
- The operator of the condition. Possible values are CONTAINS,ENDS_WITH,EQUALS,IS_EMPTY,IS_NOT_EMPTY,MATCHES_REGULAR_EXPRESSION,NOT_CONTAINS,NOT_ENDS_WITH,NOT_EQUALS,NOT_MATCHES_REGULAR_EXPRESSION,NOT_STARTS_WITHandSTARTS_WITH.
- operand2 string
- Must be null if operator is IS_EMPTY, a regex if operator isMATCHES_REGULAR_ERPRESSION. In all other cases the value can be a freetext or a placeholder wrapped in curly braces
- operand1 str
- Must be a defined placeholder wrapped in curly braces
- operator str
- The operator of the condition. Possible values are CONTAINS,ENDS_WITH,EQUALS,IS_EMPTY,IS_NOT_EMPTY,MATCHES_REGULAR_EXPRESSION,NOT_CONTAINS,NOT_ENDS_WITH,NOT_EQUALS,NOT_MATCHES_REGULAR_EXPRESSION,NOT_STARTS_WITHandSTARTS_WITH.
- operand2 str
- Must be null if operator is IS_EMPTY, a regex if operator isMATCHES_REGULAR_ERPRESSION. In all other cases the value can be a freetext or a placeholder wrapped in curly braces
- operand1 String
- Must be a defined placeholder wrapped in curly braces
- operator String
- The operator of the condition. Possible values are CONTAINS,ENDS_WITH,EQUALS,IS_EMPTY,IS_NOT_EMPTY,MATCHES_REGULAR_EXPRESSION,NOT_CONTAINS,NOT_ENDS_WITH,NOT_EQUALS,NOT_MATCHES_REGULAR_EXPRESSION,NOT_STARTS_WITHandSTARTS_WITH.
- operand2 String
- Must be null if operator is IS_EMPTY, a regex if operator isMATCHES_REGULAR_ERPRESSION. In all other cases the value can be a freetext or a placeholder wrapped in curly braces
WebApplicationUserTags, WebApplicationUserTagsArgs        
- 
List<Pulumiverse.Dynatrace. Inputs. Web Application User Tags Tag> 
- User tag settings
- 
[]WebApplication User Tags Tag 
- User tag settings
- 
List<WebApplication User Tags Tag> 
- User tag settings
- 
WebApplication User Tags Tag[] 
- User tag settings
- 
Sequence[WebApplication User Tags Tag] 
- User tag settings
- List<Property Map>
- User tag settings
WebApplicationUserTagsTag, WebApplicationUserTagsTagArgs          
- CleanupRule string
- Cleanup rule expression of the userTag
- Id int
- IgnoreCase bool
- If true, the value of this tag will always be stored in lower case. Defaults tofalse.
- MetadataId int
- If it's of type metaData, metaData id of the userTag
- ServerSide stringRequest Attribute 
- The ID of the RrequestAttribute for the userTag
- UniqueId int
- A unique ID among all userTags and properties of this application. Minimum value is 1.
- CleanupRule string
- Cleanup rule expression of the userTag
- Id int
- IgnoreCase bool
- If true, the value of this tag will always be stored in lower case. Defaults tofalse.
- MetadataId int
- If it's of type metaData, metaData id of the userTag
- ServerSide stringRequest Attribute 
- The ID of the RrequestAttribute for the userTag
- UniqueId int
- A unique ID among all userTags and properties of this application. Minimum value is 1.
- cleanupRule String
- Cleanup rule expression of the userTag
- id Integer
- ignoreCase Boolean
- If true, the value of this tag will always be stored in lower case. Defaults tofalse.
- metadataId Integer
- If it's of type metaData, metaData id of the userTag
- serverSide StringRequest Attribute 
- The ID of the RrequestAttribute for the userTag
- uniqueId Integer
- A unique ID among all userTags and properties of this application. Minimum value is 1.
- cleanupRule string
- Cleanup rule expression of the userTag
- id number
- ignoreCase boolean
- If true, the value of this tag will always be stored in lower case. Defaults tofalse.
- metadataId number
- If it's of type metaData, metaData id of the userTag
- serverSide stringRequest Attribute 
- The ID of the RrequestAttribute for the userTag
- uniqueId number
- A unique ID among all userTags and properties of this application. Minimum value is 1.
- cleanup_rule str
- Cleanup rule expression of the userTag
- id int
- ignore_case bool
- If true, the value of this tag will always be stored in lower case. Defaults tofalse.
- metadata_id int
- If it's of type metaData, metaData id of the userTag
- server_side_ strrequest_ attribute 
- The ID of the RrequestAttribute for the userTag
- unique_id int
- A unique ID among all userTags and properties of this application. Minimum value is 1.
- cleanupRule String
- Cleanup rule expression of the userTag
- id Number
- ignoreCase Boolean
- If true, the value of this tag will always be stored in lower case. Defaults tofalse.
- metadataId Number
- If it's of type metaData, metaData id of the userTag
- serverSide StringRequest Attribute 
- The ID of the RrequestAttribute for the userTag
- uniqueId Number
- A unique ID among all userTags and properties of this application. Minimum value is 1.
WebApplicationWaterfallSettings, WebApplicationWaterfallSettingsArgs        
- ResourceBrowser intCaching Threshold 
- Warn about resources with a lower browser cache rate above X%. Values between 1 and 100 are allowed.
- ResourcesThreshold int
- Warn about resources larger than X bytes. Values between 0 and 99999000 are allowed.
- SlowCnd intResources Threshold 
- Warn about slow CDN resources with a response time above X ms. Values between 0 and 99999000 are allowed.
- SlowFirst intParty Resources Threshold 
- Warn about slow 1st party resources with a response time above X ms. Values between 0 and 99999000 are allowed.
- SlowThird intParty Resources Threshold 
- Warn about slow 3rd party resources with a response time above X ms. Values between 0 and 99999000 are allowed.
- SpeedIndex intVisually Complete Ratio Threshold 
- Warn if Speed index exceeds X % of Visually complete. Values between 1 and 99 are allowed.
- UncompressedResources intThreshold 
- Warn about uncompressed resources larger than X bytes. Values between 0 and 99999 are allowed.
- ResourceBrowser intCaching Threshold 
- Warn about resources with a lower browser cache rate above X%. Values between 1 and 100 are allowed.
- ResourcesThreshold int
- Warn about resources larger than X bytes. Values between 0 and 99999000 are allowed.
- SlowCnd intResources Threshold 
- Warn about slow CDN resources with a response time above X ms. Values between 0 and 99999000 are allowed.
- SlowFirst intParty Resources Threshold 
- Warn about slow 1st party resources with a response time above X ms. Values between 0 and 99999000 are allowed.
- SlowThird intParty Resources Threshold 
- Warn about slow 3rd party resources with a response time above X ms. Values between 0 and 99999000 are allowed.
- SpeedIndex intVisually Complete Ratio Threshold 
- Warn if Speed index exceeds X % of Visually complete. Values between 1 and 99 are allowed.
- UncompressedResources intThreshold 
- Warn about uncompressed resources larger than X bytes. Values between 0 and 99999 are allowed.
- resourceBrowser IntegerCaching Threshold 
- Warn about resources with a lower browser cache rate above X%. Values between 1 and 100 are allowed.
- resourcesThreshold Integer
- Warn about resources larger than X bytes. Values between 0 and 99999000 are allowed.
- slowCnd IntegerResources Threshold 
- Warn about slow CDN resources with a response time above X ms. Values between 0 and 99999000 are allowed.
- slowFirst IntegerParty Resources Threshold 
- Warn about slow 1st party resources with a response time above X ms. Values between 0 and 99999000 are allowed.
- slowThird IntegerParty Resources Threshold 
- Warn about slow 3rd party resources with a response time above X ms. Values between 0 and 99999000 are allowed.
- speedIndex IntegerVisually Complete Ratio Threshold 
- Warn if Speed index exceeds X % of Visually complete. Values between 1 and 99 are allowed.
- uncompressedResources IntegerThreshold 
- Warn about uncompressed resources larger than X bytes. Values between 0 and 99999 are allowed.
- resourceBrowser numberCaching Threshold 
- Warn about resources with a lower browser cache rate above X%. Values between 1 and 100 are allowed.
- resourcesThreshold number
- Warn about resources larger than X bytes. Values between 0 and 99999000 are allowed.
- slowCnd numberResources Threshold 
- Warn about slow CDN resources with a response time above X ms. Values between 0 and 99999000 are allowed.
- slowFirst numberParty Resources Threshold 
- Warn about slow 1st party resources with a response time above X ms. Values between 0 and 99999000 are allowed.
- slowThird numberParty Resources Threshold 
- Warn about slow 3rd party resources with a response time above X ms. Values between 0 and 99999000 are allowed.
- speedIndex numberVisually Complete Ratio Threshold 
- Warn if Speed index exceeds X % of Visually complete. Values between 1 and 99 are allowed.
- uncompressedResources numberThreshold 
- Warn about uncompressed resources larger than X bytes. Values between 0 and 99999 are allowed.
- resource_browser_ intcaching_ threshold 
- Warn about resources with a lower browser cache rate above X%. Values between 1 and 100 are allowed.
- resources_threshold int
- Warn about resources larger than X bytes. Values between 0 and 99999000 are allowed.
- slow_cnd_ intresources_ threshold 
- Warn about slow CDN resources with a response time above X ms. Values between 0 and 99999000 are allowed.
- slow_first_ intparty_ resources_ threshold 
- Warn about slow 1st party resources with a response time above X ms. Values between 0 and 99999000 are allowed.
- slow_third_ intparty_ resources_ threshold 
- Warn about slow 3rd party resources with a response time above X ms. Values between 0 and 99999000 are allowed.
- speed_index_ intvisually_ complete_ ratio_ threshold 
- Warn if Speed index exceeds X % of Visually complete. Values between 1 and 99 are allowed.
- uncompressed_resources_ intthreshold 
- Warn about uncompressed resources larger than X bytes. Values between 0 and 99999 are allowed.
- resourceBrowser NumberCaching Threshold 
- Warn about resources with a lower browser cache rate above X%. Values between 1 and 100 are allowed.
- resourcesThreshold Number
- Warn about resources larger than X bytes. Values between 0 and 99999000 are allowed.
- slowCnd NumberResources Threshold 
- Warn about slow CDN resources with a response time above X ms. Values between 0 and 99999000 are allowed.
- slowFirst NumberParty Resources Threshold 
- Warn about slow 1st party resources with a response time above X ms. Values between 0 and 99999000 are allowed.
- slowThird NumberParty Resources Threshold 
- Warn about slow 3rd party resources with a response time above X ms. Values between 0 and 99999000 are allowed.
- speedIndex NumberVisually Complete Ratio Threshold 
- Warn if Speed index exceeds X % of Visually complete. Values between 1 and 99 are allowed.
- uncompressedResources NumberThreshold 
- Warn about uncompressed resources larger than X bytes. Values between 0 and 99999 are allowed.
WebApplicationXhrActionApdexSettings, WebApplicationXhrActionApdexSettingsArgs            
- FrustratingFallback intThreshold 
- Fallback threshold of an XHR action, defining a tolerable user experience, when the configured KPM is not available. Values between 0 and 240000 are allowed.
- FrustratingThreshold int
- Maximal value of apdex, which is considered as tolerable user experience. Values between 0 and 240000 are allowed.
- ToleratedFallback intThreshold 
- Fallback threshold of an XHR action, defining a satisfied user experience, when the configured KPM is not available. Values between 0 and 60000 are allowed.
- ToleratedThreshold int
- Maximal value of apdex, which is considered as satisfied user experience. Values between 0 and 60000 are allowed.
- Threshold int
- no documentation available
- FrustratingFallback intThreshold 
- Fallback threshold of an XHR action, defining a tolerable user experience, when the configured KPM is not available. Values between 0 and 240000 are allowed.
- FrustratingThreshold int
- Maximal value of apdex, which is considered as tolerable user experience. Values between 0 and 240000 are allowed.
- ToleratedFallback intThreshold 
- Fallback threshold of an XHR action, defining a satisfied user experience, when the configured KPM is not available. Values between 0 and 60000 are allowed.
- ToleratedThreshold int
- Maximal value of apdex, which is considered as satisfied user experience. Values between 0 and 60000 are allowed.
- Threshold int
- no documentation available
- frustratingFallback IntegerThreshold 
- Fallback threshold of an XHR action, defining a tolerable user experience, when the configured KPM is not available. Values between 0 and 240000 are allowed.
- frustratingThreshold Integer
- Maximal value of apdex, which is considered as tolerable user experience. Values between 0 and 240000 are allowed.
- toleratedFallback IntegerThreshold 
- Fallback threshold of an XHR action, defining a satisfied user experience, when the configured KPM is not available. Values between 0 and 60000 are allowed.
- toleratedThreshold Integer
- Maximal value of apdex, which is considered as satisfied user experience. Values between 0 and 60000 are allowed.
- threshold Integer
- no documentation available
- frustratingFallback numberThreshold 
- Fallback threshold of an XHR action, defining a tolerable user experience, when the configured KPM is not available. Values between 0 and 240000 are allowed.
- frustratingThreshold number
- Maximal value of apdex, which is considered as tolerable user experience. Values between 0 and 240000 are allowed.
- toleratedFallback numberThreshold 
- Fallback threshold of an XHR action, defining a satisfied user experience, when the configured KPM is not available. Values between 0 and 60000 are allowed.
- toleratedThreshold number
- Maximal value of apdex, which is considered as satisfied user experience. Values between 0 and 60000 are allowed.
- threshold number
- no documentation available
- frustrating_fallback_ intthreshold 
- Fallback threshold of an XHR action, defining a tolerable user experience, when the configured KPM is not available. Values between 0 and 240000 are allowed.
- frustrating_threshold int
- Maximal value of apdex, which is considered as tolerable user experience. Values between 0 and 240000 are allowed.
- tolerated_fallback_ intthreshold 
- Fallback threshold of an XHR action, defining a satisfied user experience, when the configured KPM is not available. Values between 0 and 60000 are allowed.
- tolerated_threshold int
- Maximal value of apdex, which is considered as satisfied user experience. Values between 0 and 60000 are allowed.
- threshold int
- no documentation available
- frustratingFallback NumberThreshold 
- Fallback threshold of an XHR action, defining a tolerable user experience, when the configured KPM is not available. Values between 0 and 240000 are allowed.
- frustratingThreshold Number
- Maximal value of apdex, which is considered as tolerable user experience. Values between 0 and 240000 are allowed.
- toleratedFallback NumberThreshold 
- Fallback threshold of an XHR action, defining a satisfied user experience, when the configured KPM is not available. Values between 0 and 60000 are allowed.
- toleratedThreshold Number
- Maximal value of apdex, which is considered as satisfied user experience. Values between 0 and 60000 are allowed.
- threshold Number
- no documentation available
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the dynatraceTerraform Provider.
