SecretStoreResourceArgs

data class SecretStoreResourceArgs(val secretStoreType: Output<Either<String, SecretStoreType>>, val uri: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<SecretStoreResourceArgs>

Class representing a secret store resource.

Constructors

Link copied to clipboard
constructor(secretStoreType: Output<Either<String, SecretStoreType>>, uri: Output<String>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val secretStoreType: Output<Either<String, SecretStoreType>>

Gets or sets the type of secret store

Link copied to clipboard
val uri: Output<String>? = null

Uri to get to the resource

Link copied to clipboard
val value: Output<String>? = null

Gets or sets value stored in secret store resource

Functions

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