CorsConfigurationArgs

data class CorsConfigurationArgs(val corsRules: Output<List<CorsRuleArgs>>? = null) : ConvertibleToJava<CorsConfigurationArgs>

Definition of CorsConfiguration

Constructors

Link copied to clipboard
constructor(corsRules: Output<List<CorsRuleArgs>>? = null)

Properties

Link copied to clipboard
val corsRules: Output<List<CorsRuleArgs>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): CorsConfigurationArgs