secret

@JvmName(name = "vxnsgyunqdnvwgij")
suspend fun secret(value: Output<ServiceTemplateSpecVolumeSecretArgs>)
@JvmName(name = "ynyeonpkutuelfts")
suspend fun secret(value: ServiceTemplateSpecVolumeSecretArgs?)

Parameters

value

The secret's value will be presented as the content of a file whose name is defined in the item path. If no items are defined, the name of the file is the secret_name. Structure is documented below.


@JvmName(name = "eygugwmkaslkooba")
suspend fun secret(argument: suspend ServiceTemplateSpecVolumeSecretArgsBuilder.() -> Unit)

Parameters

argument

The secret's value will be presented as the content of a file whose name is defined in the item path. If no items are defined, the name of the file is the secret_name. Structure is documented below.