dynatrace.WebAppInjectionCookie
Explore with Pulumi AI
Create WebAppInjectionCookie Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WebAppInjectionCookie(name: string, args: WebAppInjectionCookieArgs, opts?: CustomResourceOptions);
@overload
def WebAppInjectionCookie(resource_name: str,
args: WebAppInjectionCookieArgs,
opts: Optional[ResourceOptions] = None)
@overload
def WebAppInjectionCookie(resource_name: str,
opts: Optional[ResourceOptions] = None,
application_id: Optional[str] = None,
same_site_cookie_attribute: Optional[str] = None,
use_secure_cookie_attribute: Optional[bool] = None,
cookie_placement_domain: Optional[str] = None)
func NewWebAppInjectionCookie(ctx *Context, name string, args WebAppInjectionCookieArgs, opts ...ResourceOption) (*WebAppInjectionCookie, error)
public WebAppInjectionCookie(string name, WebAppInjectionCookieArgs args, CustomResourceOptions? opts = null)
public WebAppInjectionCookie(String name, WebAppInjectionCookieArgs args)
public WebAppInjectionCookie(String name, WebAppInjectionCookieArgs args, CustomResourceOptions options)
type: dynatrace:WebAppInjectionCookie
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 WebAppInjectionCookieArgs
- 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 WebAppInjectionCookieArgs
- 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 WebAppInjectionCookieArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WebAppInjectionCookieArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WebAppInjectionCookieArgs
- 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 webAppInjectionCookieResource = new Dynatrace.WebAppInjectionCookie("webAppInjectionCookieResource", new()
{
ApplicationId = "string",
SameSiteCookieAttribute = "string",
UseSecureCookieAttribute = false,
CookiePlacementDomain = "string",
});
example, err := dynatrace.NewWebAppInjectionCookie(ctx, "webAppInjectionCookieResource", &dynatrace.WebAppInjectionCookieArgs{
ApplicationId: pulumi.String("string"),
SameSiteCookieAttribute: pulumi.String("string"),
UseSecureCookieAttribute: pulumi.Bool(false),
CookiePlacementDomain: pulumi.String("string"),
})
var webAppInjectionCookieResource = new WebAppInjectionCookie("webAppInjectionCookieResource", WebAppInjectionCookieArgs.builder()
.applicationId("string")
.sameSiteCookieAttribute("string")
.useSecureCookieAttribute(false)
.cookiePlacementDomain("string")
.build());
web_app_injection_cookie_resource = dynatrace.WebAppInjectionCookie("webAppInjectionCookieResource",
application_id="string",
same_site_cookie_attribute="string",
use_secure_cookie_attribute=False,
cookie_placement_domain="string")
const webAppInjectionCookieResource = new dynatrace.WebAppInjectionCookie("webAppInjectionCookieResource", {
applicationId: "string",
sameSiteCookieAttribute: "string",
useSecureCookieAttribute: false,
cookiePlacementDomain: "string",
});
type: dynatrace:WebAppInjectionCookie
properties:
applicationId: string
cookiePlacementDomain: string
sameSiteCookieAttribute: string
useSecureCookieAttribute: false
WebAppInjectionCookie 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 WebAppInjectionCookie 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.
- string
- Possible Values:
LAX
,NONE
,NOTSET
,STRICT
- bool
- If your application is only accessible via SSL, you can add the Secure attribute to all cookies set by Dynatrace. This setting prevents the display of warnings from PCI-compliance security scanners. Be aware that with this setting enabled Dynatrace correlation of user actions with server-side web requests is only possible over SSL connections.
- string
- Specify an alternative domain for cookies set by Dynatrace. Keep in mind that your browser may not allow placement of cookies on certain domains (for example, top-level domains). Before typing a domain name here, confirm that the domain will accept cookies from your browser. For details, see the list of forbidden top-level domains.
- Application
Id string - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- string
- Possible Values:
LAX
,NONE
,NOTSET
,STRICT
- bool
- If your application is only accessible via SSL, you can add the Secure attribute to all cookies set by Dynatrace. This setting prevents the display of warnings from PCI-compliance security scanners. Be aware that with this setting enabled Dynatrace correlation of user actions with server-side web requests is only possible over SSL connections.
- string
- Specify an alternative domain for cookies set by Dynatrace. Keep in mind that your browser may not allow placement of cookies on certain domains (for example, top-level domains). Before typing a domain name here, confirm that the domain will accept cookies from your browser. For details, see the list of forbidden top-level domains.
- application
Id String - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- String
- Possible Values:
LAX
,NONE
,NOTSET
,STRICT
- Boolean
- If your application is only accessible via SSL, you can add the Secure attribute to all cookies set by Dynatrace. This setting prevents the display of warnings from PCI-compliance security scanners. Be aware that with this setting enabled Dynatrace correlation of user actions with server-side web requests is only possible over SSL connections.
- String
- Specify an alternative domain for cookies set by Dynatrace. Keep in mind that your browser may not allow placement of cookies on certain domains (for example, top-level domains). Before typing a domain name here, confirm that the domain will accept cookies from your browser. For details, see the list of forbidden top-level domains.
- application
Id string - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- string
- Possible Values:
LAX
,NONE
,NOTSET
,STRICT
- boolean
- If your application is only accessible via SSL, you can add the Secure attribute to all cookies set by Dynatrace. This setting prevents the display of warnings from PCI-compliance security scanners. Be aware that with this setting enabled Dynatrace correlation of user actions with server-side web requests is only possible over SSL connections.
- string
- Specify an alternative domain for cookies set by Dynatrace. Keep in mind that your browser may not allow placement of cookies on certain domains (for example, top-level domains). Before typing a domain name here, confirm that the domain will accept cookies from your browser. For details, see the list of forbidden top-level domains.
- application_
id str - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- str
- Possible Values:
LAX
,NONE
,NOTSET
,STRICT
- bool
- If your application is only accessible via SSL, you can add the Secure attribute to all cookies set by Dynatrace. This setting prevents the display of warnings from PCI-compliance security scanners. Be aware that with this setting enabled Dynatrace correlation of user actions with server-side web requests is only possible over SSL connections.
- str
- Specify an alternative domain for cookies set by Dynatrace. Keep in mind that your browser may not allow placement of cookies on certain domains (for example, top-level domains). Before typing a domain name here, confirm that the domain will accept cookies from your browser. For details, see the list of forbidden top-level domains.
- application
Id String - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- String
- Possible Values:
LAX
,NONE
,NOTSET
,STRICT
- Boolean
- If your application is only accessible via SSL, you can add the Secure attribute to all cookies set by Dynatrace. This setting prevents the display of warnings from PCI-compliance security scanners. Be aware that with this setting enabled Dynatrace correlation of user actions with server-side web requests is only possible over SSL connections.
- String
- Specify an alternative domain for cookies set by Dynatrace. Keep in mind that your browser may not allow placement of cookies on certain domains (for example, top-level domains). Before typing a domain name here, confirm that the domain will accept cookies from your browser. For details, see the list of forbidden top-level domains.
Outputs
All input properties are implicitly available as output properties. Additionally, the WebAppInjectionCookie 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 WebAppInjectionCookie Resource
Get an existing WebAppInjectionCookie 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?: WebAppInjectionCookieState, opts?: CustomResourceOptions): WebAppInjectionCookie
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
application_id: Optional[str] = None,
cookie_placement_domain: Optional[str] = None,
same_site_cookie_attribute: Optional[str] = None,
use_secure_cookie_attribute: Optional[bool] = None) -> WebAppInjectionCookie
func GetWebAppInjectionCookie(ctx *Context, name string, id IDInput, state *WebAppInjectionCookieState, opts ...ResourceOption) (*WebAppInjectionCookie, error)
public static WebAppInjectionCookie Get(string name, Input<string> id, WebAppInjectionCookieState? state, CustomResourceOptions? opts = null)
public static WebAppInjectionCookie get(String name, Output<String> id, WebAppInjectionCookieState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Application
Id string - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- string
- Specify an alternative domain for cookies set by Dynatrace. Keep in mind that your browser may not allow placement of cookies on certain domains (for example, top-level domains). Before typing a domain name here, confirm that the domain will accept cookies from your browser. For details, see the list of forbidden top-level domains.
- string
- Possible Values:
LAX
,NONE
,NOTSET
,STRICT
- bool
- If your application is only accessible via SSL, you can add the Secure attribute to all cookies set by Dynatrace. This setting prevents the display of warnings from PCI-compliance security scanners. Be aware that with this setting enabled Dynatrace correlation of user actions with server-side web requests is only possible over SSL connections.
- Application
Id string - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- string
- Specify an alternative domain for cookies set by Dynatrace. Keep in mind that your browser may not allow placement of cookies on certain domains (for example, top-level domains). Before typing a domain name here, confirm that the domain will accept cookies from your browser. For details, see the list of forbidden top-level domains.
- string
- Possible Values:
LAX
,NONE
,NOTSET
,STRICT
- bool
- If your application is only accessible via SSL, you can add the Secure attribute to all cookies set by Dynatrace. This setting prevents the display of warnings from PCI-compliance security scanners. Be aware that with this setting enabled Dynatrace correlation of user actions with server-side web requests is only possible over SSL connections.
- application
Id String - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- String
- Specify an alternative domain for cookies set by Dynatrace. Keep in mind that your browser may not allow placement of cookies on certain domains (for example, top-level domains). Before typing a domain name here, confirm that the domain will accept cookies from your browser. For details, see the list of forbidden top-level domains.
- String
- Possible Values:
LAX
,NONE
,NOTSET
,STRICT
- Boolean
- If your application is only accessible via SSL, you can add the Secure attribute to all cookies set by Dynatrace. This setting prevents the display of warnings from PCI-compliance security scanners. Be aware that with this setting enabled Dynatrace correlation of user actions with server-side web requests is only possible over SSL connections.
- application
Id string - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- string
- Specify an alternative domain for cookies set by Dynatrace. Keep in mind that your browser may not allow placement of cookies on certain domains (for example, top-level domains). Before typing a domain name here, confirm that the domain will accept cookies from your browser. For details, see the list of forbidden top-level domains.
- string
- Possible Values:
LAX
,NONE
,NOTSET
,STRICT
- boolean
- If your application is only accessible via SSL, you can add the Secure attribute to all cookies set by Dynatrace. This setting prevents the display of warnings from PCI-compliance security scanners. Be aware that with this setting enabled Dynatrace correlation of user actions with server-side web requests is only possible over SSL connections.
- application_
id str - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- str
- Specify an alternative domain for cookies set by Dynatrace. Keep in mind that your browser may not allow placement of cookies on certain domains (for example, top-level domains). Before typing a domain name here, confirm that the domain will accept cookies from your browser. For details, see the list of forbidden top-level domains.
- str
- Possible Values:
LAX
,NONE
,NOTSET
,STRICT
- bool
- If your application is only accessible via SSL, you can add the Secure attribute to all cookies set by Dynatrace. This setting prevents the display of warnings from PCI-compliance security scanners. Be aware that with this setting enabled Dynatrace correlation of user actions with server-side web requests is only possible over SSL connections.
- application
Id String - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- String
- Specify an alternative domain for cookies set by Dynatrace. Keep in mind that your browser may not allow placement of cookies on certain domains (for example, top-level domains). Before typing a domain name here, confirm that the domain will accept cookies from your browser. For details, see the list of forbidden top-level domains.
- String
- Possible Values:
LAX
,NONE
,NOTSET
,STRICT
- Boolean
- If your application is only accessible via SSL, you can add the Secure attribute to all cookies set by Dynatrace. This setting prevents the display of warnings from PCI-compliance security scanners. Be aware that with this setting enabled Dynatrace correlation of user actions with server-side web requests is only possible over SSL connections.
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.