corsRules

@JvmName(name = "qndburcspwvfibms")
suspend fun corsRules(value: Output<List<BucketCorsConfigurationV2CorsRuleArgs>>)
@JvmName(name = "syslnegjakorbris")
suspend fun corsRules(value: List<BucketCorsConfigurationV2CorsRuleArgs>?)

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 = "tkvfwhqcqjqffoij")
suspend fun corsRules(vararg values: Output<BucketCorsConfigurationV2CorsRuleArgs>)


@JvmName(name = "ahuwghtbngiernoa")
suspend fun corsRules(values: List<Output<BucketCorsConfigurationV2CorsRuleArgs>>)
@JvmName(name = "nknbttknkyughbcg")
suspend fun corsRules(vararg values: BucketCorsConfigurationV2CorsRuleArgs)

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 = "mcthtcvryglunwrp")
suspend fun corsRules(argument: List<suspend BucketCorsConfigurationV2CorsRuleArgsBuilder.() -> Unit>)
@JvmName(name = "pfoomaksjhadwcaq")
suspend fun corsRules(vararg argument: suspend BucketCorsConfigurationV2CorsRuleArgsBuilder.() -> Unit)
@JvmName(name = "qjdkejqeikifinie")
suspend fun corsRules(argument: suspend BucketCorsConfigurationV2CorsRuleArgsBuilder.() -> 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.