dynatrace logo
Dynatrace v0.0.2, Nov 1 22

dynatrace.IbmMqFilters

Create IbmMqFilters Resource

new IbmMqFilters(name: string, args?: IbmMqFiltersArgs, opts?: CustomResourceOptions);
@overload
def IbmMqFilters(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 cics_mq_queue_id_excludes: Optional[Sequence[str]] = None,
                 cics_mq_queue_id_includes: Optional[Sequence[str]] = None,
                 ims_cr_trn_id_excludes: Optional[Sequence[str]] = None,
                 ims_cr_trn_id_includes: Optional[Sequence[str]] = None,
                 ims_mq_queue_id_excludes: Optional[Sequence[str]] = None,
                 ims_mq_queue_id_includes: Optional[Sequence[str]] = None)
@overload
def IbmMqFilters(resource_name: str,
                 args: Optional[IbmMqFiltersArgs] = None,
                 opts: Optional[ResourceOptions] = None)
func NewIbmMqFilters(ctx *Context, name string, args *IbmMqFiltersArgs, opts ...ResourceOption) (*IbmMqFilters, error)
public IbmMqFilters(string name, IbmMqFiltersArgs? args = null, CustomResourceOptions? opts = null)
public IbmMqFilters(String name, IbmMqFiltersArgs args)
public IbmMqFilters(String name, IbmMqFiltersArgs args, CustomResourceOptions options)
type: dynatrace:IbmMqFilters
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args IbmMqFiltersArgs
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 IbmMqFiltersArgs
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 IbmMqFiltersArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args IbmMqFiltersArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args IbmMqFiltersArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

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

CicsMqQueueIdExcludes List<string>

CICS: Excluded MQ queues

CicsMqQueueIdIncludes List<string>

CICS: Included MQ queues

ImsCrTrnIdExcludes List<string>

IMS bridge: Excluded transaction IDs

ImsCrTrnIdIncludes List<string>

IMS bridge: Included transaction IDs

ImsMqQueueIdExcludes List<string>

IMS: Excluded MQ queues

ImsMqQueueIdIncludes List<string>

IMS: Included MQ queues

CicsMqQueueIdExcludes []string

CICS: Excluded MQ queues

CicsMqQueueIdIncludes []string

CICS: Included MQ queues

ImsCrTrnIdExcludes []string

IMS bridge: Excluded transaction IDs

ImsCrTrnIdIncludes []string

IMS bridge: Included transaction IDs

ImsMqQueueIdExcludes []string

IMS: Excluded MQ queues

ImsMqQueueIdIncludes []string

IMS: Included MQ queues

cicsMqQueueIdExcludes List<String>

CICS: Excluded MQ queues

cicsMqQueueIdIncludes List<String>

CICS: Included MQ queues

imsCrTrnIdExcludes List<String>

IMS bridge: Excluded transaction IDs

imsCrTrnIdIncludes List<String>

IMS bridge: Included transaction IDs

imsMqQueueIdExcludes List<String>

IMS: Excluded MQ queues

imsMqQueueIdIncludes List<String>

IMS: Included MQ queues

cicsMqQueueIdExcludes string[]

CICS: Excluded MQ queues

cicsMqQueueIdIncludes string[]

CICS: Included MQ queues

imsCrTrnIdExcludes string[]

IMS bridge: Excluded transaction IDs

imsCrTrnIdIncludes string[]

IMS bridge: Included transaction IDs

imsMqQueueIdExcludes string[]

IMS: Excluded MQ queues

imsMqQueueIdIncludes string[]

IMS: Included MQ queues

cics_mq_queue_id_excludes Sequence[str]

CICS: Excluded MQ queues

cics_mq_queue_id_includes Sequence[str]

CICS: Included MQ queues

ims_cr_trn_id_excludes Sequence[str]

IMS bridge: Excluded transaction IDs

ims_cr_trn_id_includes Sequence[str]

IMS bridge: Included transaction IDs

ims_mq_queue_id_excludes Sequence[str]

IMS: Excluded MQ queues

ims_mq_queue_id_includes Sequence[str]

IMS: Included MQ queues

cicsMqQueueIdExcludes List<String>

CICS: Excluded MQ queues

cicsMqQueueIdIncludes List<String>

CICS: Included MQ queues

imsCrTrnIdExcludes List<String>

IMS bridge: Excluded transaction IDs

imsCrTrnIdIncludes List<String>

IMS bridge: Included transaction IDs

imsMqQueueIdExcludes List<String>

IMS: Excluded MQ queues

imsMqQueueIdIncludes List<String>

IMS: Included MQ queues

Outputs

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

Get an existing IbmMqFilters 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?: IbmMqFiltersState, opts?: CustomResourceOptions): IbmMqFilters
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        cics_mq_queue_id_excludes: Optional[Sequence[str]] = None,
        cics_mq_queue_id_includes: Optional[Sequence[str]] = None,
        ims_cr_trn_id_excludes: Optional[Sequence[str]] = None,
        ims_cr_trn_id_includes: Optional[Sequence[str]] = None,
        ims_mq_queue_id_excludes: Optional[Sequence[str]] = None,
        ims_mq_queue_id_includes: Optional[Sequence[str]] = None) -> IbmMqFilters
func GetIbmMqFilters(ctx *Context, name string, id IDInput, state *IbmMqFiltersState, opts ...ResourceOption) (*IbmMqFilters, error)
public static IbmMqFilters Get(string name, Input<string> id, IbmMqFiltersState? state, CustomResourceOptions? opts = null)
public static IbmMqFilters get(String name, Output<String> id, IbmMqFiltersState 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:
CicsMqQueueIdExcludes List<string>

CICS: Excluded MQ queues

CicsMqQueueIdIncludes List<string>

CICS: Included MQ queues

ImsCrTrnIdExcludes List<string>

IMS bridge: Excluded transaction IDs

ImsCrTrnIdIncludes List<string>

IMS bridge: Included transaction IDs

ImsMqQueueIdExcludes List<string>

IMS: Excluded MQ queues

ImsMqQueueIdIncludes List<string>

IMS: Included MQ queues

CicsMqQueueIdExcludes []string

CICS: Excluded MQ queues

CicsMqQueueIdIncludes []string

CICS: Included MQ queues

ImsCrTrnIdExcludes []string

IMS bridge: Excluded transaction IDs

ImsCrTrnIdIncludes []string

IMS bridge: Included transaction IDs

ImsMqQueueIdExcludes []string

IMS: Excluded MQ queues

ImsMqQueueIdIncludes []string

IMS: Included MQ queues

cicsMqQueueIdExcludes List<String>

CICS: Excluded MQ queues

cicsMqQueueIdIncludes List<String>

CICS: Included MQ queues

imsCrTrnIdExcludes List<String>

IMS bridge: Excluded transaction IDs

imsCrTrnIdIncludes List<String>

IMS bridge: Included transaction IDs

imsMqQueueIdExcludes List<String>

IMS: Excluded MQ queues

imsMqQueueIdIncludes List<String>

IMS: Included MQ queues

cicsMqQueueIdExcludes string[]

CICS: Excluded MQ queues

cicsMqQueueIdIncludes string[]

CICS: Included MQ queues

imsCrTrnIdExcludes string[]

IMS bridge: Excluded transaction IDs

imsCrTrnIdIncludes string[]

IMS bridge: Included transaction IDs

imsMqQueueIdExcludes string[]

IMS: Excluded MQ queues

imsMqQueueIdIncludes string[]

IMS: Included MQ queues

cics_mq_queue_id_excludes Sequence[str]

CICS: Excluded MQ queues

cics_mq_queue_id_includes Sequence[str]

CICS: Included MQ queues

ims_cr_trn_id_excludes Sequence[str]

IMS bridge: Excluded transaction IDs

ims_cr_trn_id_includes Sequence[str]

IMS bridge: Included transaction IDs

ims_mq_queue_id_excludes Sequence[str]

IMS: Excluded MQ queues

ims_mq_queue_id_includes Sequence[str]

IMS: Included MQ queues

cicsMqQueueIdExcludes List<String>

CICS: Excluded MQ queues

cicsMqQueueIdIncludes List<String>

CICS: Included MQ queues

imsCrTrnIdExcludes List<String>

IMS bridge: Excluded transaction IDs

imsCrTrnIdIncludes List<String>

IMS bridge: Included transaction IDs

imsMqQueueIdExcludes List<String>

IMS: Excluded MQ queues

imsMqQueueIdIncludes List<String>

IMS: Included MQ queues

Package Details

Repository
dynatrace lbrlabs/pulumi-dynatrace
License
Apache-2.0
Notes

This Pulumi package is based on the dynatrace Terraform Provider.