Show / Hide Table of Contents

Class SecretCacheConfigState

Inheritance
System.Object
InputArgs
ResourceArgs
SecretCacheConfigState
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.Transit
Assembly: Pulumi.Vault.dll
Syntax
public sealed class SecretCacheConfigState : ResourceArgs

Constructors

View Source

SecretCacheConfigState()

Declaration
public SecretCacheConfigState()

Properties

View Source

Backend

The path the transit secret backend is mounted at, with no leading or trailing /s.

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

Size

The number of cache entries. 0 means unlimited.

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