Class PolicyPolicyGetArgs
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 PolicyPolicyGetArgs : ResourceArgs
Constructors
View SourcePolicyPolicyGetArgs()
Declaration
public PolicyPolicyGetArgs()
Properties
View SourceApplyTo
Can either be "exchanges", "queues", or "all".
Declaration
public Input<string> ApplyTo { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Definition
Key/value pairs of the policy definition. See the RabbitMQ documentation for definition references and examples.
Declaration
public InputMap<object> Definition { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Pattern
A pattern to match an exchange or queue name.
Declaration
public Input<string> Pattern { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Priority
The policy with the greater priority is applied first.
Declaration
public Input<int> Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |