authors

@JvmName(name = "bfwerhtyuyesepiu")
suspend fun authors(value: Output<List<AppHostingBuildSourceCodebaseAuthorArgs>>)
@JvmName(name = "pbsgbxbhyuqlbrnm")
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 = "rfgqichqjkwnmpet")
suspend fun authors(vararg values: Output<AppHostingBuildSourceCodebaseAuthorArgs>)


@JvmName(name = "eavkiktbrlmyytbh")
suspend fun authors(values: List<Output<AppHostingBuildSourceCodebaseAuthorArgs>>)
@JvmName(name = "hkpqwpwlnbemsgfh")
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 = "fkekqepuireicnxl")
suspend fun authors(argument: List<suspend AppHostingBuildSourceCodebaseAuthorArgsBuilder.() -> Unit>)
@JvmName(name = "javmhrgmuilvjmhu")
suspend fun authors(vararg argument: suspend AppHostingBuildSourceCodebaseAuthorArgsBuilder.() -> Unit)
@JvmName(name = "eruxjpdsdaqvrvse")
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.