fileSystemLocations

@JvmName(name = "butkghetxluuibxh")
suspend fun fileSystemLocations(value: Output<List<ProjectFileSystemLocationArgs>>)
@JvmName(name = "daksvjghnlkhogiv")
suspend fun fileSystemLocations(value: List<ProjectFileSystemLocationArgs>?)

Parameters

value

A set of file system locations to mount inside the build. File system locations are documented below.


@JvmName(name = "yrhgyhkwukscnsui")
suspend fun fileSystemLocations(vararg values: Output<ProjectFileSystemLocationArgs>)


@JvmName(name = "dilsnnsudgvshfvn")
suspend fun fileSystemLocations(values: List<Output<ProjectFileSystemLocationArgs>>)
@JvmName(name = "talhngvryhlsvcql")
suspend fun fileSystemLocations(vararg values: ProjectFileSystemLocationArgs)

Parameters

values

A set of file system locations to mount inside the build. File system locations are documented below.


@JvmName(name = "orhskbjwitfbwbns")
suspend fun fileSystemLocations(argument: List<suspend ProjectFileSystemLocationArgsBuilder.() -> Unit>)
@JvmName(name = "eltssxlpvfgnjwic")
suspend fun fileSystemLocations(vararg argument: suspend ProjectFileSystemLocationArgsBuilder.() -> Unit)
@JvmName(name = "iiugdtyjubnssadx")
suspend fun fileSystemLocations(argument: suspend ProjectFileSystemLocationArgsBuilder.() -> Unit)

Parameters

argument

A set of file system locations to mount inside the build. File system locations are documented below.