fileSystemLocations

@JvmName(name = "sqkporplafcrrqhs")
suspend fun fileSystemLocations(value: Output<List<ProjectFileSystemLocationArgs>>)
@JvmName(name = "viumkdnpmiqgjxys")
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 = "wtmiiuqnpxkumqdg")
suspend fun fileSystemLocations(vararg values: Output<ProjectFileSystemLocationArgs>)


@JvmName(name = "eerxpmqtgqckejyw")
suspend fun fileSystemLocations(values: List<Output<ProjectFileSystemLocationArgs>>)
@JvmName(name = "fkrgesitxqtcqskd")
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 = "qvtivomdhgkihtsm")
suspend fun fileSystemLocations(argument: List<suspend ProjectFileSystemLocationArgsBuilder.() -> Unit>)
@JvmName(name = "amkmncgqwtyqydgl")
suspend fun fileSystemLocations(vararg argument: suspend ProjectFileSystemLocationArgsBuilder.() -> Unit)
@JvmName(name = "aicsegvicxvpvvcj")
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.