Application Gateway Redirect Configuration Args
constructor(id: Output<String>? = null, includePath: Output<Boolean>? = null, includeQueryString: Output<Boolean>? = null, name: Output<String>? = null, pathRules: Output<List<SubResourceArgs>>? = null, redirectType: Output<Either<String, ApplicationGatewayRedirectType>>? = null, requestRoutingRules: Output<List<SubResourceArgs>>? = null, targetListener: Output<SubResourceArgs>? = null, targetUrl: Output<String>? = null, urlPathMaps: Output<List<SubResourceArgs>>? = null)