Show / Hide Table of Contents

Class GetBrokerArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetBrokerArgs
Inherited Members
InvokeArgs.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.Aws.Mq
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetBrokerArgs : InvokeArgs

Constructors

View Source

GetBrokerArgs()

Declaration
public GetBrokerArgs()

Properties

View Source

BrokerId

The unique id of the mq broker.

Declaration
public string BrokerId { get; set; }
Property Value
Type Description
System.String
View Source

BrokerName

The unique name of the mq broker.

Declaration
public string BrokerName { get; set; }
Property Value
Type Description
System.String
View Source

Logs

Declaration
public GetBrokerLogsArgs Logs { get; set; }
Property Value
Type Description
GetBrokerLogsArgs
View Source

Tags

Declaration
public Dictionary<string, object> Tags { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.