Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse
dynatrace.TransactionStartFilters
Explore with Pulumi AI
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.
Constructor 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:
- Cics
Terminal List<string>Transaction Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- Cics
Transaction List<string>Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- Ims
Terminal List<string>Transaction Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- Ims
Transaction List<string>Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- Cics
Terminal []stringTransaction Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- Cics
Transaction []stringIds - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- Ims
Terminal []stringTransaction Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- Ims
Transaction []stringIds - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- cics
Terminal List<String>Transaction Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- cics
Transaction List<String>Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- ims
Terminal List<String>Transaction Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- ims
Transaction List<String>Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- cics
Terminal string[]Transaction Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- cics
Transaction string[]Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- ims
Terminal string[]Transaction Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- ims
Transaction string[]Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- cics_
terminal_ Sequence[str]transaction_ ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- cics_
transaction_ Sequence[str]ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- ims_
terminal_ Sequence[str]transaction_ ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- ims_
transaction_ Sequence[str]ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- cics
Terminal List<String>Transaction Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- cics
Transaction List<String>Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- ims
Terminal List<String>Transaction Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- ims
Transaction List<String>Ids - 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.
- Cics
Terminal List<string>Transaction Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- Cics
Transaction List<string>Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- Ims
Terminal List<string>Transaction Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- Ims
Transaction List<string>Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- Cics
Terminal []stringTransaction Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- Cics
Transaction []stringIds - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- Ims
Terminal []stringTransaction Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- Ims
Transaction []stringIds - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- cics
Terminal List<String>Transaction Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- cics
Transaction List<String>Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- ims
Terminal List<String>Transaction Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- ims
Transaction List<String>Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- cics
Terminal string[]Transaction Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- cics
Transaction string[]Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- ims
Terminal string[]Transaction Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- ims
Transaction string[]Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- cics_
terminal_ Sequence[str]transaction_ ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- cics_
transaction_ Sequence[str]ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- ims_
terminal_ Sequence[str]transaction_ ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- ims_
transaction_ Sequence[str]ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- cics
Terminal List<String>Transaction Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- cics
Transaction List<String>Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- ims
Terminal List<String>Transaction Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
- ims
Transaction List<String>Ids - You can use * as wildcard. For example use A* to trace all transaction IDs that start with A.
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.