FrontdoorRoutingRuleArgs

data class FrontdoorRoutingRuleArgs(val acceptedProtocols: Output<List<String>>, val enabled: Output<Boolean>? = null, val forwardingConfiguration: Output<FrontdoorRoutingRuleForwardingConfigurationArgs>? = null, val frontendEndpoints: Output<List<String>>, val id: Output<String>? = null, val name: Output<String>, val patternsToMatches: Output<List<String>>, val redirectConfiguration: Output<FrontdoorRoutingRuleRedirectConfigurationArgs>? = null) : ConvertibleToJava<FrontdoorRoutingRuleArgs>

Constructors

Link copied to clipboard
constructor(acceptedProtocols: Output<List<String>>, enabled: Output<Boolean>? = null, forwardingConfiguration: Output<FrontdoorRoutingRuleForwardingConfigurationArgs>? = null, frontendEndpoints: Output<List<String>>, id: Output<String>? = null, name: Output<String>, patternsToMatches: Output<List<String>>, redirectConfiguration: Output<FrontdoorRoutingRuleRedirectConfigurationArgs>? = null)

Properties

Link copied to clipboard

Protocol schemes to match for the Backend Routing Rule. Possible values are Http and Https.

Link copied to clipboard
val enabled: Output<Boolean>? = null

Enable or Disable use of this Backend Routing Rule. Permitted values are true or false. Defaults to true.

Link copied to clipboard

A forwarding_configuration block as defined below.

Link copied to clipboard

The names of the frontend_endpoint blocks within this resource to associate with this routing_rule.

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

The ID of the FrontDoor.

Link copied to clipboard
val name: Output<String>

Specifies the name of the Routing Rule.

Link copied to clipboard

The route patterns for the Backend Routing Rule.

Link copied to clipboard

A redirect_configuration block as defined below.

Functions

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