Access Application Cors Header Args
data class AccessApplicationCorsHeaderArgs(val allowAllHeaders: Output<Boolean>? = null, val allowAllMethods: Output<Boolean>? = null, val allowAllOrigins: Output<Boolean>? = null, val allowCredentials: Output<Boolean>? = null, val allowedHeaders: Output<List<String>>? = null, val allowedMethods: Output<List<String>>? = null, val allowedOrigins: Output<List<String>>? = null, val maxAge: Output<Int>? = null) : ConvertibleToJava<AccessApplicationCorsHeaderArgs>
Constructors
Link copied to clipboard
fun AccessApplicationCorsHeaderArgs(allowAllHeaders: Output<Boolean>? = null, allowAllMethods: Output<Boolean>? = null, allowAllOrigins: Output<Boolean>? = null, allowCredentials: Output<Boolean>? = null, allowedHeaders: Output<List<String>>? = null, allowedMethods: Output<List<String>>? = null, allowedOrigins: Output<List<String>>? = null, maxAge: Output<Int>? = null)