1. Packages
  2. Dynatrace
  3. API Docs
  4. BusinessEventsBuckets
Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse

dynatrace.BusinessEventsBuckets

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse

    Create BusinessEventsBuckets Resource

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

    Constructor syntax

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

    Example

    The following reference example uses placeholder values for all input properties.

    var businessEventsBucketsResource = new Dynatrace.BusinessEventsBuckets("businessEventsBucketsResource", new()
    {
        BucketName = "string",
        Enabled = false,
        Matcher = "string",
        RuleName = "string",
        InsertAfter = "string",
    });
    
    example, err := dynatrace.NewBusinessEventsBuckets(ctx, "businessEventsBucketsResource", &dynatrace.BusinessEventsBucketsArgs{
    	BucketName:  pulumi.String("string"),
    	Enabled:     pulumi.Bool(false),
    	Matcher:     pulumi.String("string"),
    	RuleName:    pulumi.String("string"),
    	InsertAfter: pulumi.String("string"),
    })
    
    var businessEventsBucketsResource = new BusinessEventsBuckets("businessEventsBucketsResource", BusinessEventsBucketsArgs.builder()
        .bucketName("string")
        .enabled(false)
        .matcher("string")
        .ruleName("string")
        .insertAfter("string")
        .build());
    
    business_events_buckets_resource = dynatrace.BusinessEventsBuckets("businessEventsBucketsResource",
        bucket_name="string",
        enabled=False,
        matcher="string",
        rule_name="string",
        insert_after="string")
    
    const businessEventsBucketsResource = new dynatrace.BusinessEventsBuckets("businessEventsBucketsResource", {
        bucketName: "string",
        enabled: false,
        matcher: "string",
        ruleName: "string",
        insertAfter: "string",
    });
    
    type: dynatrace:BusinessEventsBuckets
    properties:
        bucketName: string
        enabled: false
        insertAfter: string
        matcher: string
        ruleName: string
    

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

    BucketName string
    Events will be stored in the selected bucket. Analyze bucket contents in the log & event viewer.
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Matcher string
    See our documentation
    RuleName string
    Rule name
    InsertAfter 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
    BucketName string
    Events will be stored in the selected bucket. Analyze bucket contents in the log & event viewer.
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Matcher string
    See our documentation
    RuleName string
    Rule name
    InsertAfter 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
    bucketName String
    Events will be stored in the selected bucket. Analyze bucket contents in the log & event viewer.
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    matcher String
    See our documentation
    ruleName String
    Rule name
    insertAfter 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
    bucketName string
    Events will be stored in the selected bucket. Analyze bucket contents in the log & event viewer.
    enabled boolean
    This setting is enabled (true) or disabled (false)
    matcher string
    See our documentation
    ruleName string
    Rule name
    insertAfter 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
    bucket_name str
    Events will be stored in the selected bucket. Analyze bucket contents in the log & event viewer.
    enabled bool
    This setting is enabled (true) or disabled (false)
    matcher str
    See our documentation
    rule_name str
    Rule name
    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
    bucketName String
    Events will be stored in the selected bucket. Analyze bucket contents in the log & event viewer.
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    matcher String
    See our documentation
    ruleName String
    Rule name
    insertAfter 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

    Outputs

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

    Get an existing BusinessEventsBuckets 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?: BusinessEventsBucketsState, opts?: CustomResourceOptions): BusinessEventsBuckets
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            bucket_name: Optional[str] = None,
            enabled: Optional[bool] = None,
            insert_after: Optional[str] = None,
            matcher: Optional[str] = None,
            rule_name: Optional[str] = None) -> BusinessEventsBuckets
    func GetBusinessEventsBuckets(ctx *Context, name string, id IDInput, state *BusinessEventsBucketsState, opts ...ResourceOption) (*BusinessEventsBuckets, error)
    public static BusinessEventsBuckets Get(string name, Input<string> id, BusinessEventsBucketsState? state, CustomResourceOptions? opts = null)
    public static BusinessEventsBuckets get(String name, Output<String> id, BusinessEventsBucketsState 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:
    BucketName string
    Events will be stored in the selected bucket. Analyze bucket contents in the log & event viewer.
    Enabled bool
    This setting is enabled (true) or disabled (false)
    InsertAfter 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
    Matcher string
    See our documentation
    RuleName string
    Rule name
    BucketName string
    Events will be stored in the selected bucket. Analyze bucket contents in the log & event viewer.
    Enabled bool
    This setting is enabled (true) or disabled (false)
    InsertAfter 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
    Matcher string
    See our documentation
    RuleName string
    Rule name
    bucketName String
    Events will be stored in the selected bucket. Analyze bucket contents in the log & event viewer.
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    insertAfter 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
    matcher String
    See our documentation
    ruleName String
    Rule name
    bucketName string
    Events will be stored in the selected bucket. Analyze bucket contents in the log & event viewer.
    enabled boolean
    This setting is enabled (true) or disabled (false)
    insertAfter 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
    matcher string
    See our documentation
    ruleName string
    Rule name
    bucket_name str
    Events will be stored in the selected bucket. Analyze bucket contents in the log & event viewer.
    enabled bool
    This setting is enabled (true) or disabled (false)
    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
    matcher str
    See our documentation
    rule_name str
    Rule name
    bucketName String
    Events will be stored in the selected bucket. Analyze bucket contents in the log & event viewer.
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    insertAfter 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
    matcher String
    See our documentation
    ruleName String
    Rule name

    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.10.0 published on Friday, Jun 7, 2024 by Pulumiverse