includePrefixes

@JvmName(name = "agignckylhfywnth")
suspend fun includePrefixes(value: Output<List<String>>)
@JvmName(name = "khqkxxodvybokxiy")
suspend fun includePrefixes(value: List<String>?)

Parameters

value

If include_prefixes is specified, objects that satisfy the object conditions must have names that start with one of the include_prefixes and that do not start with any of the exclude_prefixes. If include_prefixes is not specified, all objects except those that have names starting with one of the exclude_prefixes must satisfy the object conditions. See Requirements.


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


@JvmName(name = "anlfmkhjxrahguyo")
suspend fun includePrefixes(values: List<Output<String>>)
@JvmName(name = "akfqjducwvbrrjtg")
suspend fun includePrefixes(vararg values: String)

Parameters

values

If include_prefixes is specified, objects that satisfy the object conditions must have names that start with one of the include_prefixes and that do not start with any of the exclude_prefixes. If include_prefixes is not specified, all objects except those that have names starting with one of the exclude_prefixes must satisfy the object conditions. See Requirements.