sharedCredentialsFiles

@JvmName(name = "dmxgrpworprauwut")
suspend fun sharedCredentialsFiles(value: Output<List<String>>)
@JvmName(name = "kfctfbmehvfnchts")
suspend fun sharedCredentialsFiles(value: List<String>?)

Parameters

value

List of paths to shared credentials files. If not set, defaults to ~/.aws/credentials.


@JvmName(name = "gtmrymxbbkrixked")
suspend fun sharedCredentialsFiles(vararg values: Output<String>)


@JvmName(name = "lhorccxcucypwqxv")
suspend fun sharedCredentialsFiles(values: List<Output<String>>)
@JvmName(name = "kpdgtspenrfmairn")
suspend fun sharedCredentialsFiles(vararg values: String)

Parameters

values

List of paths to shared credentials files. If not set, defaults to ~/.aws/credentials.