CacheIdentityArgs

data class CacheIdentityArgs(val type: Output<CacheIdentityType>? = null) : ConvertibleToJava<CacheIdentityArgs>

Cache identity properties.

Constructors

Link copied to clipboard
constructor(type: Output<CacheIdentityType>? = null)

Properties

Link copied to clipboard
val type: Output<CacheIdentityType>? = null

The type of identity used for the cache

Functions

Link copied to clipboard
open override fun toJava(): CacheIdentityArgs