Cors Policy Args
data class CorsPolicyArgs(val allowCredentials: Output<Boolean>? = null, val allowedHeaders: Output<List<String>>? = null, val allowedMethods: Output<List<String>>? = null, val allowedOrigins: Output<List<String>>, val exposeHeaders: Output<List<String>>? = null, val maxAge: Output<Int>? = null) : ConvertibleToJava<CorsPolicyArgs>
Cross-Origin-Resource-Sharing policy
Constructors
Properties
Link copied to clipboard
Specifies whether the resource allows credentials
Link copied to clipboard
Specifies the content for the access-control-allow-headers header
Link copied to clipboard
Specifies the content for the access-control-allow-methods header
Link copied to clipboard
Specifies the content for the access-control-allow-origins header
Link copied to clipboard
Specifies the content for the access-control-expose-headers header