GetSecretResult

data class GetSecretResult(val id: String, val secrets: List<GetSecretSecret>)

A collection of values returned by getSecret.

Constructors

Link copied to clipboard
constructor(id: String, secrets: List<GetSecretSecret>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard