corsRules

@JvmName(name = "agqjxnljthjhousc")
suspend fun corsRules(value: Output<List<SpacesBucketCorsConfigurationCorsRuleArgs>>)
@JvmName(name = "kaxlrukprlhlpbae")
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 = "bfqiiarwxqvnfsld")
suspend fun corsRules(vararg values: Output<SpacesBucketCorsConfigurationCorsRuleArgs>)


@JvmName(name = "qrldtedxhfadevon")
suspend fun corsRules(values: List<Output<SpacesBucketCorsConfigurationCorsRuleArgs>>)
@JvmName(name = "vduqjbdqpveqhyfw")
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 = "gcwbsqvabrprhwot")
suspend fun corsRules(argument: List<suspend SpacesBucketCorsConfigurationCorsRuleArgsBuilder.() -> Unit>)
@JvmName(name = "itorccpjaerhqpqp")
suspend fun corsRules(vararg argument: suspend SpacesBucketCorsConfigurationCorsRuleArgsBuilder.() -> Unit)
@JvmName(name = "uvwceqhkormplikn")
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.