Show / Hide Table of Contents

Class PolicyPolicy

Inheritance
System.Object
PolicyPolicy
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.Outputs
Assembly: Pulumi.RabbitMQ.dll
Syntax
public sealed class PolicyPolicy

Fields

View Source

ApplyTo

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

Declaration
public readonly string ApplyTo
Field Value
Type Description
System.String
View Source

Definition

Key/value pairs of the policy definition. See the RabbitMQ documentation for definition references and examples.

Declaration
public readonly ImmutableDictionary<string, object> Definition
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

Pattern

A pattern to match an exchange or queue name.

Declaration
public readonly string Pattern
Field Value
Type Description
System.String
View Source

Priority

The policy with the greater priority is applied first.

Declaration
public readonly int Priority
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.