corsRules

@JvmName(name = "takhjjefghvcqumh")
suspend fun corsRules(value: Output<List<BucketCorsConfigurationV2CorsRuleArgs>>)
@JvmName(name = "xambfhcihcblmswu")
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 = "ofrveioeykmmuhgj")
suspend fun corsRules(vararg values: Output<BucketCorsConfigurationV2CorsRuleArgs>)


@JvmName(name = "ayuygtnkdiusjqka")
suspend fun corsRules(values: List<Output<BucketCorsConfigurationV2CorsRuleArgs>>)
@JvmName(name = "yttjscwikjouemdo")
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 = "xfsirwvjnfbohgmb")
suspend fun corsRules(argument: List<suspend BucketCorsConfigurationV2CorsRuleArgsBuilder.() -> Unit>)
@JvmName(name = "mgicsbgdwxsejsok")
suspend fun corsRules(vararg argument: suspend BucketCorsConfigurationV2CorsRuleArgsBuilder.() -> Unit)
@JvmName(name = "hcfujdhvwsvaglfp")
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.