Class BindingArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.RabbitMQ
Assembly: Pulumi.RabbitMQ.dll
Syntax
public sealed class BindingArgs : ResourceArgs
Constructors
View SourceBindingArgs()
Declaration
public BindingArgs()
Properties
View SourceArguments
Additional key/value arguments for the binding.
Declaration
public InputMap<object> Arguments { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Destination
The destination queue or exchange.
Declaration
public Input<string> Destination { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DestinationType
The type of destination (queue or exchange).
Declaration
public Input<string> DestinationType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RoutingKey
A routing key for the binding.
Declaration
public Input<string> RoutingKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Source
The source exchange.
Declaration
public Input<string> Source { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Vhost
The vhost to create the resource in.
Declaration
public Input<string> Vhost { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |