Class ExchangeSettingsGetArgs
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.Inputs
Assembly: Pulumi.RabbitMQ.dll
Syntax
public sealed class ExchangeSettingsGetArgs : ResourceArgs
Constructors
View SourceExchangeSettingsGetArgs()
Declaration
public ExchangeSettingsGetArgs()
Properties
View SourceArguments
Additional key/value settings for the exchange.
Declaration
public InputMap<object> Arguments { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
AutoDelete
Whether the exchange will self-delete when all queues have finished using it.
Declaration
public Input<bool> AutoDelete { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Durable
Whether the exchange survives server restarts.
Defaults to false.
Declaration
public Input<bool> Durable { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Type
The type of exchange.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |