dynatrace logo
Dynatrace v0.0.2, Nov 1 22

dynatrace.ImsBridges

Create ImsBridges Resource

new ImsBridges(name: string, args?: ImsBridgesArgs, opts?: CustomResourceOptions);
@overload
def ImsBridges(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               name: Optional[str] = None,
               queue_managers: Optional[Sequence[ImsBridgesQueueManagerArgs]] = None)
@overload
def ImsBridges(resource_name: str,
               args: Optional[ImsBridgesArgs] = None,
               opts: Optional[ResourceOptions] = None)
func NewImsBridges(ctx *Context, name string, args *ImsBridgesArgs, opts ...ResourceOption) (*ImsBridges, error)
public ImsBridges(string name, ImsBridgesArgs? args = null, CustomResourceOptions? opts = null)
public ImsBridges(String name, ImsBridgesArgs args)
public ImsBridges(String name, ImsBridgesArgs args, CustomResourceOptions options)
type: dynatrace:ImsBridges
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

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

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

Name string

The name of the IMS bridge

QueueManagers List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ImsBridgesQueueManagerArgs>

Queue manager(s) that belong to the IMS bridge

Name string

The name of the IMS bridge

QueueManagers []ImsBridgesQueueManagerArgs

Queue manager(s) that belong to the IMS bridge

name String

The name of the IMS bridge

queueManagers List<ImsBridgesQueueManagerArgs>

Queue manager(s) that belong to the IMS bridge

name string

The name of the IMS bridge

queueManagers ImsBridgesQueueManagerArgs[]

Queue manager(s) that belong to the IMS bridge

name str

The name of the IMS bridge

queue_managers Sequence[ImsBridgesQueueManagerArgs]

Queue manager(s) that belong to the IMS bridge

name String

The name of the IMS bridge

queueManagers List<Property Map>

Queue manager(s) that belong to the IMS bridge

Outputs

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

Get an existing ImsBridges 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?: ImsBridgesState, opts?: CustomResourceOptions): ImsBridges
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        name: Optional[str] = None,
        queue_managers: Optional[Sequence[ImsBridgesQueueManagerArgs]] = None) -> ImsBridges
func GetImsBridges(ctx *Context, name string, id IDInput, state *ImsBridgesState, opts ...ResourceOption) (*ImsBridges, error)
public static ImsBridges Get(string name, Input<string> id, ImsBridgesState? state, CustomResourceOptions? opts = null)
public static ImsBridges get(String name, Output<String> id, ImsBridgesState 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:
Name string

The name of the IMS bridge

QueueManagers List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.ImsBridgesQueueManagerArgs>

Queue manager(s) that belong to the IMS bridge

Name string

The name of the IMS bridge

QueueManagers []ImsBridgesQueueManagerArgs

Queue manager(s) that belong to the IMS bridge

name String

The name of the IMS bridge

queueManagers List<ImsBridgesQueueManagerArgs>

Queue manager(s) that belong to the IMS bridge

name string

The name of the IMS bridge

queueManagers ImsBridgesQueueManagerArgs[]

Queue manager(s) that belong to the IMS bridge

name str

The name of the IMS bridge

queue_managers Sequence[ImsBridgesQueueManagerArgs]

Queue manager(s) that belong to the IMS bridge

name String

The name of the IMS bridge

queueManagers List<Property Map>

Queue manager(s) that belong to the IMS bridge

Supporting Types

ImsBridgesQueueManager

QueueManagers []ImsBridgesQueueManagerQueueManager

Queue manager definition for IMS bridge

queueManagers List<ImsBridgesQueueManagerQueueManager>

Queue manager definition for IMS bridge

queueManagers ImsBridgesQueueManagerQueueManager[]

Queue manager definition for IMS bridge

queue_managers Sequence[ImsBridgesQueueManagerQueueManager]

Queue manager definition for IMS bridge

queueManagers List<Property Map>

Queue manager definition for IMS bridge

ImsBridgesQueueManagerQueueManager

Name string

The name of the IMS bridge

QueueManagerQueues List<string>
Name string

The name of the IMS bridge

QueueManagerQueues []string
name String

The name of the IMS bridge

queueManagerQueues List<String>
name string

The name of the IMS bridge

queueManagerQueues string[]
name str

The name of the IMS bridge

queue_manager_queues Sequence[str]
name String

The name of the IMS bridge

queueManagerQueues List<String>

Package Details

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

This Pulumi package is based on the dynatrace Terraform Provider.