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

dynatrace.WebAppAutoInjection

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.27.0 published on Friday, Mar 21, 2025 by Pulumiverse

    Create WebAppAutoInjection Resource

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

    Constructor syntax

    new WebAppAutoInjection(name: string, args: WebAppAutoInjectionArgs, opts?: CustomResourceOptions);
    @overload
    def WebAppAutoInjection(resource_name: str,
                            args: WebAppAutoInjectionArgs,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def WebAppAutoInjection(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            application_id: Optional[str] = None,
                            cache_control_headers: Optional[WebAppAutoInjectionCacheControlHeadersArgs] = None,
                            monitoring_code_source_section: Optional[WebAppAutoInjectionMonitoringCodeSourceSectionArgs] = None,
                            snippet_format: Optional[WebAppAutoInjectionSnippetFormatArgs] = None)
    func NewWebAppAutoInjection(ctx *Context, name string, args WebAppAutoInjectionArgs, opts ...ResourceOption) (*WebAppAutoInjection, error)
    public WebAppAutoInjection(string name, WebAppAutoInjectionArgs args, CustomResourceOptions? opts = null)
    public WebAppAutoInjection(String name, WebAppAutoInjectionArgs args)
    public WebAppAutoInjection(String name, WebAppAutoInjectionArgs args, CustomResourceOptions options)
    
    type: dynatrace:WebAppAutoInjection
    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 WebAppAutoInjectionArgs
    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 WebAppAutoInjectionArgs
    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 WebAppAutoInjectionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args WebAppAutoInjectionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args WebAppAutoInjectionArgs
    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 webAppAutoInjectionResource = new Dynatrace.WebAppAutoInjection("webAppAutoInjectionResource", new()
    {
        ApplicationId = "string",
        CacheControlHeaders = new Dynatrace.Inputs.WebAppAutoInjectionCacheControlHeadersArgs
        {
            CacheControlHeaders = false,
        },
        MonitoringCodeSourceSection = new Dynatrace.Inputs.WebAppAutoInjectionMonitoringCodeSourceSectionArgs
        {
            CodeSource = "string",
            MonitoringCodePath = "string",
        },
        SnippetFormat = new Dynatrace.Inputs.WebAppAutoInjectionSnippetFormatArgs
        {
            SnippetFormat = "string",
            CodeSnippetType = "string",
        },
    });
    
    example, err := dynatrace.NewWebAppAutoInjection(ctx, "webAppAutoInjectionResource", &dynatrace.WebAppAutoInjectionArgs{
    	ApplicationId: pulumi.String("string"),
    	CacheControlHeaders: &dynatrace.WebAppAutoInjectionCacheControlHeadersArgs{
    		CacheControlHeaders: pulumi.Bool(false),
    	},
    	MonitoringCodeSourceSection: &dynatrace.WebAppAutoInjectionMonitoringCodeSourceSectionArgs{
    		CodeSource:         pulumi.String("string"),
    		MonitoringCodePath: pulumi.String("string"),
    	},
    	SnippetFormat: &dynatrace.WebAppAutoInjectionSnippetFormatArgs{
    		SnippetFormat:   pulumi.String("string"),
    		CodeSnippetType: pulumi.String("string"),
    	},
    })
    
    var webAppAutoInjectionResource = new WebAppAutoInjection("webAppAutoInjectionResource", WebAppAutoInjectionArgs.builder()
        .applicationId("string")
        .cacheControlHeaders(WebAppAutoInjectionCacheControlHeadersArgs.builder()
            .cacheControlHeaders(false)
            .build())
        .monitoringCodeSourceSection(WebAppAutoInjectionMonitoringCodeSourceSectionArgs.builder()
            .codeSource("string")
            .monitoringCodePath("string")
            .build())
        .snippetFormat(WebAppAutoInjectionSnippetFormatArgs.builder()
            .snippetFormat("string")
            .codeSnippetType("string")
            .build())
        .build());
    
    web_app_auto_injection_resource = dynatrace.WebAppAutoInjection("webAppAutoInjectionResource",
        application_id="string",
        cache_control_headers={
            "cache_control_headers": False,
        },
        monitoring_code_source_section={
            "code_source": "string",
            "monitoring_code_path": "string",
        },
        snippet_format={
            "snippet_format": "string",
            "code_snippet_type": "string",
        })
    
    const webAppAutoInjectionResource = new dynatrace.WebAppAutoInjection("webAppAutoInjectionResource", {
        applicationId: "string",
        cacheControlHeaders: {
            cacheControlHeaders: false,
        },
        monitoringCodeSourceSection: {
            codeSource: "string",
            monitoringCodePath: "string",
        },
        snippetFormat: {
            snippetFormat: "string",
            codeSnippetType: "string",
        },
    });
    
    type: dynatrace:WebAppAutoInjection
    properties:
        applicationId: string
        cacheControlHeaders:
            cacheControlHeaders: false
        monitoringCodeSourceSection:
            codeSource: string
            monitoringCodePath: string
        snippetFormat:
            codeSnippetType: string
            snippetFormat: string
    

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

    ApplicationId string
    The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
    CacheControlHeaders Pulumiverse.Dynatrace.Inputs.WebAppAutoInjectionCacheControlHeaders
    Cache control headers
    MonitoringCodeSourceSection Pulumiverse.Dynatrace.Inputs.WebAppAutoInjectionMonitoringCodeSourceSection
    Real User Monitoring code source
    SnippetFormat Pulumiverse.Dynatrace.Inputs.WebAppAutoInjectionSnippetFormat
    Code Snippet: OneAgent injects an inline script that initializes Dynatrace and dynamically downloads the monitoring code into your application. Use when you want to inject the monitoring code in deferred mode.
    ApplicationId string
    The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
    CacheControlHeaders WebAppAutoInjectionCacheControlHeadersArgs
    Cache control headers
    MonitoringCodeSourceSection WebAppAutoInjectionMonitoringCodeSourceSectionArgs
    Real User Monitoring code source
    SnippetFormat WebAppAutoInjectionSnippetFormatArgs
    Code Snippet: OneAgent injects an inline script that initializes Dynatrace and dynamically downloads the monitoring code into your application. Use when you want to inject the monitoring code in deferred mode.
    applicationId String
    The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
    cacheControlHeaders WebAppAutoInjectionCacheControlHeaders
    Cache control headers
    monitoringCodeSourceSection WebAppAutoInjectionMonitoringCodeSourceSection
    Real User Monitoring code source
    snippetFormat WebAppAutoInjectionSnippetFormat
    Code Snippet: OneAgent injects an inline script that initializes Dynatrace and dynamically downloads the monitoring code into your application. Use when you want to inject the monitoring code in deferred mode.
    applicationId string
    The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
    cacheControlHeaders WebAppAutoInjectionCacheControlHeaders
    Cache control headers
    monitoringCodeSourceSection WebAppAutoInjectionMonitoringCodeSourceSection
    Real User Monitoring code source
    snippetFormat WebAppAutoInjectionSnippetFormat
    Code Snippet: OneAgent injects an inline script that initializes Dynatrace and dynamically downloads the monitoring code into your application. Use when you want to inject the monitoring code in deferred mode.
    application_id str
    The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
    cache_control_headers WebAppAutoInjectionCacheControlHeadersArgs
    Cache control headers
    monitoring_code_source_section WebAppAutoInjectionMonitoringCodeSourceSectionArgs
    Real User Monitoring code source
    snippet_format WebAppAutoInjectionSnippetFormatArgs
    Code Snippet: OneAgent injects an inline script that initializes Dynatrace and dynamically downloads the monitoring code into your application. Use when you want to inject the monitoring code in deferred mode.
    applicationId String
    The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
    cacheControlHeaders Property Map
    Cache control headers
    monitoringCodeSourceSection Property Map
    Real User Monitoring code source
    snippetFormat Property Map
    Code Snippet: OneAgent injects an inline script that initializes Dynatrace and dynamically downloads the monitoring code into your application. Use when you want to inject the monitoring code in deferred mode.

    Outputs

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

    Get an existing WebAppAutoInjection 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?: WebAppAutoInjectionState, opts?: CustomResourceOptions): WebAppAutoInjection
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            application_id: Optional[str] = None,
            cache_control_headers: Optional[WebAppAutoInjectionCacheControlHeadersArgs] = None,
            monitoring_code_source_section: Optional[WebAppAutoInjectionMonitoringCodeSourceSectionArgs] = None,
            snippet_format: Optional[WebAppAutoInjectionSnippetFormatArgs] = None) -> WebAppAutoInjection
    func GetWebAppAutoInjection(ctx *Context, name string, id IDInput, state *WebAppAutoInjectionState, opts ...ResourceOption) (*WebAppAutoInjection, error)
    public static WebAppAutoInjection Get(string name, Input<string> id, WebAppAutoInjectionState? state, CustomResourceOptions? opts = null)
    public static WebAppAutoInjection get(String name, Output<String> id, WebAppAutoInjectionState state, CustomResourceOptions options)
    resources:  _:    type: dynatrace:WebAppAutoInjection    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.
    The following state arguments are supported:
    ApplicationId string
    The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
    CacheControlHeaders Pulumiverse.Dynatrace.Inputs.WebAppAutoInjectionCacheControlHeaders
    Cache control headers
    MonitoringCodeSourceSection Pulumiverse.Dynatrace.Inputs.WebAppAutoInjectionMonitoringCodeSourceSection
    Real User Monitoring code source
    SnippetFormat Pulumiverse.Dynatrace.Inputs.WebAppAutoInjectionSnippetFormat
    Code Snippet: OneAgent injects an inline script that initializes Dynatrace and dynamically downloads the monitoring code into your application. Use when you want to inject the monitoring code in deferred mode.
    ApplicationId string
    The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
    CacheControlHeaders WebAppAutoInjectionCacheControlHeadersArgs
    Cache control headers
    MonitoringCodeSourceSection WebAppAutoInjectionMonitoringCodeSourceSectionArgs
    Real User Monitoring code source
    SnippetFormat WebAppAutoInjectionSnippetFormatArgs
    Code Snippet: OneAgent injects an inline script that initializes Dynatrace and dynamically downloads the monitoring code into your application. Use when you want to inject the monitoring code in deferred mode.
    applicationId String
    The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
    cacheControlHeaders WebAppAutoInjectionCacheControlHeaders
    Cache control headers
    monitoringCodeSourceSection WebAppAutoInjectionMonitoringCodeSourceSection
    Real User Monitoring code source
    snippetFormat WebAppAutoInjectionSnippetFormat
    Code Snippet: OneAgent injects an inline script that initializes Dynatrace and dynamically downloads the monitoring code into your application. Use when you want to inject the monitoring code in deferred mode.
    applicationId string
    The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
    cacheControlHeaders WebAppAutoInjectionCacheControlHeaders
    Cache control headers
    monitoringCodeSourceSection WebAppAutoInjectionMonitoringCodeSourceSection
    Real User Monitoring code source
    snippetFormat WebAppAutoInjectionSnippetFormat
    Code Snippet: OneAgent injects an inline script that initializes Dynatrace and dynamically downloads the monitoring code into your application. Use when you want to inject the monitoring code in deferred mode.
    application_id str
    The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
    cache_control_headers WebAppAutoInjectionCacheControlHeadersArgs
    Cache control headers
    monitoring_code_source_section WebAppAutoInjectionMonitoringCodeSourceSectionArgs
    Real User Monitoring code source
    snippet_format WebAppAutoInjectionSnippetFormatArgs
    Code Snippet: OneAgent injects an inline script that initializes Dynatrace and dynamically downloads the monitoring code into your application. Use when you want to inject the monitoring code in deferred mode.
    applicationId String
    The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
    cacheControlHeaders Property Map
    Cache control headers
    monitoringCodeSourceSection Property Map
    Real User Monitoring code source
    snippetFormat Property Map
    Code Snippet: OneAgent injects an inline script that initializes Dynatrace and dynamically downloads the monitoring code into your application. Use when you want to inject the monitoring code in deferred mode.

    Supporting Types

    WebAppAutoInjectionCacheControlHeaders, WebAppAutoInjectionCacheControlHeadersArgs

    WebAppAutoInjectionMonitoringCodeSourceSection, WebAppAutoInjectionMonitoringCodeSourceSectionArgs

    CodeSource string
    Real User Monitoring code source
    MonitoringCodePath string
    Specify the source path for placement of your application's custom JavaScript library file. By default, this path is set to the root directory of your web server. A custom source path may be necessary if your server operates behind a firewall.
    CodeSource string
    Real User Monitoring code source
    MonitoringCodePath string
    Specify the source path for placement of your application's custom JavaScript library file. By default, this path is set to the root directory of your web server. A custom source path may be necessary if your server operates behind a firewall.
    codeSource String
    Real User Monitoring code source
    monitoringCodePath String
    Specify the source path for placement of your application's custom JavaScript library file. By default, this path is set to the root directory of your web server. A custom source path may be necessary if your server operates behind a firewall.
    codeSource string
    Real User Monitoring code source
    monitoringCodePath string
    Specify the source path for placement of your application's custom JavaScript library file. By default, this path is set to the root directory of your web server. A custom source path may be necessary if your server operates behind a firewall.
    code_source str
    Real User Monitoring code source
    monitoring_code_path str
    Specify the source path for placement of your application's custom JavaScript library file. By default, this path is set to the root directory of your web server. A custom source path may be necessary if your server operates behind a firewall.
    codeSource String
    Real User Monitoring code source
    monitoringCodePath String
    Specify the source path for placement of your application's custom JavaScript library file. By default, this path is set to the root directory of your web server. A custom source path may be necessary if your server operates behind a firewall.

    WebAppAutoInjectionSnippetFormat, WebAppAutoInjectionSnippetFormatArgs

    SnippetFormat string
    Snippet format
    CodeSnippetType string
    Possible Values: DEFERRED, SYNCHRONOUSLY
    SnippetFormat string
    Snippet format
    CodeSnippetType string
    Possible Values: DEFERRED, SYNCHRONOUSLY
    snippetFormat String
    Snippet format
    codeSnippetType String
    Possible Values: DEFERRED, SYNCHRONOUSLY
    snippetFormat string
    Snippet format
    codeSnippetType string
    Possible Values: DEFERRED, SYNCHRONOUSLY
    snippet_format str
    Snippet format
    code_snippet_type str
    Possible Values: DEFERRED, SYNCHRONOUSLY
    snippetFormat String
    Snippet format
    codeSnippetType String
    Possible Values: DEFERRED, SYNCHRONOUSLY

    Package Details

    Repository
    dynatrace pulumiverse/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.27.0 published on Friday, Mar 21, 2025 by Pulumiverse