Show / Hide Table of Contents

Class SecretCacheConfig

Configure the cache for the Transit Secret Backend in Vault.

Inheritance
System.Object
Resource
CustomResource
SecretCacheConfig
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class SecretCacheConfig : CustomResource

Constructors

View Source

SecretCacheConfig(String, SecretCacheConfigArgs, CustomResourceOptions)

Create a SecretCacheConfig resource with the given unique name, arguments, and options.

Declaration
public SecretCacheConfig(string name, SecretCacheConfigArgs args, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resource

SecretCacheConfigArgs args

The arguments used to populate this resource's properties

CustomResourceOptions options

A bag of options that control this resource's behavior

Properties

View Source

Backend

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

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

Size

The number of cache entries. 0 means unlimited.

Declaration
public Output<int> Size { get; }
Property Value
Type Description
Output<System.Int32>

Methods

View Source

Get(String, Input<String>, SecretCacheConfigState, CustomResourceOptions)

Get an existing SecretCacheConfig resource's state with the given name, ID, and optional extra properties used to qualify the lookup.

Declaration
public static SecretCacheConfig Get(string name, Input<string> id, SecretCacheConfigState state = null, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resulting resource.

Input<System.String> id

The unique provider ID of the resource to lookup.

SecretCacheConfigState state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

Returns
Type Description
SecretCacheConfig
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.