1. Packages
  2. Dynatrace
  3. API Docs
  4. BusinessEventsOneagent
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

dynatrace.BusinessEventsOneagent

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

    Create BusinessEventsOneagent Resource

    new BusinessEventsOneagent(name: string, args: BusinessEventsOneagentArgs, opts?: CustomResourceOptions);
    @overload
    def BusinessEventsOneagent(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               enabled: Optional[bool] = None,
                               event: Optional[BusinessEventsOneagentEventArgs] = None,
                               rule_name: Optional[str] = None,
                               scope: Optional[str] = None,
                               triggers: Optional[BusinessEventsOneagentTriggersArgs] = None)
    @overload
    def BusinessEventsOneagent(resource_name: str,
                               args: BusinessEventsOneagentArgs,
                               opts: Optional[ResourceOptions] = None)
    func NewBusinessEventsOneagent(ctx *Context, name string, args BusinessEventsOneagentArgs, opts ...ResourceOption) (*BusinessEventsOneagent, error)
    public BusinessEventsOneagent(string name, BusinessEventsOneagentArgs args, CustomResourceOptions? opts = null)
    public BusinessEventsOneagent(String name, BusinessEventsOneagentArgs args)
    public BusinessEventsOneagent(String name, BusinessEventsOneagentArgs args, CustomResourceOptions options)
    
    type: dynatrace:BusinessEventsOneagent
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args BusinessEventsOneagentArgs
    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 BusinessEventsOneagentArgs
    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 BusinessEventsOneagentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args BusinessEventsOneagentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args BusinessEventsOneagentArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    BusinessEventsOneagent Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The BusinessEventsOneagent resource accepts the following input properties:

    Enabled bool
    This setting is enabled (true) or disabled (false)
    Event Lbrlabs.PulumiPackage.Dynatrace.Inputs.BusinessEventsOneagentEvent
    Event meta data
    RuleName string
    Rule name
    Triggers Lbrlabs.PulumiPackage.Dynatrace.Inputs.BusinessEventsOneagentTriggers
    Define conditions to trigger business events from incoming web requests. Whenever one condition applies the event gets captured.
    Scope string
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Event BusinessEventsOneagentEventArgs
    Event meta data
    RuleName string
    Rule name
    Triggers BusinessEventsOneagentTriggersArgs
    Define conditions to trigger business events from incoming web requests. Whenever one condition applies the event gets captured.
    Scope string
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    event BusinessEventsOneagentEvent
    Event meta data
    ruleName String
    Rule name
    triggers BusinessEventsOneagentTriggers
    Define conditions to trigger business events from incoming web requests. Whenever one condition applies the event gets captured.
    scope String
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    enabled boolean
    This setting is enabled (true) or disabled (false)
    event BusinessEventsOneagentEvent
    Event meta data
    ruleName string
    Rule name
    triggers BusinessEventsOneagentTriggers
    Define conditions to trigger business events from incoming web requests. Whenever one condition applies the event gets captured.
    scope string
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    enabled bool
    This setting is enabled (true) or disabled (false)
    event BusinessEventsOneagentEventArgs
    Event meta data
    rule_name str
    Rule name
    triggers BusinessEventsOneagentTriggersArgs
    Define conditions to trigger business events from incoming web requests. Whenever one condition applies the event gets captured.
    scope str
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    event Property Map
    Event meta data
    ruleName String
    Rule name
    triggers Property Map
    Define conditions to trigger business events from incoming web requests. Whenever one condition applies the event gets captured.
    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 BusinessEventsOneagent 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 BusinessEventsOneagent Resource

    Get an existing BusinessEventsOneagent 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?: BusinessEventsOneagentState, opts?: CustomResourceOptions): BusinessEventsOneagent
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            enabled: Optional[bool] = None,
            event: Optional[BusinessEventsOneagentEventArgs] = None,
            rule_name: Optional[str] = None,
            scope: Optional[str] = None,
            triggers: Optional[BusinessEventsOneagentTriggersArgs] = None) -> BusinessEventsOneagent
    func GetBusinessEventsOneagent(ctx *Context, name string, id IDInput, state *BusinessEventsOneagentState, opts ...ResourceOption) (*BusinessEventsOneagent, error)
    public static BusinessEventsOneagent Get(string name, Input<string> id, BusinessEventsOneagentState? state, CustomResourceOptions? opts = null)
    public static BusinessEventsOneagent get(String name, Output<String> id, BusinessEventsOneagentState 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.
    The following state arguments are supported:
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Event Lbrlabs.PulumiPackage.Dynatrace.Inputs.BusinessEventsOneagentEvent
    Event meta data
    RuleName string
    Rule name
    Scope string
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    Triggers Lbrlabs.PulumiPackage.Dynatrace.Inputs.BusinessEventsOneagentTriggers
    Define conditions to trigger business events from incoming web requests. Whenever one condition applies the event gets captured.
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Event BusinessEventsOneagentEventArgs
    Event meta data
    RuleName string
    Rule name
    Scope string
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    Triggers BusinessEventsOneagentTriggersArgs
    Define conditions to trigger business events from incoming web requests. Whenever one condition applies the event gets captured.
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    event BusinessEventsOneagentEvent
    Event meta data
    ruleName String
    Rule name
    scope String
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    triggers BusinessEventsOneagentTriggers
    Define conditions to trigger business events from incoming web requests. Whenever one condition applies the event gets captured.
    enabled boolean
    This setting is enabled (true) or disabled (false)
    event BusinessEventsOneagentEvent
    Event meta data
    ruleName string
    Rule name
    scope string
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    triggers BusinessEventsOneagentTriggers
    Define conditions to trigger business events from incoming web requests. Whenever one condition applies the event gets captured.
    enabled bool
    This setting is enabled (true) or disabled (false)
    event BusinessEventsOneagentEventArgs
    Event meta data
    rule_name str
    Rule name
    scope str
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    triggers BusinessEventsOneagentTriggersArgs
    Define conditions to trigger business events from incoming web requests. Whenever one condition applies the event gets captured.
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    event Property Map
    Event meta data
    ruleName String
    Rule name
    scope String
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    triggers Property Map
    Define conditions to trigger business events from incoming web requests. Whenever one condition applies the event gets captured.

    Supporting Types

    BusinessEventsOneagentEvent, BusinessEventsOneagentEventArgs

    category Property Map
    Event category
    provider Property Map
    Event provider
    type Property Map
    Event type
    data Property Map
    Additional attributes for the business event.

    BusinessEventsOneagentEventCategory, BusinessEventsOneagentEventCategoryArgs

    SourceType string
    Path string
    Source string
    SourceType string
    Path string
    Source string
    sourceType String
    path String
    source String
    sourceType string
    path string
    source string
    sourceType String
    path String
    source String

    BusinessEventsOneagentEventData, BusinessEventsOneagentEventDataArgs

    BusinessEventsOneagentEventDataEventDataFieldComplex, BusinessEventsOneagentEventDataEventDataFieldComplexArgs

    BusinessEventsOneagentEventDataEventDataFieldComplexSource, BusinessEventsOneagentEventDataEventDataFieldComplexSourceArgs

    SourceType string
    Path string
    Source string
    SourceType string
    Path string
    Source string
    sourceType String
    path String
    source String
    sourceType string
    path string
    source string
    sourceType String
    path String
    source String

    BusinessEventsOneagentEventProvider, BusinessEventsOneagentEventProviderArgs

    SourceType string
    Path string
    Source string
    SourceType string
    Path string
    Source string
    sourceType String
    path String
    source String
    sourceType string
    path string
    source string
    sourceType String
    path String
    source String

    BusinessEventsOneagentEventType, BusinessEventsOneagentEventTypeArgs

    SourceType string
    Path string
    Source string
    SourceType string
    Path string
    Source string
    sourceType String
    path String
    source String
    sourceType string
    path string
    source string
    sourceType String
    path String
    source String

    BusinessEventsOneagentTriggers, BusinessEventsOneagentTriggersArgs

    BusinessEventsOneagentTriggersTrigger, BusinessEventsOneagentTriggersTriggerArgs

    BusinessEventsOneagentTriggersTriggerSource, BusinessEventsOneagentTriggersTriggerSourceArgs

    DataSource string
    Path string
    DataSource string
    Path string
    dataSource String
    path String
    dataSource string
    path string
    dataSource String
    path String

    Package Details

    Repository
    dynatrace lbrlabs/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs