Show / Hide Table of Contents

Class PolicyPolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PolicyPolicyArgs
Inherited Members
ResourceArgs.Empty
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 PolicyPolicyArgs : ResourceArgs

Constructors

View Source

PolicyPolicyArgs()

Declaration
public PolicyPolicyArgs()

Properties

View Source

ApplyTo

Can either be "exchanges", "queues", or "all".

Declaration
public Input<string> ApplyTo { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Pattern

A pattern to match an exchange or queue name.

Declaration
public Input<string> Pattern { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Priority

The policy with the greater priority is applied first.

Declaration
public Input<int> Priority { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.