Class ProviderArgs
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
Assembly: Pulumi.RabbitMQ.dll
Syntax
public sealed class ProviderArgs : ResourceArgs
Constructors
View SourceProviderArgs()
Declaration
public ProviderArgs()
Properties
View SourceCacertFile
Declaration
public Input<string> CacertFile { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Endpoint
Declaration
public Input<string> Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Insecure
Declaration
public Input<bool> Insecure { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Password
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Username
Declaration
public Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |