allowedOrigins

@JvmName(name = "buhtqjvudnxrvili")
suspend fun allowedOrigins(value: Output<List<String>>)
@JvmName(name = "fxwbghuxmipxplje")
suspend fun allowedOrigins(value: List<String>)

Parameters

value

Set of origins you want customers to be able to access the bucket from.


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


@JvmName(name = "dvatmxwwyvwynpbt")
suspend fun allowedOrigins(values: List<Output<String>>)
@JvmName(name = "wetqwqikkatvowyo")
suspend fun allowedOrigins(vararg values: String)

Parameters

values

Set of origins you want customers to be able to access the bucket from.