authors

@JvmName(name = "rurrtmrgretvuveb")
suspend fun authors(value: Output<List<AppHostingBuildSourceCodebaseAuthorArgs>>)
@JvmName(name = "kgnxvqhqxhxnfenu")
suspend fun authors(value: List<AppHostingBuildSourceCodebaseAuthorArgs>?)

Parameters

value

(Output) Version control metadata for a user associated with a resolved codebase. Currently assumes a Git user. Structure is documented below.


@JvmName(name = "iaynqhwuneqymvdb")
suspend fun authors(vararg values: Output<AppHostingBuildSourceCodebaseAuthorArgs>)


@JvmName(name = "uqovcgeddcfqjuhm")
suspend fun authors(values: List<Output<AppHostingBuildSourceCodebaseAuthorArgs>>)
@JvmName(name = "wuvuhfdjosejhxmt")
suspend fun authors(vararg values: AppHostingBuildSourceCodebaseAuthorArgs)

Parameters

values

(Output) Version control metadata for a user associated with a resolved codebase. Currently assumes a Git user. Structure is documented below.


@JvmName(name = "ubybgsuaeoglhfhb")
suspend fun authors(argument: List<suspend AppHostingBuildSourceCodebaseAuthorArgsBuilder.() -> Unit>)
@JvmName(name = "oynpopdsmtimwmfx")
suspend fun authors(vararg argument: suspend AppHostingBuildSourceCodebaseAuthorArgsBuilder.() -> Unit)
@JvmName(name = "ktoktwtcrlflpcnk")
suspend fun authors(argument: suspend AppHostingBuildSourceCodebaseAuthorArgsBuilder.() -> Unit)

Parameters

argument

(Output) Version control metadata for a user associated with a resolved codebase. Currently assumes a Git user. Structure is documented below.