prefixes

@JvmName(name = "ckqabcqauittwwbg")
suspend fun prefixes(value: Output<List<String>>)
@JvmName(name = "aiubduseysquwhxm")
suspend fun prefixes(value: List<String>)

Parameters

value

The list of object key name prefix identifying one or more objects to which the rule applies. NOTE: The prefix must be less than or equal to 1024 characters in length.


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


@JvmName(name = "lfnmsyqtanqqmcpo")
suspend fun prefixes(values: List<Output<String>>)
@JvmName(name = "quebvjifxqawgsmn")
suspend fun prefixes(vararg values: String)

Parameters

values

The list of object key name prefix identifying one or more objects to which the rule applies. NOTE: The prefix must be less than or equal to 1024 characters in length.