cors

@JvmName(name = "xhmcsehdggqipnpi")
suspend fun cors(value: Output<List<BucketCorArgs>>)
@JvmName(name = "aepatmggwiwwejrs")
suspend fun cors(value: List<BucketCorArgs>?)

Parameters

value

The bucket's Cross-Origin Resource Sharing (CORS) configuration. Multiple blocks of this type are permitted. Structure is documented below.


@JvmName(name = "poejvrtuxxfhrrho")
suspend fun cors(vararg values: Output<BucketCorArgs>)


@JvmName(name = "dgmtscpqmflbtfeo")
suspend fun cors(values: List<Output<BucketCorArgs>>)
@JvmName(name = "wykacdjemypsomqe")
suspend fun cors(vararg values: BucketCorArgs)

Parameters

values

The bucket's Cross-Origin Resource Sharing (CORS) configuration. Multiple blocks of this type are permitted. Structure is documented below.


@JvmName(name = "bwirkehngjwtnntb")
suspend fun cors(argument: List<suspend BucketCorArgsBuilder.() -> Unit>)
@JvmName(name = "ouvrjkskfmslyxhy")
suspend fun cors(vararg argument: suspend BucketCorArgsBuilder.() -> Unit)
@JvmName(name = "qhjrmsmbistktfob")
suspend fun cors(argument: suspend BucketCorArgsBuilder.() -> Unit)

Parameters

argument

The bucket's Cross-Origin Resource Sharing (CORS) configuration. Multiple blocks of this type are permitted. Structure is documented below.