objectPrefixes

@JvmName(name = "ktggqauscqemiejq")
suspend fun objectPrefixes(value: Output<List<String>>)
@JvmName(name = "ohpwyobnuuactkhe")
suspend fun objectPrefixes(value: List<String>?)

Parameters

value

Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any of the specified object prefixes.


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


@JvmName(name = "svsddyvieksjlkkx")
suspend fun objectPrefixes(values: List<Output<String>>)
@JvmName(name = "aryygwpysubhxwhh")
suspend fun objectPrefixes(vararg values: String)

Parameters

values

Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any of the specified object prefixes.