dynatrace.BusinessEventsCapturingVariants
Explore with Pulumi AI
Create BusinessEventsCapturingVariants Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new BusinessEventsCapturingVariants(name: string, args: BusinessEventsCapturingVariantsArgs, opts?: CustomResourceOptions);
@overload
def BusinessEventsCapturingVariants(resource_name: str,
args: BusinessEventsCapturingVariantsArgs,
opts: Optional[ResourceOptions] = None)
@overload
def BusinessEventsCapturingVariants(resource_name: str,
opts: Optional[ResourceOptions] = None,
content_type_matcher: Optional[str] = None,
content_type_value: Optional[str] = None,
parser: Optional[str] = None,
insert_after: Optional[str] = None,
scope: Optional[str] = None)
func NewBusinessEventsCapturingVariants(ctx *Context, name string, args BusinessEventsCapturingVariantsArgs, opts ...ResourceOption) (*BusinessEventsCapturingVariants, error)
public BusinessEventsCapturingVariants(string name, BusinessEventsCapturingVariantsArgs args, CustomResourceOptions? opts = null)
public BusinessEventsCapturingVariants(String name, BusinessEventsCapturingVariantsArgs args)
public BusinessEventsCapturingVariants(String name, BusinessEventsCapturingVariantsArgs args, CustomResourceOptions options)
type: dynatrace:BusinessEventsCapturingVariants
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 BusinessEventsCapturingVariantsArgs
- 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 BusinessEventsCapturingVariantsArgs
- 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 BusinessEventsCapturingVariantsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args BusinessEventsCapturingVariantsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args BusinessEventsCapturingVariantsArgs
- 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 businessEventsCapturingVariantsResource = new Dynatrace.BusinessEventsCapturingVariants("businessEventsCapturingVariantsResource", new()
{
ContentTypeMatcher = "string",
ContentTypeValue = "string",
Parser = "string",
InsertAfter = "string",
Scope = "string",
});
example, err := dynatrace.NewBusinessEventsCapturingVariants(ctx, "businessEventsCapturingVariantsResource", &dynatrace.BusinessEventsCapturingVariantsArgs{
ContentTypeMatcher: pulumi.String("string"),
ContentTypeValue: pulumi.String("string"),
Parser: pulumi.String("string"),
InsertAfter: pulumi.String("string"),
Scope: pulumi.String("string"),
})
var businessEventsCapturingVariantsResource = new BusinessEventsCapturingVariants("businessEventsCapturingVariantsResource", BusinessEventsCapturingVariantsArgs.builder()
.contentTypeMatcher("string")
.contentTypeValue("string")
.parser("string")
.insertAfter("string")
.scope("string")
.build());
business_events_capturing_variants_resource = dynatrace.BusinessEventsCapturingVariants("businessEventsCapturingVariantsResource",
content_type_matcher="string",
content_type_value="string",
parser="string",
insert_after="string",
scope="string")
const businessEventsCapturingVariantsResource = new dynatrace.BusinessEventsCapturingVariants("businessEventsCapturingVariantsResource", {
contentTypeMatcher: "string",
contentTypeValue: "string",
parser: "string",
insertAfter: "string",
scope: "string",
});
type: dynatrace:BusinessEventsCapturingVariants
properties:
contentTypeMatcher: string
contentTypeValue: string
insertAfter: string
parser: string
scope: string
BusinessEventsCapturingVariants 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 BusinessEventsCapturingVariants resource accepts the following input properties:
- Content
Type stringMatcher - Possible Values:
CONTAINS
,ENDS_WITH
,EQUALS
,STARTS_WITH
- Content
Type stringValue - Content-type match value
- Parser string
- Possible Values:
JSON
,Raw
,Text
,URLencoded
,XML
- Insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- Scope string
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- Content
Type stringMatcher - Possible Values:
CONTAINS
,ENDS_WITH
,EQUALS
,STARTS_WITH
- Content
Type stringValue - Content-type match value
- Parser string
- Possible Values:
JSON
,Raw
,Text
,URLencoded
,XML
- Insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- Scope string
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- content
Type StringMatcher - Possible Values:
CONTAINS
,ENDS_WITH
,EQUALS
,STARTS_WITH
- content
Type StringValue - Content-type match value
- parser String
- Possible Values:
JSON
,Raw
,Text
,URLencoded
,XML
- insert
After String - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- scope String
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- content
Type stringMatcher - Possible Values:
CONTAINS
,ENDS_WITH
,EQUALS
,STARTS_WITH
- content
Type stringValue - Content-type match value
- parser string
- Possible Values:
JSON
,Raw
,Text
,URLencoded
,XML
- insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- scope string
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- content_
type_ strmatcher - Possible Values:
CONTAINS
,ENDS_WITH
,EQUALS
,STARTS_WITH
- content_
type_ strvalue - Content-type match value
- parser str
- Possible Values:
JSON
,Raw
,Text
,URLencoded
,XML
- insert_
after str - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- scope str
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- content
Type StringMatcher - Possible Values:
CONTAINS
,ENDS_WITH
,EQUALS
,STARTS_WITH
- content
Type StringValue - Content-type match value
- parser String
- Possible Values:
JSON
,Raw
,Text
,URLencoded
,XML
- insert
After String - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- scope String
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
Outputs
All input properties are implicitly available as output properties. Additionally, the BusinessEventsCapturingVariants 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 BusinessEventsCapturingVariants Resource
Get an existing BusinessEventsCapturingVariants 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?: BusinessEventsCapturingVariantsState, opts?: CustomResourceOptions): BusinessEventsCapturingVariants
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
content_type_matcher: Optional[str] = None,
content_type_value: Optional[str] = None,
insert_after: Optional[str] = None,
parser: Optional[str] = None,
scope: Optional[str] = None) -> BusinessEventsCapturingVariants
func GetBusinessEventsCapturingVariants(ctx *Context, name string, id IDInput, state *BusinessEventsCapturingVariantsState, opts ...ResourceOption) (*BusinessEventsCapturingVariants, error)
public static BusinessEventsCapturingVariants Get(string name, Input<string> id, BusinessEventsCapturingVariantsState? state, CustomResourceOptions? opts = null)
public static BusinessEventsCapturingVariants get(String name, Output<String> id, BusinessEventsCapturingVariantsState state, CustomResourceOptions options)
resources: _: type: dynatrace:BusinessEventsCapturingVariants 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.
- Content
Type stringMatcher - Possible Values:
CONTAINS
,ENDS_WITH
,EQUALS
,STARTS_WITH
- Content
Type stringValue - Content-type match value
- Insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- Parser string
- Possible Values:
JSON
,Raw
,Text
,URLencoded
,XML
- Scope string
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- Content
Type stringMatcher - Possible Values:
CONTAINS
,ENDS_WITH
,EQUALS
,STARTS_WITH
- Content
Type stringValue - Content-type match value
- Insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- Parser string
- Possible Values:
JSON
,Raw
,Text
,URLencoded
,XML
- Scope string
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- content
Type StringMatcher - Possible Values:
CONTAINS
,ENDS_WITH
,EQUALS
,STARTS_WITH
- content
Type StringValue - Content-type match value
- insert
After String - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- parser String
- Possible Values:
JSON
,Raw
,Text
,URLencoded
,XML
- scope String
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- content
Type stringMatcher - Possible Values:
CONTAINS
,ENDS_WITH
,EQUALS
,STARTS_WITH
- content
Type stringValue - Content-type match value
- insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- parser string
- Possible Values:
JSON
,Raw
,Text
,URLencoded
,XML
- scope string
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- content_
type_ strmatcher - Possible Values:
CONTAINS
,ENDS_WITH
,EQUALS
,STARTS_WITH
- content_
type_ strvalue - Content-type match value
- insert_
after str - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- parser str
- Possible Values:
JSON
,Raw
,Text
,URLencoded
,XML
- scope str
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- content
Type StringMatcher - Possible Values:
CONTAINS
,ENDS_WITH
,EQUALS
,STARTS_WITH
- content
Type StringValue - Content-type match value
- insert
After String - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- parser String
- Possible Values:
JSON
,Raw
,Text
,URLencoded
,XML
- scope String
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.