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

dynatrace.TransactionStartFilters

Explore with Pulumi AI

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

    Create TransactionStartFilters Resource

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

    Constructor syntax

    new TransactionStartFilters(name: string, args?: TransactionStartFiltersArgs, opts?: CustomResourceOptions);
    @overload
    def TransactionStartFilters(resource_name: str,
                                args: Optional[TransactionStartFiltersArgs] = None,
                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def TransactionStartFilters(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                cics_terminal_transaction_ids: Optional[Sequence[str]] = None,
                                cics_transaction_ids: Optional[Sequence[str]] = None,
                                ims_terminal_transaction_ids: Optional[Sequence[str]] = None,
                                ims_transaction_ids: Optional[Sequence[str]] = None)
    func NewTransactionStartFilters(ctx *Context, name string, args *TransactionStartFiltersArgs, opts ...ResourceOption) (*TransactionStartFilters, error)
    public TransactionStartFilters(string name, TransactionStartFiltersArgs? args = null, CustomResourceOptions? opts = null)
    public TransactionStartFilters(String name, TransactionStartFiltersArgs args)
    public TransactionStartFilters(String name, TransactionStartFiltersArgs args, CustomResourceOptions options)
    
    type: dynatrace:TransactionStartFilters
    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 TransactionStartFiltersArgs
    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 TransactionStartFiltersArgs
    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 TransactionStartFiltersArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TransactionStartFiltersArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TransactionStartFiltersArgs
    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 transactionStartFiltersResource = new Dynatrace.TransactionStartFilters("transactionStartFiltersResource", new()
    {
        CicsTerminalTransactionIds = new[]
        {
            "string",
        },
        CicsTransactionIds = new[]
        {
            "string",
        },
        ImsTerminalTransactionIds = new[]
        {
            "string",
        },
        ImsTransactionIds = new[]
        {
            "string",
        },
    });
    
    example, err := dynatrace.NewTransactionStartFilters(ctx, "transactionStartFiltersResource", &dynatrace.TransactionStartFiltersArgs{
    	CicsTerminalTransactionIds: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	CicsTransactionIds: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	ImsTerminalTransactionIds: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	ImsTransactionIds: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    })
    
    var transactionStartFiltersResource = new TransactionStartFilters("transactionStartFiltersResource", TransactionStartFiltersArgs.builder()        
        .cicsTerminalTransactionIds("string")
        .cicsTransactionIds("string")
        .imsTerminalTransactionIds("string")
        .imsTransactionIds("string")
        .build());
    
    transaction_start_filters_resource = dynatrace.TransactionStartFilters("transactionStartFiltersResource",
        cics_terminal_transaction_ids=["string"],
        cics_transaction_ids=["string"],
        ims_terminal_transaction_ids=["string"],
        ims_transaction_ids=["string"])
    
    const transactionStartFiltersResource = new dynatrace.TransactionStartFilters("transactionStartFiltersResource", {
        cicsTerminalTransactionIds: ["string"],
        cicsTransactionIds: ["string"],
        imsTerminalTransactionIds: ["string"],
        imsTransactionIds: ["string"],
    });
    
    type: dynatrace:TransactionStartFilters
    properties:
        cicsTerminalTransactionIds:
            - string
        cicsTransactionIds:
            - string
        imsTerminalTransactionIds:
            - string
        imsTransactionIds:
            - string
    

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

    CicsTerminalTransactionIds List<string>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    CicsTransactionIds List<string>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    ImsTerminalTransactionIds List<string>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    ImsTransactionIds List<string>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    CicsTerminalTransactionIds []string
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    CicsTransactionIds []string
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    ImsTerminalTransactionIds []string
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    ImsTransactionIds []string
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    cicsTerminalTransactionIds List<String>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    cicsTransactionIds List<String>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    imsTerminalTransactionIds List<String>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    imsTransactionIds List<String>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    cicsTerminalTransactionIds string[]
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    cicsTransactionIds string[]
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    imsTerminalTransactionIds string[]
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    imsTransactionIds string[]
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    cics_terminal_transaction_ids Sequence[str]
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    cics_transaction_ids Sequence[str]
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    ims_terminal_transaction_ids Sequence[str]
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    ims_transaction_ids Sequence[str]
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    cicsTerminalTransactionIds List<String>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    cicsTransactionIds List<String>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    imsTerminalTransactionIds List<String>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    imsTransactionIds List<String>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.

    Outputs

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

    Get an existing TransactionStartFilters 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?: TransactionStartFiltersState, opts?: CustomResourceOptions): TransactionStartFilters
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            cics_terminal_transaction_ids: Optional[Sequence[str]] = None,
            cics_transaction_ids: Optional[Sequence[str]] = None,
            ims_terminal_transaction_ids: Optional[Sequence[str]] = None,
            ims_transaction_ids: Optional[Sequence[str]] = None) -> TransactionStartFilters
    func GetTransactionStartFilters(ctx *Context, name string, id IDInput, state *TransactionStartFiltersState, opts ...ResourceOption) (*TransactionStartFilters, error)
    public static TransactionStartFilters Get(string name, Input<string> id, TransactionStartFiltersState? state, CustomResourceOptions? opts = null)
    public static TransactionStartFilters get(String name, Output<String> id, TransactionStartFiltersState 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:
    CicsTerminalTransactionIds List<string>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    CicsTransactionIds List<string>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    ImsTerminalTransactionIds List<string>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    ImsTransactionIds List<string>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    CicsTerminalTransactionIds []string
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    CicsTransactionIds []string
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    ImsTerminalTransactionIds []string
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    ImsTransactionIds []string
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    cicsTerminalTransactionIds List<String>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    cicsTransactionIds List<String>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    imsTerminalTransactionIds List<String>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    imsTransactionIds List<String>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    cicsTerminalTransactionIds string[]
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    cicsTransactionIds string[]
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    imsTerminalTransactionIds string[]
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    imsTransactionIds string[]
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    cics_terminal_transaction_ids Sequence[str]
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    cics_transaction_ids Sequence[str]
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    ims_terminal_transaction_ids Sequence[str]
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    ims_transaction_ids Sequence[str]
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    cicsTerminalTransactionIds List<String>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    cicsTransactionIds List<String>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    imsTerminalTransactionIds List<String>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
    imsTransactionIds List<String>
    You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.

    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