CorsRuleArgs

data class CorsRuleArgs(val allowedOrigins: Output<List<String>>) : ConvertibleToJava<CorsRuleArgs>

Specifies a CORS rule for the Map Account.

Constructors

Link copied to clipboard
constructor(allowedOrigins: Output<List<String>>)

Properties

Link copied to clipboard
val allowedOrigins: Output<List<String>>

Required if CorsRule element is present. A list of origin domains that will be allowed via CORS, or "*" to allow all domains

Functions

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