Class GetBrokerArgs
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.Aws.Mq
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetBrokerArgs : InvokeArgs
Constructors
View SourceGetBrokerArgs()
Declaration
public GetBrokerArgs()
Properties
View SourceBrokerId
The unique id of the mq broker.
Declaration
public string BrokerId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
BrokerName
The unique name of the mq broker.
Declaration
public string BrokerName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Logs
Declaration
public GetBrokerLogsArgs Logs { get; set; }
Property Value
| Type | Description |
|---|---|
| GetBrokerLogsArgs |
Tags
Declaration
public Dictionary<string, object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Object> |