Show / Hide Table of Contents

Class SecretBackendRoleVhostArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SecretBackendRoleVhostArgs
Inherited Members
ResourceArgs.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.Vault.RabbitMQ.Inputs
Assembly: Pulumi.Vault.dll
Syntax
public sealed class SecretBackendRoleVhostArgs : ResourceArgs

Constructors

View Source

SecretBackendRoleVhostArgs()

Declaration
public SecretBackendRoleVhostArgs()

Properties

View Source

Configure

Declaration
public Input<string> Configure { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Host

Declaration
public Input<string> Host { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Read

Declaration
public Input<string> Read { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Write

Declaration
public Input<string> Write { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.