Class SecretBackendArgs
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.Vault.RabbitMQ
Assembly: Pulumi.Vault.dll
Syntax
public sealed class SecretBackendArgs : ResourceArgs
Constructors
View SourceSecretBackendArgs()
Declaration
public SecretBackendArgs()
Properties
View SourceConnectionUri
Specifies the RabbitMQ connection URI.
Declaration
public Input<string> ConnectionUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DefaultLeaseTtlSeconds
The default TTL for credentials issued by this backend.
Declaration
public Input<int> DefaultLeaseTtlSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Description
A human-friendly description for this backend.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MaxLeaseTtlSeconds
The maximum TTL that can be requested for credentials issued by this backend.
Declaration
public Input<int> MaxLeaseTtlSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Password
Specifies the RabbitMQ management administrator password.
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Path
The unique path this backend should be mounted at. Must
not begin or end with a /. Defaults to aws.
Declaration
public Input<string> Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Username
Specifies the RabbitMQ management administrator username.
Declaration
public Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VerifyConnection
Specifies whether to verify connection URI, username, and password.
Defaults to true.
Declaration
public Input<bool> VerifyConnection { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |