corsRules

@JvmName(name = "ftoonjswhcbkaulg")
suspend fun corsRules(value: Output<List<CorsRuleArgs>>)
@JvmName(name = "vaajioxinynbnehq")
suspend fun corsRules(value: List<CorsRuleArgs>?)

Parameters

value

A set of origins and methods (cross-origin access that you want to allow). You can add up to 100 rules to the configuration.


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


@JvmName(name = "ayokundrnwwmacvk")
suspend fun corsRules(values: List<Output<CorsRuleArgs>>)
@JvmName(name = "tynlljrauobgucbw")
suspend fun corsRules(vararg values: CorsRuleArgs)

Parameters

values

A set of origins and methods (cross-origin access that you want to allow). You can add up to 100 rules to the configuration.


@JvmName(name = "symdwtkcqwdqkqbg")
suspend fun corsRules(argument: List<suspend CorsRuleArgsBuilder.() -> Unit>)
@JvmName(name = "kaghtffutxxwabnd")
suspend fun corsRules(vararg argument: suspend CorsRuleArgsBuilder.() -> Unit)
@JvmName(name = "qjlbbhcwiptotyif")
suspend fun corsRules(argument: suspend CorsRuleArgsBuilder.() -> Unit)

Parameters

argument

A set of origins and methods (cross-origin access that you want to allow). You can add up to 100 rules to the configuration.