dynatrace.WebAppAutoInjection
Explore with Pulumi AI
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:
- Application
Id string - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- Cache
Control Pulumiverse.Headers Dynatrace. Inputs. Web App Auto Injection Cache Control Headers - Cache control headers
- Monitoring
Code Pulumiverse.Source Section Dynatrace. Inputs. Web App Auto Injection Monitoring Code Source Section - Real User Monitoring code source
- Snippet
Format Pulumiverse.Dynatrace. Inputs. Web App Auto Injection Snippet Format - 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 string - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- Cache
Control WebHeaders App Auto Injection Cache Control Headers Args - Cache control headers
- Monitoring
Code WebSource Section App Auto Injection Monitoring Code Source Section Args - Real User Monitoring code source
- Snippet
Format WebApp Auto Injection Snippet Format Args - 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 String - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- cache
Control WebHeaders App Auto Injection Cache Control Headers - Cache control headers
- monitoring
Code WebSource Section App Auto Injection Monitoring Code Source Section - Real User Monitoring code source
- snippet
Format WebApp Auto Injection Snippet Format - 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 string - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- cache
Control WebHeaders App Auto Injection Cache Control Headers - Cache control headers
- monitoring
Code WebSource Section App Auto Injection Monitoring Code Source Section - Real User Monitoring code source
- snippet
Format WebApp Auto Injection Snippet Format - 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_ Webheaders App Auto Injection Cache Control Headers Args - Cache control headers
- monitoring_
code_ Websource_ section App Auto Injection Monitoring Code Source Section Args - Real User Monitoring code source
- snippet_
format WebApp Auto Injection Snippet Format Args - 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 String - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- cache
Control Property MapHeaders - Cache control headers
- monitoring
Code Property MapSource Section - Real User Monitoring code source
- snippet
Format 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.
- Application
Id string - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- Cache
Control Pulumiverse.Headers Dynatrace. Inputs. Web App Auto Injection Cache Control Headers - Cache control headers
- Monitoring
Code Pulumiverse.Source Section Dynatrace. Inputs. Web App Auto Injection Monitoring Code Source Section - Real User Monitoring code source
- Snippet
Format Pulumiverse.Dynatrace. Inputs. Web App Auto Injection Snippet Format - 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 string - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- Cache
Control WebHeaders App Auto Injection Cache Control Headers Args - Cache control headers
- Monitoring
Code WebSource Section App Auto Injection Monitoring Code Source Section Args - Real User Monitoring code source
- Snippet
Format WebApp Auto Injection Snippet Format Args - 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 String - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- cache
Control WebHeaders App Auto Injection Cache Control Headers - Cache control headers
- monitoring
Code WebSource Section App Auto Injection Monitoring Code Source Section - Real User Monitoring code source
- snippet
Format WebApp Auto Injection Snippet Format - 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 string - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- cache
Control WebHeaders App Auto Injection Cache Control Headers - Cache control headers
- monitoring
Code WebSource Section App Auto Injection Monitoring Code Source Section - Real User Monitoring code source
- snippet
Format WebApp Auto Injection Snippet Format - 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_ Webheaders App Auto Injection Cache Control Headers Args - Cache control headers
- monitoring_
code_ Websource_ section App Auto Injection Monitoring Code Source Section Args - Real User Monitoring code source
- snippet_
format WebApp Auto Injection Snippet Format Args - 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 String - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- cache
Control Property MapHeaders - Cache control headers
- monitoring
Code Property MapSource Section - Real User Monitoring code source
- snippet
Format 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
- Code
Source string - Real User Monitoring code source
- Monitoring
Code stringPath - 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 string - Real User Monitoring code source
- Monitoring
Code stringPath - 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 String - Real User Monitoring code source
- monitoring
Code StringPath - 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 string - Real User Monitoring code source
- monitoring
Code stringPath - 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_ strpath - 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 String - Real User Monitoring code source
- monitoring
Code StringPath - 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
- Snippet
Format string - Snippet format
- Code
Snippet stringType - Possible Values:
DEFERRED
,SYNCHRONOUSLY
- Snippet
Format string - Snippet format
- Code
Snippet stringType - Possible Values:
DEFERRED
,SYNCHRONOUSLY
- snippet
Format String - Snippet format
- code
Snippet StringType - Possible Values:
DEFERRED
,SYNCHRONOUSLY
- snippet
Format string - Snippet format
- code
Snippet stringType - Possible Values:
DEFERRED
,SYNCHRONOUSLY
- snippet_
format str - Snippet format
- code_
snippet_ strtype - Possible Values:
DEFERRED
,SYNCHRONOUSLY
- snippet
Format String - Snippet format
- code
Snippet StringType - 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.