EnvironmentDaprComponentMetadataArgs

data class EnvironmentDaprComponentMetadataArgs(val name: Output<String>, val secretName: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<EnvironmentDaprComponentMetadataArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, secretName: Output<String>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>

The name of the Metadata configuration item.

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

The name of a secret specified in the secrets block that contains the value for this metadata configuration item.

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

The value for this metadata configuration item.

Functions

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