objectPrefixes

@JvmName(name = "tmgsegchfwgeeaiu")
suspend fun objectPrefixes(value: Output<List<String>>)
@JvmName(name = "tbcqbycuwjgejtlo")
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 = "wccqjudfhsdsunia")
suspend fun objectPrefixes(vararg values: Output<String>)


@JvmName(name = "qssqvsjrdicmxtrm")
suspend fun objectPrefixes(values: List<Output<String>>)
@JvmName(name = "powadejtjvdajnbs")
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.