route Methods
suspend fun routeMethods(value: Output<EdgeCacheServiceRoutingPathMatcherRouteRuleRouteMethodsArgs>)
Parameters
value
Allow overriding the set of methods that are allowed for this route. When not set, Media CDN allows only "GET", "HEAD", and "OPTIONS". Structure is documented below.
suspend fun routeMethods(argument: suspend EdgeCacheServiceRoutingPathMatcherRouteRuleRouteMethodsArgsBuilder.() -> Unit)
Parameters
argument
Allow overriding the set of methods that are allowed for this route. When not set, Media CDN allows only "GET", "HEAD", and "OPTIONS". Structure is documented below.