Url Cors Args
data class UrlCorsArgs(val allowCredentials: Output<Boolean>? = null, val allowHeaders: Output<List<String>>? = null, val allowMethods: Output<List<UrlAllowMethodsItem>>? = null, val allowOrigins: Output<List<String>>? = null, val exposeHeaders: Output<List<String>>? = null, val maxAge: Output<Int>? = null) : ConvertibleToJava<UrlCorsArgs>
Properties
Link copied to clipboard
Specifies whether credentials are included in the CORS request.
Link copied to clipboard
Represents a collection of allowed headers.
Link copied to clipboard
Represents a collection of allowed HTTP methods.
Link copied to clipboard
Represents a collection of allowed origins.
Link copied to clipboard
Represents a collection of exposed headers.