items

@JvmName(name = "idcpcvvnkjiqoxyy")
suspend fun items(value: Output<List<ServiceTemplateSpecVolumeSecretItemArgs>>)
@JvmName(name = "libwoxkfbhdtarrt")
suspend fun items(value: List<ServiceTemplateSpecVolumeSecretItemArgs>?)

Parameters

value

If unspecified, the volume will expose a file whose name is the secret_name. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a key and a path. Structure is documented below.


@JvmName(name = "vpjpmnpqsltaeyhc")
suspend fun items(vararg values: Output<ServiceTemplateSpecVolumeSecretItemArgs>)


@JvmName(name = "vahjgrvhkjxdwild")
suspend fun items(values: List<Output<ServiceTemplateSpecVolumeSecretItemArgs>>)
@JvmName(name = "rmfnixpjvmtuqsej")
suspend fun items(vararg values: ServiceTemplateSpecVolumeSecretItemArgs)

Parameters

values

If unspecified, the volume will expose a file whose name is the secret_name. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a key and a path. Structure is documented below.


@JvmName(name = "yexceausglbffnop")
suspend fun items(argument: List<suspend ServiceTemplateSpecVolumeSecretItemArgsBuilder.() -> Unit>)
@JvmName(name = "gmybrdwgvoeafvsy")
suspend fun items(vararg argument: suspend ServiceTemplateSpecVolumeSecretItemArgsBuilder.() -> Unit)
@JvmName(name = "vuaypitiqonwxese")
suspend fun items(argument: suspend ServiceTemplateSpecVolumeSecretItemArgsBuilder.() -> Unit)

Parameters

argument

If unspecified, the volume will expose a file whose name is the secret_name. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a key and a path. Structure is documented below.