Class BrokerInstanceArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BrokerInstanceArgs : ResourceArgs
Constructors
View SourceBrokerInstanceArgs()
Declaration
public BrokerInstanceArgs()
Properties
View SourceConsoleUrl
Declaration
public Input<string> ConsoleUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Endpoints
Declaration
public InputList<string> Endpoints { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
IpAddress
Declaration
public Input<string> IpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |