Class SecretBackendRoleVhostArgs
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.Inputs
Assembly: Pulumi.Vault.dll
Syntax
public sealed class SecretBackendRoleVhostArgs : ResourceArgs
Constructors
View SourceSecretBackendRoleVhostArgs()
Declaration
public SecretBackendRoleVhostArgs()
Properties
View SourceConfigure
Declaration
public Input<string> Configure { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Host
Declaration
public Input<string> Host { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Read
Declaration
public Input<string> Read { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Write
Declaration
public Input<string> Write { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |