EdgeCacheServiceRoutingPathMatcherRouteRuleRouteMethodsArgs

data class EdgeCacheServiceRoutingPathMatcherRouteRuleRouteMethodsArgs(val allowedMethods: Output<List<String>>? = null) : ConvertibleToJava<EdgeCacheServiceRoutingPathMatcherRouteRuleRouteMethodsArgs>

Constructors

constructor(allowedMethods: Output<List<String>>? = null)

Properties

Link copied to clipboard
val allowedMethods: Output<List<String>>? = null

The non-empty set of HTTP methods that are allowed for this route. Any combination of "GET", "HEAD", "OPTIONS", "PUT", "POST", "DELETE", and "PATCH".

Functions

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