Show / Hide Table of Contents

Class TopicPermissionsPermissionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TopicPermissionsPermissionArgs
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 TopicPermissionsPermissionArgs : ResourceArgs

Constructors

View Source

TopicPermissionsPermissionArgs()

Declaration
public TopicPermissionsPermissionArgs()

Properties

View Source

Exchange

The exchange to set the permissions for.

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

Read

The "read" ACL.

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

Write

The "write" ACL.

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