Gateway Cors Properties Args
data class GatewayCorsPropertiesArgs(val allowCredentials: Output<Boolean>? = null, val allowedHeaders: Output<List<String>>? = null, val allowedMethods: Output<List<String>>? = null, val allowedOriginPatterns: Output<List<String>>? = null, val allowedOrigins: Output<List<String>>? = null, val exposedHeaders: Output<List<String>>? = null, val maxAge: Output<Int>? = null) : ConvertibleToJava<GatewayCorsPropertiesArgs>
Cross-Origin Resource Sharing property
Constructors
Link copied to clipboard
fun GatewayCorsPropertiesArgs(allowCredentials: Output<Boolean>? = null, allowedHeaders: Output<List<String>>? = null, allowedMethods: Output<List<String>>? = null, allowedOriginPatterns: Output<List<String>>? = null, allowedOrigins: Output<List<String>>? = null, exposedHeaders: Output<List<String>>? = null, maxAge: Output<Int>? = null)