corsRules

@JvmName(name = "hwfdrqgonxmilyle")
suspend fun corsRules(value: Output<List<SpacesBucketCorsConfigurationCorsRuleArgs>>)
@JvmName(name = "hhoocgxpsbcsrwol")
suspend fun corsRules(value: List<SpacesBucketCorsConfigurationCorsRuleArgs>?)

Parameters

value

Set of origins and methods (cross-origin access that you want to allow). See below. You can configure up to 100 rules.


@JvmName(name = "dpxalgauvhivwgkm")
suspend fun corsRules(vararg values: Output<SpacesBucketCorsConfigurationCorsRuleArgs>)


@JvmName(name = "lknllomdyduvnepl")
suspend fun corsRules(values: List<Output<SpacesBucketCorsConfigurationCorsRuleArgs>>)
@JvmName(name = "umbnvcakcvvsfqcy")
suspend fun corsRules(vararg values: SpacesBucketCorsConfigurationCorsRuleArgs)

Parameters

values

Set of origins and methods (cross-origin access that you want to allow). See below. You can configure up to 100 rules.


@JvmName(name = "mrrrvadegwoaunvg")
suspend fun corsRules(argument: List<suspend SpacesBucketCorsConfigurationCorsRuleArgsBuilder.() -> Unit>)
@JvmName(name = "ytcwaiufxruanoxe")
suspend fun corsRules(vararg argument: suspend SpacesBucketCorsConfigurationCorsRuleArgsBuilder.() -> Unit)
@JvmName(name = "yxparydemehktmyg")
suspend fun corsRules(argument: suspend SpacesBucketCorsConfigurationCorsRuleArgsBuilder.() -> Unit)

Parameters

argument

Set of origins and methods (cross-origin access that you want to allow). See below. You can configure up to 100 rules.